/* CVP CSS Document */

* {
padding: 0;
margin: 0;
}


/*PAGE LAYOUT*/
body {

	{font-size: 100%;}
	#header {font-size: .10em;}
	#content {font-size: .8em;}
	#contenttext {font-size: .92em;}
	#linksmenu {font-size: .6em;}
	#rightmenu {font-size: .65em;}
	#footer {font-size: .71em;}
	/* {font-family:"Verdana",Tahoma,Arial,Sans-serif;} */
	p{font-family:"Verdana",Tahoma,Arial,Sans-serif}


}
#page{
	/* border-left:solid 1px #000000; border-right:solid 1px #000000; 
	border-top:solid 1px #000000; border-bottom:solid 1px #000000; */
	width:900px;
	
}
#toppage{
	width:900px;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(bg_topbar.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#header{
	width:900px;
}
#content{
	width:900px;
}
#contenttext{
	float:left; width:500px; 

	background-color:#FFFFFF; 
	min-height:360px;
}
#logo{
	float:left; 
	width:200px; 
	height:100px; 
	background-color:#FFFFFF; 
	padding-top:10px; 
	padding-bottom:0px;
}
#pagetitle{
	position:relative; float:left; width:608px; height:55px; background-color:#FFFFFF;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	position:relative; float:left; width:200px; margin:0px;
}
#footer{
	float:left;
	width:900px;
	/* width:590px; padding-right:10px; padding-left:200px; */
}
#rightmenu{
	/* width:200px; padding-top:70px; float:right; font-weight:bold; */
	width:200px; padding-top:70px; float:right;
}

/*GRAY PANEL*/
.panel{
	/* border:solid 1px #E4E4E4; */
	background-color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:550px;
	/* height:160px; */
}

/*TEXT STYLES*/
.bodytext {
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	/*color:#CCCCCC; */
	color:#696969;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	/* color:#CCCCCC; */
	color:#696969;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #00008B;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}
#linksmenu a{
	float:left; 
	width:170px;
	height:20px; 
	background-color:#FFFFFF; 
	font-weight:bold;
	/* color: #0000FF; */
	color: #2F4F4F;
	padding-top:5px;
	padding-left:10px;
	text-decoration:underline;
}
#linksmenu a:hover{
	/* background-color:#514F1C; 
	background-color:#CCFFFF; */
}
