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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#5D7684;//5D7684 //2b556c //162C37
	background: url(images/bg.jpg) center repeat-y;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
}

h1 { font-size: 14px;
	margin-top: 30px;
	margin-bottom:5px;
	}

h2 { }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 170%;
	text-align:left;
}

ul, ol { }

blockquote { }

a { color: #162C37;
	text-decoration:none; }

a:hover { text-decoration: underline; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background: url(images/logoCT.jpg) no-repeat center top;
}

/* Header */

#header {
	margin-top:25px;
	margin-bottom:25px;
}

div.centerClass {
width: 600px;
margin-left: auto;
margin-right: auto;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 25px;
	margin-top:0px;
	margin-left:0px;
	//background: url(images/menubartop.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	margin-right: 0px;
	padding: 4px 12px 6px 12px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover { 
	color:#2b556c;
	background: #c9c9c9;
	text-decoration: none; 
}

#menu .current_page_item a {
	color:#2b556c;
	background: #FFFFFF;
}

/* Submenu */

#submenu {
	float: right;
	width: 570px;
	height: 18px;
	
}

#submenu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	background: #989C48;
}

#submenu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 0px;
	padding: 5px 20px 0px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	//color: #FFFFFF;
}

#submenu a:hover { 
	background: #808430;
	text-decoration: none; 
}

#submenu .current_page_item a {
	background: #808430;
}

#submenu .first {
}

/* Page */

#page {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


/* Content */
#contentBG {
	float: left;
	background-image:url(Images/bg.png);
	width:600px;
}

#content {
	float: left;
	width:500px;
	margin: 25px 50px 10px 50px;
}


/* Footer */

#footer {
	float: left;
	width: 600px;
	height: 25px;
	//background: url(images/menubarbottom.png) no-repeat top left;
}
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#c9c9c9;
	margin-top:2px;
}
#footer a {
    color:#FFFFFF;
}
