* {margin:0;padding:0}
body {
	margin: 0px;
}
.content h3 {
	font-size: 1.5em;
	color: #B6053B;
	}
.contentcontainer {
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-position: bottom;
	height: 550px;
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	padding-top: 30px;
	background-color: #FFFFFF;
}
.contentcontainer2 {
	background-image: url(images/contentback2.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-position: right bottom;
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #284F65;
}
.contentcontainer2 .logos {
	margin-left: -20px;
}
.staffdiv {
	width: 800px;
	margin-bottom: 10px;
	height: 250px;
	margin-left: 25px;
	border-top: 1px dotted #999999;
}
.staffdiv img {
	float: left;
	border: 1px dotted #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}
.staffdiv strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #B6053B;
}
.staffdiv a {
	text-decoration: none;
	color: #284F65;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E7EA1;
}
.staffdiv a:hover {
	color: #339933;
}
.contentcontainer2 a {
	text-decoration: none;
	color: #284F65;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#4E7EA1;
}
.contentcontainer2 a:hover {
	color: #339933;
}
.bottomcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #999999;
	text-align: right;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.top {
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(/images/BANNER.gif);
	background-position: right center;
}
.menu {
	background-image: url(images/menuback.gif);
	background-repeat: repeat-x;
	height: 45px;
	padding-top: 0px;
}
.menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.menu li {
	float: left;
	padding-right: 30px;
	height: 25px;
	padding-top: 13px;
}
.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.menu a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.sidemenu {
	height: 330px;
	color: #FFFFFF;
	float: left;
	width: 12em;
	
}


/*Content menu */
#vertnav{list-style: none;} 
#vertnav{ 
     padding:0;
     margin:0 0 0 -6em;
} 
#vertnav ul {
	padding: 0;
	margin:0;
	list-style: none;
	width:12em;
	z-index:99;
	overflow:visible;
	
} 
#vertnav li {
	margin:0 0 0 0.1em;
	position: relative;
	width: 20.9em;
	background-color:#A10122;
	display:block;
	height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	left: 9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: bottom;
} 
#vertnav li:last-child{
	border-bottom:1px solid #FFFFFF;
	background-color: #A10122;
} 
#vertnav a {
	text-decoration:none;
	display:block;
	padding: 0.1em 0em 0em 1em;
	margin:0em 0 0em 0.1em;
	width:19.9em;
	height:1.7em;
	color: #FFFFFF;
	vertical-align: bottom;
} 
#vertnav a:hover, #vertnav li:hover{
	background-color:#4C7B9E;
	vertical-align: bottom;
	
} 
#vertnav ul li:hover, #vertnav ul li a:hover{
	background-color:#5080A4;
	
} 
#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{ 
     display:none; 
     position:absolute; 
     top:0; 
     left:12em;
	 
} 
/* non-IE browsers see this */ 
#vertnav ul li>ul, #vertnav ul ul li>ul{
	margin-top:-1.4em;
} 

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li:hover ul ul ul ul, #vertnav li:hover ul ul ul ul ul{ 
     display:none; 
} 

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul, #vertnav ul ul ul li:hover ul, #vertnav ul ul ul ul li:hover ul{ 
     display:block; 
} 

li>ul { 
     top: auto; 
     left: auto; 
} 
/* Win IE only \*/
* html #vertnav li{float:left;}
* html .sidemenu {margin-left: -50px;}
 

/* end holly hack */

.content {
	height: 370px;
	width: 485px;
	overflow: auto;
	border: 1px solid #999999;
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding-left: 20px;
	margin-right: 20px;
	float: right;
	background-attachment: fixed;
}
.content a {
	font-size: 1.2em;
	color: #336633;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 1.5em;
}
.tittle {
	background-color: #FFFFFF;
	height: 24px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	background-image: url(/images/tittle.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 6px;
	margin-left: -20px;
	text-transform: uppercase;
	font-weight: normal;
}
.top img {
	float: left;
}
.top p {
	text-align: right;
	height: 20px;
	margin-top: 25px;
}
.bottom {
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	bottom: 5px;
	margin-top: 20px;
	position: relative;
}
.logos {
	background-image: url(/images/menu2dev_19.gif);
	height: 150px;
	width: 890px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}
.bottom img {
	float: left;
	border: 1px dotted #666666;
}
.bottompics {
	background-image: url(images/deco1.jpg);
	height: 74px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 300px;
	background-repeat: no-repeat;
	background-position: right;
}
.news {
	float: right;
	width: 200px;
	padding: 5px;
	border: 1px dotted #B6053B;
	margin: 2px 9px 2px 2px;
}
.news strong {
font-size: 1.2em;
	font-weight: normal;
	color: #B6053B;
	}.contentcontainer2 h3 {
	font-size: 1em;
	color: #244A5E;
}
.imagewrap {
	float: left;
	height: 187px;
	width: 403px;
	margin: 5px;
}
.contentcontainer2 ul {
	list-style-position: inside;
	list-style-type: square;
}
imageintext {
	float: left;
}
.contentcontainer .content li {
	list-style-type: square;
}
.imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.aboutussections {
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	width: 170px;
	padding: 5px;
	font-size: 1.2em;
	margin-right: 20px;
	float: left;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-top: 10px;
}

