body {
	background-image: url(imgs/bg_diapattern2.jpg);
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	}

h1 {
	font-size:30px;
	color: #333B3D;
}
h2 {
	font-size: 1.5em;
	color: #67787A;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.2em;
	color: #67787A;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D3E1E2;
	border: 5px solid #E0E0E0;
}
#header {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#header a, #header h1 {
	font-size:1.3em;
	color: #333B3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
#header a:hover{
	color: #67787A;
	
	
	}
#header h2{
	font-size:1.2em;
	color: #67787A;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.adbox {
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	clear: both;
}

.textbox {
	background-color: #FFFFFF;
	padding: 5px;
}
.textbox p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333B3D;	
}
.box_left {
	float: left;
	width: 405px;
}
.box_right {
	float: right;
	width: 414px;
	height: 316px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
}

.titlebox, .topbox {
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.titlebox a{
	font-size: .9em;
	color: #67787A;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}
/*FORM SETTINGS*/
.inputbox1 {
	padding: 3px;	
}
.input_text{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E8B8E;
	float: left;
	width: 100px;		
	}
.input{
	border: 1px solid #CFCFCF;
	padding: 3px;
	height: 20px;
	width: 250px;
	}
.input_message{
	border: 1px solid #CFCFCF;
	padding: 3px;
	height: 150px;
	width: 250px;
	}
.button{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E8B8E;
	border: 1px solid #CFCFCF;
	height: 30px;
	width: 100px;
	}

/*EMAIL SITE NAMES*/
.sitebox1, .sitebox2 {
	background-color: #F0F0F0;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
}
.sitebox1 img, .sitebox2 img  {
	margin-right: 4px;
	margin-bottom: 6px;
	border: 3px solid #D5D5BF;
}
.sitebox1 img:hover, .sitebox2 img:hover  {
	margin-right: 4px;
	margin-bottom: 6px;
	border: 3px solid #BFBFA0;
}
.sitebox1 p, .sitebox2 p {
	margin-top: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7F7F6B;
}
.sitebox2 {
	background-color: #FFFFFF;
	
}
.sitebox1 a, .sitebox2 a  {
	font-weight: bold;
	color: #3F3F35;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sitebox1 a:hover, .sitebox2 a:hover  {
	font-weight: bold;
	color: #3F3F35;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

/*NAVIGATION*/
#nav {
	background-color: #CEF0F5;
}
#nav ul {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#nav li {
	display: inline;
	padding-right: 10px;
}
#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	color: #333B3D;	
	font-weight: bold;
}
#nav li a:hover {
	text-decoration: none;
	background-color: #9AB4B8;
	padding: 5px;
	color: #333B3D;
	font-weight: bold;
}
.topbox {
	text-align: right;
	clear: both;	
}
/*FOOTER*/
#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E8B8E;
	margin-top: 1px;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	color: #333B3D;
	font-size: .9em;
}
#footer a:hover {
	text-decoration: none;
	padding: 5px;
	color: #333B3D;
	font-size: .9em;
}

