/* CSS Document */

/* Redefine HTML tags */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px; /* typical size */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* typically the font we use */
	background-color: #CCCC99;
	color: #111155;
}
p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}
ul, ol {
	margin-left: 20px; /* browser default is 40px */
}
table {
	margin: 0;
}
td {
	vertical-align: top;
}
img {
	margin: 0;
	padding: 0;
}

/* Standard Classes */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 1px;
	font-size: 1px;
	background-color: #FFFFFF;
}
.older {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 12px;
	width: 760px;
}

/* Container */

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

/* Top Banner */

#banner {
	width: 760px;
	background-color: #111155;

}
#topNav {
	position: absolute;
	top: 22px;
	left: 565px; /* this depends on the size of the images */
	z-index: 2;
}


/* SUB PAGE */

#contentContainer {
	padding: 10px 0 35px 0;
}

#sitename h1 {
	margin-bottom: 18px;
	font-size: 18px;
	color: #111155;
	padding-left: 27px;
}

/* Col1 --------------------------------------- */

#col1 {
	border: none;
	float: left;
	padding: 0 0 40px 27px;
 	width: 137px; /* For IE5/win, which includes padding and borders */
 	voice-family: "\"}\""; 
 	voice-family:inherit; 
 	width: 110px; /* other browsers */
 }

html>body #col1 { width: 110px; } /* just to make sure */

#col1 h1 {
	margin-bottom: 14px;
	font-size: 14px;
	color: #111155;
}
#col1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#col1 li {
	margin-bottom: 3px;
}

#col1 a:link,
#col1 a:visited {
	color: #666633;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#col1 a:hover {
	color: #CC0000;
}

/* Content ------------------------------------ */

#content {
	border-left: 1px solid #CCCC99;
	float: left;
	style: inline;
	width: 437px;
}
#content .callout {
	border: 1px solid #663333;
	padding: 1em;
	background-color: #efefef;
}
#content h1, #content h2, #content h3, #content h4, #content ul, #content ol, #content p {
	padding: 0 0 0 14px; 
}
#content h1 {
	margin-bottom: 7px;
	font-size: 14px;
	color: #CC0000;
}
#content h2 {
	font-size: 12px;
	border-top: 1px solid #CCCC99;
	padding-top: 14px;
	margin: 0 0 12px 0;
	clear: both;
}
#content h3 {
	font-size: 11px;
	color: #666666;
	margin: 0 0 6px 0;
	clear: both;
}
#content h2 a:link,
#content h2 a:visited {
	color: #111155;
	background-image:   url("../images-t/arrows-link2.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 28px;
}
#content h2 a:hover {
	color: #6666CC;
	background-image:   url("../images-t/arrows-link3.gif");
}
#content a:link, 
#content a:visited {
	color: #0066FF;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
}
#content b a:link,
#content b a:visited {
	color: #111155;
	font-size: 10px;
}
#content b a:hover {
	color: #CC0000;
}
#content ul {
	list-style-type: none;
}
#content li {
	margin-bottom: 4px;
}


/* Col3 --------------------------------------- */

#col3 {
	float: right;
	padding: 0 18px 0 32px;
	font-size: 10px;
	color: #666633;	
 	width: 185px; /* For IE5/win, which includes padding and borders */
 	voice-family: "\"}\""; 
 	voice-family:inherit; 
 	width: 135px; /* other browsers */
 }

html>body #col3 { width: 135px; } /* just to make sure */	

#col3 h3 {
	font-size: 11px;
	color: #333300;
	margin-bottom: 6px;
}
#col3 h4 {
	font-size: 10px;
	color: #666633;
	margin-bottom: 4px;
}
#col3 ul {
	margin-left: 0;
}
#col3 li {
	list-style-type: none;
	margin-bottom: 4px;
}
#col3 a:link,
#col3 a:visited {
	color: #666633;
	text-decoration: none;
}
#col3 a:hover {
	color: #CC0000;
}


/* Footer */

#footer {
	width: 760px;
	padding: 5px 0 20px 0;
	background-color: #CCCC99;
	color: #333333;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footerRight {
	float: right;
	width: auto;
	padding-right: 7px; /* this is the distance from the edge to the right-most topNav link */
}
#footerLeft {
 padding-left: 12px; /* this is the distance from the edge to the crest */
}

/* Go to top */

#gototop {
	position: absolute;
	bottom: 43px; /* adust accordingly */
	left: 732px;
}
#gototop a:link,
#gototop a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#gototop a:hover {
	color: #333333;
	text-decoration: underline;
}

