html {
	
	border-top-color: #626262;
	
	border-top-style: solid;
	
	border-top-width: 4px;
	
}

body {
	font-family:Georgia,"Times New Roman",Times,serif;
	margin:0;
	min-width:800px;
	padding:0;
	text-align:center;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:65px;
	text-align:left;
	width:800px;
}

#header {
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
	float: left;
}

#header h1 {

	font-size: 24px;
	color: #626262;
	letter-spacing: 2px;
	margin-bottom: -5px;
	padding-bottom: 0px;
	font-weight: lighter;

}

#header h1 sc {

	font-size: 21px;

}

#header p {

	font-size: 12px;
	color: #626262;
	line-height: 9px;

}

#header p sc {

	font-size: 11px;

}

#header p web {
	
	font-style: italic;
	
}

#header a {
	color: #626262;
	text-decoration: none;
}

#header a:hover {
	background-color: #f3f1d2;
	color: #626262;
	text-decoration: none;
}

#header a.white_ro:hover {
	background-color: #fff;
	color: #626262;
	text-decoration: none;
}

#nav {
	width: 400px;
	float: right;
}

#nav a {
	border-bottom-color: #626262;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #626262;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#nav a:hover {
	background-color: #f3f1d2;
	color: #626262;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding-left: 10px;
}

#clear {
	clear: both;
}

#content {

	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #626262;

}

#content h1 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 24px;
}

#content h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 18px;
}

#content h3 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 13px;
}

#content p {
	line-height: 22px;
	text-align: justify;
}

#index_left {
	float: left;
	width: 380px;
}

#index_right {
	float: right;
	width: 380px;
}

input.contact_text {

	width: 200px;
	border-color: #b7b7b7;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

textarea.contact_textarea {

	width: 200px;
	height: 75px;
	border-color: #b7b7b7;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

table.contact {
	width: 350px;
}

smalltext {
	font-size: 10px;
}

highlight {

	background-color: #fdffe2;

}

#footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	border-top-width: 1px;

}

#footer a {
	text-decoration: none;
	color: #a5a5a5;
	font-size: 8pt;
}

#footer a:hover {
	background-color: #f3f1d2;
}

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#footer ul li {
	display: inline;
	padding-right: 10px;
}

.copyright {
	font-size: 8pt;
	color: #a5a5a5;
}

.disclaimer {
	font-style: italic;
	font-size: 8pt;
	color: #a5a5a5;
	text-align: justify;
}

underline {

	text-decoration: underline;

}

italic {

	font-style: italic;

}

smallcap {
	text-transform: uppercase;
	font-size: 12px;
}

.img_right {
	margin-right: 10px;
	margin-bottom: 10px;
	border-color: #f0f0f0;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	float: left;
	
}
