@charset "UTF-8";


body {
	color: #333;
	font-size: 1.0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	background-color: #06C;
	background-repeat: repeat;
	background-image: url(../backgrounds/star.bak.gif);
}


h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	color: #4F6179;
	font-size: 1.7em;
	font-weight: normal;
	
}
h2 { color: #33F; font-size: 1.5em; font-weight: normal;  }

#wrapper {
	width: 960px;
	height: 800px;
	margin-left:auto;
	margin-right: auto;
	border: 1px;
	border-color: #0F0;
	border-style: dotted;
	 font-family: sans-serif;
}


/* BANNER AREA */
.bannerArea {
	width: 960px;
	height: 145px;
	background-image: url(../images/banner-clip.png);
	background-repeat: no-repeat;
}
.bannerArea h1 {
	color: #FF0;
	position: relative;
	top: 25px;
	text-shadow:#333;
}
.bannerArea h3 {
	color: #FF0;
	position:relative;
	left: 4
	0px;
	top: 5px;
	text-shadow:#333;
		
}

.bannernav {
	padding-top: 10px;
	padding-right: 40px;
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	font-weight: bolder;
}

.bannernav a {
	color: black;
	text-decoration: none;
}
.bannernav a:visited {
	color: yellow;
}
.bannernav a:hover {
	color: #F00;
}

.toplogo {
	margin-left: 10px;
	padding-top: 15px;
	float: left;
	text-align: right;
}
#leftcol {
	float:left;
	width:166px;
	height: 490px;
	background-color:#999;
	position: relative;
	left: 1px;
	top: 1px;
	border: outset silver 4px;
}

/* LEFT NAVIGATION */


.leftnavigation {
	width: 125px;
	margin: 4px 0px 0 0px;
	padding-left: 8px;
	list-style: none;
	
}

.leftnavigation a{
	margin-left: 0px;
	width: 154px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	color: #364957;
	font-size: .9em;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	background-image: url(../imagesnav/nav_normal-a.jpg);
	display:block;
	text-decoration: none;
	height: 22px;
	background-repeat: no-repeat;
	
	padding-top: 3px;
}

.leftnavigation a:visited{
	color: #00C;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(../imagesnav/nav_down-a.jpg);
}


/* CONTENT AREA */

.contentleft {
	width: 750px;
	padding-left: 4px;
	padding-right: 10px;
	float: left;
	margin-left: 5px;
	border: outset gray 4px;
	background-color: #EEE;
}
.contentleft h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.contentleft p { font-size:1.0em;
	font-weight: bold;
	color:#090;
}
.contentleft img{
	float: right
}
#contact {
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-left: 10px;
	border: outset gray 4px;
	background-color: #EEE;}
	#contact h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contact p { font-size:.6em;
	font-weight: bold;
}





/* FOOTER AREA */
.footerArea {
	width: 952px;
	height: 80px;
	background-color: #ddd;
		border: outset 4px gray;
	position: relative;
	text-align:center;
	top: 4px;
}
