html { background-color: #BBCFD8; }
body { font-family: Trebuchet MS, Tahoma, Arial, Verdana; background-repeat: repeat-x; margin: 0px; padding: 0px;}

div { margin:0px;padding:0px;}
/* header styles*/

#header {
	display: block;
	height: 110px;
	width: 990px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#logo {
	display: block;
	float: left;
	width: 165px;
	height: 365px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* main navigation styles*/

#mainnav { 
	display: block;
	clear: both;
	height: 30px;
	width: 990px;
	padding: 50px 0 0 0px;
	margin: 0px;
	text-align: right;
}

.topnav { 
	margin: 0;
	padding: 0;
	font-size: 9pt;
	line-height: 12pt;
	color: #002354;
	text-decoration: none;
}

#mainnav a:hover { color: #FFCC33; }

/* footer navigation styles*/

#footer { 
	display: block;
	clear: both;
	width: 990px;
	padding: 0px;
	margin-top: 20px;
}

#copyright { 
	display: block;
	float: left;
	height: 36px;
	width: 490px;
	padding: 10 0 0 0;
	margin: 0px;
	text-align: left;
	border-style: solid;
	border-width: 1 0 0 0;
	border-color: #5E6B80;
}

#footernav { 
	display: block;
	float: right;
	height: 36px;
	width: 500px;
	padding: 10 0 0 0;
	margin: 0px;
	text-align: right;
	border-style: solid;
	border-width: 1 0 0 0;
	border-color: #5E6B80;
}

#footernav a {
	margin: 0px;
	padding: 0 10;
	font-size: 8pt;
	line-height: 11pt;
	color: #032553;
	text-decoration: none;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #032553;
}

#footernav a.last {
	margin: 0px;
	padding: 0 0 0 10;
	font-size: 8pt;
	line-height: 11pt;
	color: #032553;
	text-decoration: none;
	border-width: 0;
}

#footernav a:hover { color: #FFCC33; }

#in2ition { 
	display: block;
	float: left;
	height: 40px;
	width: 990px;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	line-height: 11pt;
	color: #032553;
	text-decoration: none;
	text-align: right;
}

#in2ition a {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	line-height: 11pt;
	color: #032553;
	text-decoration: none;
	text-align: right;
}

#in2ition a:hover { color: #900; }

/* main class styles*/

.nav { 
	font-size: 8pt;
	line-height: 11pt;
	color: #032553;
	text-decoration: none;
}

.nav:hover { color: #FFCC33; }

.readmore { 
	font-size: 9pt;
	line-height: 12pt;
	color: #002355;
	text-decoration: none;
}

.readmore:hover { color: #428204; }

.email { 
	font-size: 11pt;
	line-height: 14pt;
	color: #002355;
}

.email:hover { color: #428204; }

.title { 
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #002355;
	text-decoration: none;
}

.subtitle { 
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color: #002355;
	text-decoration: none;
}

.text { 
	font-size: 9pt;
	line-height: 12pt;
	color: #002355;
	text-decoration: none;
}

.text2 { 
	font-size: 11pt;
	line-height: 14pt;
	color: #002355;
	text-decoration: none;
}

.info { 
	font-size: 8pt;
	line-height: 11pt;
	color: #002355;
}

.info:hover { color: #FF9900; }

.info2 { 
	font-size: 12pt;
	line-height: 15pt;
	color: #002355;
}

/* main image styles*/

#homepage-image {
	display: block;
	height: 365px;
	width: 825px;
	padding: 0px;
	margin: 0px;
}

/* body styles*/

#maincontent {
	display: block;
	width: 990px;
	height: 365px;
	padding: 0px;
	margin: 0px;
}

#left-side {
	display: block;
	float: left;
	width: 165px;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

#right-side {
	display: block;
	float: right;
	width: 825px;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}