/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 20 20 20px 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333333;
}

h1, h2, h3 {
	color: #999999;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #999999;
}

a:hover {
	border: none;
}

a:visited {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #999999;
}

img {
	border: none;
}

ul{list-style-type:none; margin: 0; padding-left: 3px}


/* Header */

#header {
	width: 950px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 950px;
	height: 41px;
	margin: 0 auto;
	background-color: #006699;
	background-image: url(images/img2.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}



/* Content */

#content {
	width: 950px;
	margin: 0 auto;
	background: url(images/img4.gif);
}

#colOne {
	background: url(images/img4.gif);
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	background: url(images/img4.gif);
	float: right;
	width: 590px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#colThree {
	background: url(images/img4.gif);
	float: right;
	width: 140px;
	padding: 30px 10px 0 10px;
}

#colThree ul{width:143px; height:124px; position:absolute;}
#colThree ul li{width:134px; height:24px; background:url(images/dot-line.gif) 0 100% repeat-x;}
#colThree ul li a{display:block; width:124px; height:24px; background:url(images/bullet1.gif) 0 9px no-repeat; font:12px/24px Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; padding:0 0 0 12px;}
#colThree ul li a#current1:link{text-decoration:underline; background:url(images/bullet2.gif) 0 9px no-repeat;}
#colThree ul li a:hover{text-decoration:underline; background:url(images/bullet2.gif) 0 9px no-repeat;}
#colThree ul li.resources{width:124px; height:24px; background:none;}



/* Footer */

#footer {
	width:950px;
	margin: 0 auto;
	padding: 10px 0px;
	background: url(images/img7.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}

