/***********************************************/
/* CSS            */
/***********************************************/


/***********************************************/
/* HTML Styles                                 */
/***********************************************/ 
* { margin: 0px; padding: 0px; }

/* */
body {
	color:#666; 
	font-size: 83%;
	line-height: 1.166;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/background_grey.jpg);
	background-repeat: repeat-x;
	width: 100%; 
	margin: 0px auto;	
	voice-family: "\"}\""; 
	voice-family:inherit;
}

h1, h2, h3, h4, h5, h6 { color: #2B3176; font-weight: bold; margin: 0px; padding: 0px; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size:   1em; }
h5 { font-size: .93em; }
h6 { font-size: .86em; }
h1 a:link, 		h2 a:link, 		h3 a:link 		{ color: #06C; text-decoration: none; }
h1 a:visited, 	h2 a:visited, 	h3 a:visited 	{ color: #06C; text-decoration: none; }
h1 a:hover, 	h2 a:hover, 	h3 a:hover 		{ color: #06C; text-decoration: underline; }
h1 a:active, 	h2 a:active, 	h3 a:active 	{ color: #06C; text-decoration: underline; }

a:link, a:visited { color: #999; text-decoration: underline; }
a:hover, a:active { color: #f00; text-decoration: underline; }

p { color: #666; line-height: 1.2em; margin: 0 0 0 6px; padding: 0px; }

ul { color: #666; font-size: 1em; margin: 5px 16px 5px 20px; list-style-type: disc; }
ul ul { color: #666; font-size: .93em; list-style-type: square; }
ul ul ul { color: #666; font-size: .86em; list-style-type: circle; }

ol { color: #666; font-size: 1em; margin: 5px 16px 5px 25px; }
ol ol { color: #666; font-size: .93em;  }
ol ol ol { color: #666; font-size: .86em;  }

hr { color: #ccc; height: 1px; margin:4px; }

input, select, textarea, option
	{ font-size: .8em; font-family: Verdana, Arial, Helvetica; }

label{ font-family: Arial,sans-serif; font-size: 100%; font-weight: bold; color: #334d55; }


/***********************************************/
/* Layout Styles                               */
/***********************************************/
.pageclass {
	position: relative;
	width: 955px; 
	margin: auto;
}

.contentclass { 
	background: #ff0000;
	padding: 0px 0px 5px 5px; 
}

.tableclasswidth {
	width: 150px;
/*	position: relative;
*/
}

.colspacer {
	width: 10px;
}

#leftnav {
	float: left;
	font-size: 1em; 
	width: 140px;
/*	height: 350px;
	background-color:#FFFFFF;
	border-color: #CCCCCC;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
*/	padding: 5px 5px 5px 5px;
}
/*	.leftnav a:link, .leftnav A:visited { color: #FF6600; text-decoration: none; }
	.leftnav A:active, .leftnav A:hover { color: #FF6600; text-decoration: underline; }
*/
.leftfeature {
	float: left;
	width: 150px;
	background-color:#F0F0F0;
}

  

/***********************************************/
/* Text Styles                                 */
/***********************************************/  
.content { background: #FFFFFF; color: #808080; font-size: .7em; font-family: Verdana, Arial, Helvetica; }
.textgray { color: #999999;  }


/***********************************************/
/* Menu styles               		           */
/***********************************************/ 
#menu { color: #FFFFFF; font-size: .85em; font-family: Verdana, Arial, Helvetica;  margin: 2px; padding: 2px; }
	#menu A:link, #menu A:visited { color: #CCCCCC; text-decoration: none; }
	#menu A:hover, #menu A:active { color: #FF0000; text-decoration: underline; }
	
#vmenu { color: #303080; font-size: .8em; font-family: Verdana, Arial, Helvetica; margin: 2px; padding: 2px; }
	#vmenu A:link, #vmenu A:visited { color: #808080; text-decoration: none; }
	#vmenu A:hover, #vmenu A:active { color: #FF0000; text-decoration: underline; }
	
#menu_top { color: #303080; font-size: .8em; font-family: Verdana, Arial, Helvetica; margin: 2px; padding: 2px; }
	#menu_top A:link, #menu_top A:visited { color: #808080; text-decoration: none; }
	#menu_top A:hover, #menu_top A:active { color: #FF0000; text-decoration: underline; }
		
/* ********** Boxes ********** */
.infobox { border: solid 1px #dddddd; padding: 5px; }

/* ********** Forms/Input ********** */
.formprompt { color: #666666; font-family: Verdana, Arial, Helvetica; }	

/* ********** Footer ********** */
.copyright { color: #999999; font-size: 10px; font-family: Verdana, Arial, Helvetica; }
	.copyright A:link, .copyright A:visited { color: #999999; text-decoration: none; }
	.copyright A:active, .copyright A:hover { color: #FF0000; text-decoration: underline; }
