/* CSS Document */

a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:active {
	text-decoration: none;
	border: 0;
}
a img {
	text-decoration: none;
	border: 0;
}
body {
	background: #C0C0C0 url(../images2/bg.gif) repeat left top;
	margin: 0px;
	padding: 0px;
}

/* these PNG shadows are hidden from IE */
div[id="container"] {
	background: url(../images2/shadow_right.png) repeat-y left top;
}
div[id="shadow_bottom"] { 
	background: url(../images2/shadow_bottom.png) repeat-x left top;
	width: 750px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div[id="shadow_corner"] { 
	background: url(../images2/shadow_corner.png) no-repeat left top;
	width: 10px;
	margin: 0px 0px 0px 750px;
	padding: 0px;
}

/* =IFR
 ----------------------------------------------- */
/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #maincontent h1	{ visibility: hidden; }
html.hasFlash #maincontent h2	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#maincontent div.replaced-h1 { height: 24px; margin: 10px 0 -2px -10px; }
#maincontent div.replaced-h2 { margin: 20px 0 -10px 0; }


/* Layout DIVs */

#logo { 
	position: absolute;
	top: 9px;
	left: 22px;
}
#splash {
	margin-top: 50px;
}
#page { 
	background-color: #FFFFFF; 
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 750px;
	padding: 0px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 14px;
	text-align: center;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#content {
	width: 750px;
	padding: 20px 0px;
	margin: 0px;
}
#content_table {
	width: 750px;
	padding: 0px;
	margin: 0px;
}
#maincontent {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-right: 1px dashed #C0C0C0;
	vertical-align: baseline;
	text-align: left;
	width: 430px;
	float: left;
}
.maincontent_padding {
	padding: 10px 30px 20px 80px;
}
#sidecontent {
	float: left;
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	vertical-align: baseline;
	width: 160px;
}
.sidecontent_padding {
	padding: 0px 20px;
}
.clear {
	clear: both;
	height: 0;
}
#logo a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Navigation Bar */
#globalnav {
 width: 750px;
 height: 36px;
 background: url(../images2/navmenu.gif);
 margin: 0;
 padding: 0;
 position: relative;
}
#globalnav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#globalnav a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #338DCC;
	padding-top: 10px;
	text-decoration: none;
}

#globalnav li, #globalnav a {height: 36px; display: block;}
#item1 {left: 322px; width: 58px;}
#item2 {left: 380px; width: 81px;}
#item3 {left: 461px; width: 97px;}
#item4 {left: 558px; width: 88px;}
#item5 {left: 646px; width: 95px;}

#item1 a:hover {background: transparent url(../images2/navmenu.gif) no-repeat -322px -36px;}
#item2 a:hover {background: transparent url(../images2/navmenu.gif) no-repeat -380px -36px;}
#item3 a:hover {background: transparent url(../images2/navmenu.gif) no-repeat -461px -36px;}
#item4 a:hover {background: transparent url(../images2/navmenu.gif) no-repeat -558px -36px;}
#item5 a:hover {background: transparent url(../images2/navmenu.gif) no-repeat -646px -36px;}

/* Text styles */
h1 {
	vertical-align: baseline;
	text-align: left;
	color: #A14117;
	font: normal 22px/22px Georgia, "Times New Roman", Times, serif;
}
#sidecontent h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	vertical-align: baseline;
	margin-bottom: -.5em;
}
#sidecontent h2, #sidecontent h3 {
	color: #A14117;
	vertical-align: baseline;
	font: normal 14px/17px Georgia, "Times New Roman", Times, serif;
}
#maincontent h2 {
	margin-top: 2em;
}
#sidecontent li {
	list-style: none;
	padding-top: 0px;
	margin: 0px 0px 5px -1em;
}
#sidecontent ul {
	padding-top: 0px;
	margin: 10px 0px 35px;
}
a:link, a:visited {
	color: #B1D83A;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover, a:active {
	background-color: #BFD4F1;
	color: #B1D83A;
	text-decoration: none;
}
#linedTable td {
	border-top: 1px solid #DDDDDD;
	padding: 6px 6px 6px 0;
	vertical-align: baseline;
}
.smalltype {
	color: #666666;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
}
li {
	padding-bottom: 5px;
}
#navlist {
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #DDDDDD;
	width: 148px;
}
#navlist li {
	list-style: none;
	margin: 0;
	/*padding: 0.5em 0px;*/
	padding: 0px;
	border-top: 1px solid #DDDDDD;
	width: 148px;
}
#navlist li a { 
	text-decoration: none; 
	border-bottom: 0px;
}
#navcontainer a {
	margin: 0;
	display: block;
	padding: 0.5em 5px;
	width: 142px;
	background-color: #FFFFFF;
	color: #888888;
}
#navcontainer a:hover, #navcontainer a.currentitem {
	color: #165E91;
	background-color: #C4DBEB;
	font-weight: bold;
}

.spanish {
	color: #993300;
}

