/* CSS Document */
body{
	background-color:#c2b895;
	text-align:center;
	border:0;
	margin:0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	color:#787e8b;
}
#shell{
	width:778px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header{
	background-image:url(../images/layout/headerBak.gif);
	height:99px;
}
#nav{
	padding-top:50px;
	float:right;
	font-size:1.2em;
	margin-right:8px;
}
#nav ul{
	padding:0;
	margin:0;	
}
#nav ul li{
	display:inline;
	padding-left:4px;
	padding-right:4px;
}
#nav ul li a{
	color: #4e596f;
	text-decoration:none;
}
#nav ul li a:hover{
	color: #003399;
	text-decoration:none;
}
#content{
	background-image:url(../images/layout/contentMidRep.gif);
	background-repeat:repeat-y;
}
#contentTop{
	background-image:url(../images/layout/contentTop.gif);
	height:29px;
}
#contentMid{

}
#leftCol{
	width:518px;
	float:left;
}
#leftColHeader{
	background-image:url(../images/layout/leftColTop.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:19px;
}
#leftColMid{
	background-image:url(../images/layout/leftColRep.gif);
	background-repeat:repeat-y;
	background-position:right;
	min-height:330px;
	padding-left:45px;
	padding-right:20px;
}
#leftColBot{
	background-image:url(../images/layout/leftColBot.gif);
	background-position:right;
	height:19px;
	background-repeat:no-repeat;
}
#rightColHeader{
	background-image:url(../images/layout/rightColTop.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:19px;
}
#rightCol{
	width:234px;
	float:left;
}
#rightColb2{
	height:123px;
	background-image:url(../images/layout/rightColB2.jpg);
}
#rightColb2footer{
	height:27px;
	background-image:url(../images/layout/rightColB2footer.gif);
	color:#FFFFFF;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	padding-top:2px;
	background-repeat:no-repeat;
}
#rightColb2footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#rightColb2footer a:hover{
	color:#CCCCCC;
	text-decoration:none;
}
#rightColb3{
	height:50px;
	background-image:url(../images/layout/rightColB3.jpg);
	background-repeat:no-repeat;
}
#rightbottomcontent{
	text-align:center;
	color:#4e596f;
	font-weight:bold;
	padding-top:15px;
	font-size:1.3em;
}
#clickhere{
	font-size:.9em;
	text-align:center;
}
#rightColb3footer{
	height:17px;
	background-image:url(../images/layout/rightColB3footer.jpg);
	background-repeat:no-repeat;
}
#clickhere a{
	color:#4e596f;
	text-decoration:none;
}
#clickhere a:hover{
	color:black;
	text-decoration:none;
}
#contentFooter{
	background-image:url(../images/layout/contentBot.gif);
	height:20px;
	background-position:top;
	clear:both;
}
#footer{
	text-align:center;
	color:#4e596f;
}
#contactForm{
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border: 1px dashed #b7b8b5;
}
.photoleft{
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #888f9f;
}
.photoright{
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #888f9f;
}
.border{
	border: 1px solid #888f9f;
}
input{
	background-color: #faf9f7;
	color:#888f9f;
	border:1px solid #cfcdc3;
}
textarea{
	background-color: #faf9f7;
	color:#888f9f;
	border:1px solid #cfcdc3;
}
h1{
	font-size:1.2em;
	font-weight:bold;
	color:#3d475b;
	margin-bottom:-10px;
}
h2{
	font-size:1em;
	color:#3d475b;
}