@import url("navigation_01.css");
@import url("crumbs_01.css");
@import url("forms_02.css");
@import url("download_01.css");
@import url("next_previous_01.css");
@import url("images_01.css");

/* Main Layout */
body{

	font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
	font-size:13px;
	font-weight:normal;
	color:#000000;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	
	text-align: center;

}

#PagePanel
{

}


#PageTable #Header
{
	clear: both;	
	background-color: #738295;		
	height: 146px;	
	
	background-image: url(banner_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	border-top: solid 1px #003366;
	border-left: solid 1px #003366;
	border-right: solid 1px #003366;
}


#PageTable
{
	width: 100%;
	border: none;
	width: 750px;
}

#PageTable td
{
	border: none;
	padding: 0px;
}


#PageTable #Nav
{	
	padding-top: 5px;
	width:120px;
	border-left: solid 1px #003366;
}


#PageTable #MainContent
{
	border-top: solid #738295 5px;
	width: 480px;	
}

#MainContentLiner
{
	padding: 0px 10px 10px 10px;
	/* background-color: #ffffff; */
}

#PageTable #MinorContent
{
	width: 150px;
	background-color: #738295;
	border-right: solid 1px #003366;
}


#PageTable #Footer
{
	font-family: Arial,Helvetica,sans-serif,"MS sans serif";
	font-size: 100%;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #738295;	
	
	text-align: right;
	padding: 10px;
	
	border-bottom: solid 1px #003366;
	border-left: solid 1px #003366;
	border-right: solid 1px #003366;
	
}

#BrandingTD
{
}

#ImageFloater1
{
	position: absolute;	
	left: 0%; top: 0%;
	
	height: 150px;
	width: 100%;

		
	
}

#ImageFloater2
{	
	position: absolute;	
	left: 0%; top: 0%;
	
	height: 120px;
	width: 100%;
	
	background-image: url(logo1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;

}

#CrumbTrail
{
	margin-left: 5px;
	margin-top: 5px;
}

#CrumbTrail a
{
	color: black;
}


#CrumbTrail a:hover
{
	color: #003366;	
}


#Header h1
{
	display: none;
	font: 200% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}


/* Panel Stuff */

.Panel
{
	width: auto;
	background-color: #ffffff;
	margin: 5px;
}

.PanelTitle
{
	font-family: Arial,Helvetica,sans-serif,"MS sans serif";
	font-size: 100%;
	font-weight: bold;
	background-color: #003366;
	color: #ffffff;
	font-variant: bold;
	text-align: left;
	padding: 4px;
}

.PanelBody
{
	font-size: 75%;
	padding: 5px;
	color: #000000;
}

.PanelBody
{
	font-size: 85%;
}


h1
{
	font-family: Times, "Arial Black",Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight: normal;
}


h2
{
	
	font-family: "Arial Black",Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight: normal;
	font-size: 120%;
	margin-top: 0em;
	margin-bottom: 0.5em;
	border-bottom: solid black 2px;
}


h3
{
	font-family: "Arial Black",Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight: normal;
	font-size: 110%;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

h4
{
	font-family: "Arial Black",Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

p
{
	
	margin-top: 0em;
	margin-bottom: 0.6em;
	text-indent: 0em;
}

ul, ol
{
	margin-top: 0em;
	margin-bottom: 0.6em;
}

a
{
	text-decoration: underline;
	color: #666666;
}


a:visited
{
	text-decoration: underline;
	color: #666666;
}

a:hover
{
	text-decoration: underline;
	color: #003366;
}

a:active
{
	text-decoration: none;
	color: #BE7001;
}

#Header a
{
	text-decoration: none;
	color: #FFFFFF;
	
}

#Header a:hover
{
	text-decoration: underline;
	color: #003366;
}


table
{
	margin: 0px;
	padding: 0px;
	border-top: solid #000000 1px;
	border-right: solid #000000 1px;
}


td
{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	
}

#ClockworkVisionBranding
{

	color: #000000;

}

#ClockworkVisionBranding a
{
	color: #000000;
	text-decoration: none;
	
}

#ClockworkVisionBranding a:hover
{
	color: orange;
	
}


#NextPrevious
{
	padding: 15px;
}

#NextPrevious a
{
	color: #000000;
	
}

#NextPrevious a:hover
{
	color: #003366;
}

