

/* Elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

td, p, div, ul, ol {
font-size: 14px;
padding-bottom:5px;
}





h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}



a {
	color: #084E72;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 960px;
	height:120px;
	margin: 0px auto;
}



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

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0px auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 136px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: 100px;
	background: #EEEEEE;
	color:#23A9C3;
	text-transform: uppercase;
	font-size: 14px;
}

#menu a:hover {
	background: #CEEFF7;
}

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

#menu2 li {
}

#menu2 a {
	display: block;
	float: left;
	padding: 5px 0px;
	width:100%;
	text-align: left;
	text-decoration: none;
	font-weight: 100px;
	color:#084E72;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom:1px solid #cccccc;
	margin-bottom:2px;
}

#menu2 a:hover {
}

/* Content */

#content {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 670px;
	margin-top: 5px;
}

#colTwo {
	float: left;
	border-right:#CCCCCC 2px solid;
	width: 258px;
	margin-top: 5px;
	margin-right: 10px;
	padding-right: 10px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	text-transform: uppercase;
	font-size: 32px;
	color: #d65744;
	font-weight:100;
}

#content h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight:100;
	color: #23A9C3;
}

#content h3 {
	color: #000000;
}
/* Footer */

#footer {
	width: 960px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}


