/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
 } 
 
#pagewidth{
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
 
#header{
	position:relative;
	height:100px;
	background-color:#000066;
	width:100%;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
} 
#leftcol{
	width:27%;
	float:left;
	position:relative;
	background-image: url(images/menuback.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
 }
  #navcontainer ul
{
margin-top: 170px;
padding: 10;
height: 375px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 2px;
	width: 125px;
	background-color: #000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

#navcontainer a:hover
{
	background-color: #000066;
	color: #00FFFF;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ff9933;
	border-right-color: #ff9933;
	border-bottom-color: #ff9933;
	border-left-color: #ff9933;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #000066;
	background-image: none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ff9933;
	border-right-color: #ff9933;
	border-bottom-color: #ff9933;
	border-left-color: #ff9933;
	font-weight: bolder;
}

#twocols{
	width:70%;
	float:right;
	position:relative;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:96%;
	height:100%;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom:30px;
	padding-bottom:30px;
 }

#topimage{
	position:relative;
	background-image: none;
	background-repeat: repeat-x;
 } 

#footer{
    margin-top:30px;
	height:50px;
	background-color:#000000;
	clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;

 } 
 
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
 }
 
.clearfix{
	display: inline-block;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.clearfix{
	display: block;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the left column when printing*/ 
#leftcol{
	display:none;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
} 

/*hide the right column when printing*/ 
#rightcol{
	display:none;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
} 
#twocols, #maincol{
	width:100%;
	float:none;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
}

