﻿* { padding: 0; margin: 0; }
/* 
#5D8495 is dark blue 
#DCE1E4 silver
*/
body{
	background-color: #5D8495;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Palatino Linotype,arial;
	font-size: 13px;
	color: #5D8495;
	background-image: url('../images/back.jpg');
}
#wrap
{
	position: absolute;
	width: 754px;
	top: 10px;
	left: 50%;
	margin-left: -370px;
	border: 2px #ffffff solid;
}
#pagehold {
	padding:3px;
	background-color: #FFFFFF;
	float:left;
	width:744px;/*up by 2 when remove border*/
	border:2px #DCE1E4 solid
}
#header{
	float:left;
	border:2px #5D8495 solid
}
#headleft{
	background-position: center;
	float: left;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	height:198px;
	width:740px;
}
#content {
	background-color: #FFFFFF;
	border-left:2px #5D8495 solid;
	border-right:2px #5D8495 solid;
	float:left
}
#genright{
	float:left;
	width:571px;/*change this if width changes*/
	padding-left:5px
}
#genleft{
	float:left;
	padding-right:2px;
	padding:7px 0px 0px 4px;
	width:156px;
}
#footer{
	font-size: 90%;
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
	float: left;
	width: 734px;/*up by 2 when remove border*/;
	text-align: left;
	background-color: #5D8495;
	background-image: url('../images/foot.jpg');
	border:2px #5D8495 solid;

}
#footerleft{
	float:left;
	width:650px;
}
#footerright{
	float:left;
	border:1px black solid

}
#header{
	float:left
}
#gal1{
	margin-bottom:10px;
}
#links{
	float:left
}
div.leftlink{
	float:left;
	padding-bottom:10px;
	width:560px;

}
/* Links */
a:link	{color: #5D8495;text-decoration: underline;font-weight: bold;}
a:visited	{color: #5D8495;  text-decoration: underline;font-weight: bold;}
a:hover	{color: #5D8495;  text-decoration: none;font-weight: bold;}
a:active	{color: #5D8495;  text-decoration: underline;font-weight: bold;}

a:link.footerlink	{color: #DCE1E4;text-decoration: underline;font-weight: bold;font-size:100%}
a:visited.footerlink	{color: #DCE1E4;  text-decoration: underline;font-weight: bold;font-size:100%}
a:hover.footerlink	{color: #DCE1E4;  text-decoration: none;font-weight: bold;font-size:100%}
a:active.footerlink	{color: #DCE1E4;  text-decoration: underline;font-weight: bold;font-size:100%}

/* Links END*/

h1{
	font-size: 130%;
	padding:10px 0px 10px 0px;
	font-variant: small-caps;

}
h2{
	font-size: 110%;
	padding:3px 0px 3px 0px;
	color:#5D8495;
}
h3{
	font-size: 110%;
	font-variant: small-caps;
}	
h4{
	font-size: 120%;
	margin: 0 auto;
	color: #5D8495;
	text-decoration:underline 
}	

.clear{clear:both;}
.spacer6{height:6px;}
.spacer10{height:10px;}
img{
	border:0
}
img.img1{
	border:2px #5D8495 solid;
	margin-bottom:10px
}
p{
	margin-bottom:10px
}
/*MENU*/
.menu{
	text-align:right;
	width:39em;
	float:right
}
/*  FORMS */
form{
	font-size: 100%;
}

label{
	float: left;
	width: 180px;
	font-weight: bold;
}

#submitbutton
{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
input,select { 
	font-size: 90%; 
	border: 1px solid #75A72E; 
	margin-bottom: 5px;
}
textarea {
	font-size: 90%; 
	border: 1px solid #75A72E; 
	margin-bottom: 5px;
	width:250px;
	height:100px

}
#spt{display: none;}
ul.ring1{
	margin-bottom:10px
}
ul.ring1 li{
	padding: 3px 3px 3px 30px;
	background-image: url('../images/ring.jpg');
	background-repeat: no-repeat;
	list-style:none

}
/*  FORMS END */

