

body {
	background: #008ACF url('images/mainbg.gif') repeat-y center;
	margin: 0px;
	font-family: tahoma;
	font-size: 10pt;
}

img {
	border: none;
}


/* Utility Classes */
.floatleft { float: left; }

.floatright { float: right; }

.clear { clear: both; }


.msg {
	color: #FF0000;
	font-weight: bold;
}

#shell {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	padding-left: -80px;
	padding-right: -80px;
}

#top {
	background: url('images/containertop.jpg') no-repeat;
	width: 1000px;
	height: 65px;
	margin-right: -70px;
	margin-left: -70px;
}

#container {
	width: 810px;
	margin-left: -70px;
	margin-right: -70px;
	background: url('images/containerbg.gif') repeat-y;
	padding-left: 95px;
	padding-right: 95px;
	padding-top: 15px;
}
#shell #container #maincontent p {
	text-align: justify;
}

#menubar {
	height: 25px;
	width: 100%;
	margin-bottom: 2px;
	background: url('images/nav.gif') repeat-x;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.nav {
	height: 25px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #FFFFFF;
	float: left;
	line-height: 25px;
}

.nav:hover, .selected {
	background: url('images/navselected.gif') repeat-x;
}

#barleft {
	background: url('images/gradientleft.jpg');
	width: 200px;
	margin-bottom: 2px;
	height: 41px;
	float: left;
	color: #cad5da;
	font-size: 16pt;
	line-height: 41px;
	text-align: center;
}

#clouds {
	width: 407px;
	height: 41px;
	margin-bottom: 2px;
	background: url('images/cloudbar.jpg');
	text-align: center;
	color: #FFFFFF;
	font-size: 16pt;
	line-height: 41px;
	float: left;
}

#barright {
	background: url('images/gradientright.jpg');
	width: 203px;
	height: 41px;
	margin-bottom: 2px;
	float: left;
	color: #cad5da;
	font-size: 16pt;
	line-height: 41px;
	text-align: center;
}

#sidemenu {
	width: 200px;
	color: #242052;
	float: left;
}

.sidenav {
	display: block;
	width: 190px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 19px;
	background: url('images/nav.gif') repeat-x;
	border: 1px solid #999999;
	border-top: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	text-decoration: none;
	
}

.sidenav:hover, .sidenav.selected {
	background: url('images/navselected.gif') repeat-x;
}

.sidenav a {
	color: #000000;
	text-decoration: none;
}

.dark {
	background-color: #D1D1D1;
}

.light {
	background-color: #EBEBEB;
}

#maincontent {
	width: 377px; /*Minus 30 for padding*/
	padding: 15px;
	float: left;
}

#rightbar {
	width: 203px;
	float: left;
}

#requestcallback {
	width: 189px; /*Minus 14 for padding*/
	background-color: #DDDDDD;
	padding: 7px;
}

.rightimage {
	height: 300px;
	width: 189px;
	margin-left: 7px;
}

#requestcallback input {
	border: 0px;
	color: #666666;
	height: 15px;
	line-height: 15px;
	width: 187px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#requestcallback textarea {
	border: 0px;
	color: #666666;
	height: 75px;
	line-height: 15px;
	width: 187px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#bottom {
	background: url('images/containerbottom.gif') no-repeat;
	width: 1000px;
	height: 217px;
	margin-left: -70px;
	margin-right: -70px;
}

#shell #container #menubar .nav a {
	text-decoration: none;
	color: #000000;
}
