body {
	background-color: #d3dbe0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d7179;	
	line-height: 14px;
}
p, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #068dcb;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #068dcb;
}

#Main {
	background-color: #FFF;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #068DCB;
}

#Nav {
	margin-top: 13px;
}
#SecondaryNav {
	background-image: url(../img/Bg.SecondaryNav.gif);
	background-repeat: repeat-x;
	height: 20px;
}
#ModelNav {
	padding-left: 20px;
	text-align: left;
}
#ModelNav a, a:link {
	color: #FFF;
}

#ModelNav a:hover {
	text-decoration: underline;
}

#Slideshow {
	margin: 2px 2px 0 0;
	width: 400px;
}
#Main-image {
	margin: 2px 2px 0 0;
}
#Model-nav {
	margin: 2px 2px 0 0;
}
*html #Main-image {
	padding: 0 2px 0 0;
}

#Home-content {
	padding: 10px;
	text-align: left;
}
#Content {
	padding: 20px;
	text-align: left;
}
#Footer {
	padding: 10px;
}
#Home-news {
	margin-top: 20px;
	margin-left: 18px;
	margin-bottom: 20px;
	text-align: left;
}
a, a:link {
	color: #068dcb;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.imgbdr {
	border: 1px solid #eee;
	padding: 2px;
}

/* Form Styles */

input {
	width: 180px;
	height: 22px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
textarea {
	width: 180px;
	height: 80px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.submit {
	width: 100px;
	height: 25px;
}
.row {
	background-color: #b2d9ea;
}