body {behavior: url(csshover.htc);}

/*** layout ***/
html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, div, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	.row, .subnav, .footer {
		border: 0;
		font-family: inherit;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	ol, ul {
		list-style: none;
		
	}
	
	table {
		border-collapse: separate;
		border-spacing: 5;
	}
	
	caption, th {
		font-weight: normal;
		text-align: left;
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-color:  #D1E2EC;
	background-image: url("cloud_background_wt.jpg");
	/*** 1 pixel color background creating shadows ***/
	background-repeat: repeat-y;
}



.small {
	font-size: 10px;
}

div.banner {
	width: 715px;
	background-color: #99ccff;
	align: center;
	text-align: right;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003366;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -10px;
}

div.imgright {
  margin-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}

div.mainmenu {
	
	float: left;
	width: 150px;
	height: 1000px;
	padding-top: 0px;
	padding-left: 0px;
}

div.mainmenu ul {
	padding-left: 5px;
	padding-top: 0px;
}


div.mainmenu h3 {
	background-color:  #003366;
	color: white;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
}

div.content {
	float: left;
	padding: 10px;
	padding-top: 5px;
	width: 470px;
}

div.contentlarge {
	padding: 10px;
	padding-top: 5px;
	width: 600px;
	float: right;
}

div.contentheader {
	overflow: hidden;
	zoom: 1;
}

div.textleft {
	padding: 10px;
	text-align: center;
}

div.textright {
	padding: 10px;
	text-align: center;
}

div.textbanner {
	padding: 10px;
	text-align: left;
	background-color:  #D1E2EC;
	width: 700px;
}


div.rightcontent {
	background-color:  #D1E2EC;
	float: left;
	padding: 5px;
	padding-top: 0px;
	width: 150px;
	height: 1000px;
	text-align: center;
}


div.header {
	width: 800px;
	height: 90px;
	align: center;
}

h3 {
	color: #003366;
	font: 18px "futura condensed", verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	text-align: center;
}

h4 {
	color: #003366;
	font: 14px "futura condensed", verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 5px;
	text-align: center;
	float: center;
}

h2 {
	color: #003366;
	font: 20px "futura condensed", verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
}

h1 {
	color: #003366;
	font: 24px "futura condensed", verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: left;
}

p {
	color: black;
	font: 13px "futura condensed", verdana, sans-serif;
	font-weight: normal;
	align: left;
	margin-bottom: 10px;
	margin-top: 3px;
}

.title {
	color: #003366;
	font: 16px "futura condensed", verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}

.bold {
	color: black;
	font: 12px "futura condensed", verdana, sans-serif;
	font-weight: bold;
}

.center {
	text-align: center;
}

a {
	color: #003366;
		text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0033cc;
}


div.list {
	padding-top: 5px;
	padding-left: 15px;
}


.wrapper {
	margin-left: 35px;
	width: 640px;
}

.mainmenu { 
	width: 20%;
}

.content {
	width: 80%;
}

}/*
*/