/*
COLORS
Blue = #5768B0
Brown = #6E3F20
Dk Blue = #465B9E
Navy = #13265C
Gray = #767DB3
Yellow = #FEFF8E
*/


a:link{
	text-decoration: none;
	color:#465B9E;
	}

a:hover{
	color: #767DB3;
	}

a:visited{
	color: #465B9E;
	text-decoration: none;
	}

body{	
	background:#13265C url('images/webdesign/stainglass.jpg') no-repeat;
	font:13px Arial, Helvetica, sans-serif;
	color:#6E3F20;
	margin-right:25px;
	}
img{
	vertical-align:middle;
	border:none;
	text-align:center;
}
h2{
	margin:0;
	padding:10px 0 0 0;
	color:#13265C;
	text-align:center;
	}

#content{
	height:690px;
	}

#inset{
	height:160px;
	float:left;		
	}

#insettext{
	width:229px;
	height:100px;
	float:left;
	padding-top:60px;
	padding-left:40px;
	font-style:italic;
	font-size:18px;
	color:#FFFFFF;
	}
	
#main{
	float:right;
	width:640px;
	background:#FEFF8E;
	margin-top:20px;
	margin-bottom:20px;
	}

#menu{
	float:left;
	width:640px;
	height:46px;
	background-image:url('images/webdesign/menu.gif');
	background-repeat:no-repeat;
	margin-bottom:20px;
	}

#menu ul{
	list-style:none;
	}

#menu li{
	display:inline;
	}

#menu a{
	display:block;
	float:left;
	width:115px;
	height:20px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:8px 0 0 0;
	}

#menu a:hover{
	color:#6E3F20;
	}

#left{
	float:left;
	width:370px;
	padding:0 10px 0 20px;
	}

#left p{
	margin:0;
	padding:0 0 10px 0;
	}

#left h2{
	margin:0;
	padding:10px 0 0 0;
	color:#13265C;
	}

#left h4{
	margin:0;
	padding:25px 0 0 0;
	font-size:12px;
	color:#13265C;
	text-transform:uppercase;
	}

#left ul{
	color:#13265C;
	}
#left li{
	list-style:square;
	}

#right{
	float:left;
	padding:10px;
	width:215px;
	background-color:#767DB3;
	}

#right p{

	}

#right a{
	text-decoration: none;
	color:#13265C;
	}

#right a:hover{
	color:#FEFF8E;
	}
	
#right a:visited{
	text-decoration: none;
	color:#13265C;
	}

.submenu{
	width:200px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	text-transform:uppercase;
	color:#FFFFFF;
	background:url("images/webdesign/sm-menu.gif") no-repeat;
	}

.construction{
	background:#FEFF8E;
	text-align:center;
	}
	
#right ul{
	border:0px;
	margin-left:5px;
	margin-bottom:5px;
	list-style:none;
	}

#right li{
	padding:0 5px 0 0;
	}

#rightboximage{
	width:195px;
	height:195px;
	padding:15px 0 15px 10px;
	text-align:center;
	}	

#footer{
	clear:both;
	height:40px;
	padding-top:20px;
	background:#FEFF8E;
	}

#footer p{
	font-size:10px;
	text-align:center;
	color:#13265C;
	}


