/* CSS Document */
/*PAGE LAYOUT*/
	body,
	html {
		margin:0;
		padding:0;
		background:#4E9EC6;
		color:#000;
	}
	body {
		min-width:800px;
	}
	#wrap {
		background:white;
		margin:0 auto;
		width:800px;
	}
	#header {
		background:white;
		background-image:url(header_new.jpg); width:800px; height:156px;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#nav {
		background:white;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}

	#nav a{
	text-decoration: none;
	}

	#nav a:hover{
	text-decoration: underline;
	}

	#nav a:visited{
	color: blue;
	}

	#main {
		background:white;
		float:left;
		width:530px;
		padding:10px 10px 10px 20px;
	}
	#main2 {
		background:white;
		float:left;
		width:770px;
		padding:10px 10px 10px 20px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	
	#main2 li{
	list-style-type:disc;
	margin:0px 0px 0px 20px;}
	
	#main li{
	list-style-type:disc;
	margin:0px 0px 0px 20px;}
	
	#sidebar {
		background:white;
		float:right;
		width:240px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:white;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }


#logo{float:left; background-image:url(header.jpg); width:800px; height:129px;}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#content{width:800px; background:blue;}
#submenu{float:left; width:800px; height:32px; background:red;}
#contenttext{float:left; width:526px; background:black;}
#leftpanel{float:right; width:274px;background:yellow;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px; background-color:white;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
	background-color:white;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4E9EC6;
	/*color:#CC0000;*/
}
.titletext2 {
	font-weight:bold;
	color:#4E9EC6;
	/*color:#CC0000;*/
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.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:#999999;
}

.home {color:blue;}

.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
	color:blue;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
}
.smallredtext a:hover{
	text-decoration:underline;
	font-size: 11px;
}