/* Dave Evans the King & PlanB */

/* Body Parameters */

body {
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #AAAAAA;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #AAAAAA;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #DDDDDD;
scrollbar-shadow-color: #888888;
scrollbar-track-color: #EEEEEE;
}

/* Page Layout */

#cont_page{
	width:100%;
	height:100%;	
	position:absolute;
	top: 0px;
	}

#cont_mainHull{
	position:absolute;
	width:800px;
	height:600px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	border-style: solid;
	border-width: 1px;
	border-color: #0099CC;
	background-repeat:repeat-x;
	background-color:#FFFFFF
}

/* Page Containters */

#cont01_top{
	position:absolute;
	width:790px;
	height:230px;
	top:0px;
	left:5px;
	z-index:1;
	border-style:solid;
	border-color: #CCCCCC;
	border-width: 0px;
	}
	
	
#cont03_graphicBorders{
	position:absolute;
	width:790px;
	height:150px;
	top:82px;
	left:5px;
	z-index:0;
	border-color: #CCCCCC;
	border-width:0px;
	border-style:solid;
	background-repeat:repeat-x;
	}
	
#cont04_graphicImages{
	position:absolute;
	width:788px;
	height:123px;
	top:11px;
	left:0px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px;
	}
	
#cont05_menu{
	position:absolute;
	width:200px;
	height:210px;
	top:234px;
	left:5px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px;
	}
#cont06_content{
	position:absolute;
	width:578px;
	height:352px;
	top:238px;
	left:216px;
	border-style:solid;
	border-color:#0099CC;
	border-width:1px;
	}
	
#cont07_links{
	position:absolute;
	width:200px;
	height:140px;
	top:450px;
	left:5px;
	border-style:solid;
	border-color:#0099CC;
	border-width:1px;
	}
	
/*Text*/
.menu_default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

a {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #006699;
}
a:active {
	color: #006699;
}




/*page_containers*/

#page_cont01{
	position:absolute;
	width:575px;
	height:350px;
	left:0px;
	top:0px;
	overflow: auto;
	}
	
#page_cont01_noScroll{
	position:absolute;
	width:575px;
	height:350px;
	left:0px;
	top:0px;
	overflow: hidden;
	}

.page_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	}

.page_default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.page_default_flash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color:#CC0000;
	text-decoration: blink;
}

/*Classes*/

.iFrameBR{
	border-style:solid;
	border-width:1px;
	border-color:#006699;
	}

