/*****************************************************
   HTML Tags
*****************************************************/
html {
	background: #000000;
}
body {
	background: transparent url(images/striped_blue_background.gif) repeat-x;
	background-color:#000000;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 62.5%;

/* shrinks the default text size to ~10px to inrease font size,
just add a decimal inbetween -> 11px = 1.1em.

to decrease font size, divide desired size by parent size.
IE .content is 1.1 and for h1 you want 14px -> 14/11 = 1.27em */

	text-align: left;
	color: #FFFFFF;
}

img {
	vertical-align: bottom;
	border: none;
}
h1 {
	margin: 30px 0 10px 30px;
	padding: 0;
	font-size: 1.6em;
	color: #FFFFFF;
}
p {
	margin-top: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
ul {
	list-style-type: circle;
}

/*****************************************************
   Layout Construction Elements
*****************************************************/
#bod {
	float: left;
	width: 674px;
	padding-left: 101px;
}
#focus {
	float: left;
	width: 394px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#focus p {
	margin-right: 30px;
	margin-left: 30px;
	font-size: 1.2em;
	color: #FFFFFF;
}
#focus li {
	font-size: 1.1em;
	margin-left: 20px;
	line-height: 1.7em;
}
#globalNav {
	height: 42px;
}
#header {
	width 771px;
}
#related {
	float: left;
}
#top {
	height: 67px;
	background: transparent url(images/striped_blue_background.gif) repeat-x;
}
#address {
	float:left;
	width:394px;
	margin-bottom:30px;
	margin-top:30px;
	text-align: center;
	font-size: 1.2em;
	font-weight:bold;
}

#bottomBlock {
	float: left;
	width: 394px;
	height: 40px;
}

#wrapperdiv {
	width:800px;
}


/*****************************************************
   Navigation Elements
*****************************************************/
#globalNav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#globalNav li {
	float: left;
	margin: 0;
	padding: 0;
}
.globalSpace {
	width: 101px;
}
#related ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#related li {
	margin: 0;
	padding: 0;
}
#footer {
	clear:left;
	width: 394px;
	border-top: 1px solid #FFFFFF;
}
#footer ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	margin: 0;
	padding: 0;
}


/*****************************************************
   Header Elements
*****************************************************/
#banner {
	float:left;
	width: 497px;
	padding:0;
}
#ad {
	float: left;
	width: 274px;
}

/*****************************************************
   Form Field Elements
*****************************************************/

.texta { 
 font-size: 10px;
 color:#FFFFFF;
 border: 1px solid #FFFFFF; 
}
/*****************************************************
   Image Elements
*****************************************************/
.hdr {
	float: left;
	border: none;
}
.menu {
	vertical-align: bottom;
	border: none;
}