

body {
	font-family: arial, helvetica, sans serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	background-color: #fff;
}

#wrapper {
	position: relative;
	width: 753px;
	left: 50%;
	margin-left: -390px;
	background-color: #fff;
}


#pagecontainer {
	text-align: left;
	width: 753px;
	background-color: #fff;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: auto;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	* html #header {
		height: 276px;
		}

#headerphotos{
	width: 753px;
	height: 158px;
}

#headerlogo{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background-color: #fff;
	text-align: center;
	font-size: medium;
	width: 753px;
	height: auto;
}


/*////////////////////////////
	MENU AREA
////////////////////////////*/

#menu{
	background-image:  url(images/blue_menu.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #1D42B3;/*blue */
	width: 753px;
	height: auto;
}

			.innermenu{
			font-family: arial, helvetica, sans serif;
			color: #fff;
			margin: 0px 0px 0px 0px;
			padding: 7px 0px 7px 0px;
			font-weight: bold;
			text-align: center;
			}
			
				#menu a{
				color: #fff; 
				text-decoration: none;
				margin: 0px 0px 0px 0px;
				padding: 0px 8px 0px 8px;
			}
			
			
			
			#menu a:{
				color: #fff; 
				text-decoration: none;
				margin: 0px 0px 0px 0px;
				padding: 0px 8px 0px 8px;
			}
			
			#menu a:hover{
				color: #DFE7FF;/*light blue */
				text-decoration: none;
				margin: 0px 0px 0px 0px;
				padding: 0px 8px 0px 8px;
			}
			
			
/*////////////////////////////
	CONTENT AREA
////////////////////////////*/

#content{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	color: #000;/*black */
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	width: 753px;
	min-height: 300px;
	max-height: 100%;
}
			
* html #content {
	height: 300px;
	margin: 0px 0px 0px 0px;
}
			
			
.innercontent{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
			}
		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	width: 753px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 190px;
}

#footerbar{
	width: 753px;
	height: 20px;
	text-align: center;
}
					
					


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #1D42B3;/*blue */
	font-size: medium;
	font-weight: bold;
}

h2{
	font-family: arial, helvetica, sans serif;
	color: #1D42B3;/*blue */
	font-size: small;
	font-weight: bold;
}

h3{
	font-family: arial, helvetica, sans serif;
	color: #000;/*black */
	font-size: small;
	font-weight: bold;
}


/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #1D42B3; /*blue */
	text-decoration: underline;
}

a:visited{
    color: #1D42B3; /* blue */
	text-decoration: underline;
}

a:hover{
    color: #1D42B3;  /* blue */
	text-decoration: none;
}

/*////////////////////////////
	HOMEPAGE BOXES
////////////////////////////*/

		
#titlebar1{
	height: 28px;
	width: 753px;
	background-image:  url(images/titlebar1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #1D42B3;/*blue*/ 
	margin: 0px 0px 20px 0px;
}

.titletext{
	padding: 4px 5px 2px 10px;
	color: #fff;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}  		

#bodytext{
	width: 320px;
	margin: 0px 20px 10px 20px;
	font-size: small;
	font-weight: normal;
	float: left;
}


#photowrapperright{
	width: 188px;
	min-height: 300px;
	max-height: 100%;
	background-color: #fff;
	float: right;
}
			
		* html #photowrapperright {
		height: 300px;
		}
		
#photowrapperleft{
	width: 188px;
	min-height: 300px;
	max-height: 100%;
	background-color: #fff;
	float: left;
}
			
		* html #photowrapperleft{
		height: 300px;
		}		

		
			
/*////////////////////////////
	OTHER ITEMS
////////////////////////////*/		
		
.blue{
color: #1D42B3;/*blue */
}


.xsmall{
font-size: x-small;
}

img{
	border: none;
}

td.greyback{
	background-color: #EBEBEB;
}
