/* CSS Document */
body{
margin: 0px;
padding: 0px;
background-color:#617490;
background-image:url(images/bg4.jpg);
background-repeat:repeat-y;
background-position: top center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
/* code to center container in IE */
text-align: center; 
}

p{
font-size:14px;
}

h4{
font-size:18px;
font-weight:500;
}

#container{
width:790px;
background-color:#ffffff;
/* code to center container in Mozilla */
margin: 0 auto;
padding: 0px;
	/* Opera background image alignment hack */
}

/*BACKGROUND IMAGES*/

#top{
background-image:url(images/top4.jpg);
background-repeat:no-repeat;
height:46px;

}

#middle{
background-image:url(images/middle4.jpg);
background-repeat:repeat-y;
}

#bottom{
background-image:url(images/bottom4.jpg);
background-repeat:no-repeat;
height:141px;
}

#banner{
background-image:url(images/banner6.jpg);
background-repeat:no-repeat;
width:789px;
height:330px;
}

#banner2{
background-image:url(images/banner7.jpg);
background-repeat:no-repeat;
width:790px;
height:231px;
}

/*M E N U */

#menu{
width:100px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 25px;
text-align:left;
float:left;
}

#menu #sub1, #sub5, #sub6, #sub7 {
visibility:hidden;
}


		
.menutitle{
text-align:left;
cursor:pointer;
text-decoration:none;
}

#menu img{
border:0px;
}

.submenu{
text-decoration:none;

}


a #navigation, a:link #navigation, a:active #navigation , a:visited #navigation {
text-decoration:none;
}
		
		

	
/*DIVS*/	
	
	
#contentright{
width:520px;
margin-left:235px;
padding:5px 15px 10px 10px;
text-align:left;
min-height:500px;
}

	#contentright a{
	color:#000099;
	text-decoration:none;
	}

	#contentright a:hover{
	color:#FFFFCC;
	text-decoration:none;
	}

	#contentright a:visited{
	color:#49566A;
	text-decoration:none;
	}


#footer{
text-align:center;
padding:52px 0px 0px 0px;
font-size:10px;
color:#333333;
}

/*CLASSES*/

.photoleft{
float:left;
border:4px double #FFFFE3;
margin:10px;
}

.photoright{
float:right;
border:4px double #FFFFE3;
margin:10px;
}

.smallphoto{
float:left;
border:4px double #FFFFE3;
margin-right:5px;
}

.title{
	color:#49566A;
	font-weight:bold;
	}
	
	.skiplink {display:none}



