/* *{padding: 0px; margin: 0px;*/
body, html 
{
    margin: 0px auto;
    min-width: 800px;
    padding: 0px;
    color: #1a3281;
    background-color: #CCCCCC;
    font-family: Arial;
    font-size: 13px;
}

/*Page Architecture*/

#container{
	margin: 0px auto;
	width: 800px;
	overflow: hidden;
}

#container .fadeleft{
	width: 40px;
	background: url('images/fadeleft.jpg');
	background-repeat:repeat-y;
	float: left;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

#container .centresection{
	width: 720px;
	background: white;
	float: left;
	padding-bottom: 3000px;
	margin-bottom: -3000px;   
}

#container .faderight{
	width: 40px;
	background: url('images/faderight.jpg');
	background-repeat: repeat-y;
	float: left;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

.header{
	background: #fff;
	width: 720px;
	height: 65px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	
}


.bodytext{
    background-color: #fff;
    float: left;
    width: 330px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 10px;
}

.footer{
	clear: left;
	float: left;
	width: 720px;
	height: 60px;
    font-size: 85%;
    padding-left: 40px;
    padding-top: 15px;
}

/*Page Items*/

img
{
    margin: 0;
    padding: 0;
    border: 0px none;
}

p
{
    margin-top: 6px;
    margin-bottom: 15px;
    text-size: 12px;
}

p a:link, a:hover, a:visited
{
    color: #1a3281;
    text-decoration: underline;
}

h1
{
    font-size: 19px;
}



/*Header*/

table.menu
{
	border:none;
	border-collapse: collapse;
}

td.menudivider
{
    width: 20px;
    background-color: #FFFFF;
    height: 42px;
    background: url('images/menubardivision_dt.gif');
	background-repeat: no-repeat;
}

td.menudividerleft
{
    width: 15px;
    background-color: #FFF;
    height: 42px;
    background: url('images/menubarleftend_dt.gif');
	background-repeat: no-repeat;
}

td.menudividerright
{
    width: 15px;
    background-color: #FFF;
    height: 42px;
    background: url('images/menubarrightend_dt.gif');
	background-repeat: no-repeat;
}

td.menuoption
{
    background-color: #1a3281;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
    height: 42px;
    width: 76px;
    font-family: Arial Bold, Trebuchet MS, Arial;
}

td.menuoption p, a:link, a:hover, a:visited
{
    
    color: white;
    text-decoration: none;
}

td.menuoption a:hover
{
  	text-decoration: underline;
}


.headerlogo{
	width: 154;
	height: 64;
	float: right;
	background: #fff;

}

.menubar{
	float: right;
	align:right;
	background: #fff;
	width: 720;
	height: 42;
	padding-top: 14px;
	
}
.menubar a:link, a:hover, a:visited
{
    color: #ffffff;
    text-decoration: none;
}

/*Photo Gallery*/

.photogallery{
    background: #fff;
    text-align: center;
    float: right;
    width: 320px;
    height: 500px;
    padding-top: 40px;
    padding-right: 10px;
}

#galleryMainImage
{
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: solid 2px #1a3281;
    border-bottom: solid 2px #1a3281;
}

#thumbs
{
    padding: 0;
    margin: 0;
    border-top: solid 2px #1a3281;
    border-bottom: solid 2px #1a3281;
}

td.thumb
{
    width: 39px;
    height: 25px;
    background-color: white; 
    text-align: center; 
}

td.thumb img
{
    border: 0px;
    margin: 0px;

}

td.galleryButton img
{
    border: 0px none;
}

/*Front Page*/
#centredFrontBlock
{
    margin: 0 auto;
    width: 725px;
}
div.frontPageLogo
{
    float: right;
    margin-top: 10px;
    margin-bottom: 15px;
}

div.frontPageImageMap
{
    float: left;
}

/* Fixes */
.bodytext a
{
    color: #1a3281;
    text-decoration: underline;
}

.footer a{
    color: #1a3281;
    text-decoration: none;
}