body {
	font: 14px Helvetica, "Trebuchet MS", Arial, Geneva, sans-serif;
	background: #333 url(../graphics/bodyback.jpg) repeat;
}

#Main {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #222222;
	border-top-width: thin;
	border-left-width: thin;
}

#TopBar {
	height: 25px;
	width:  100%;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #003366;
	border-bottom: solid 1px #003366;
	background: #336699 url(../graphics/shortgradient.jpg) repeat-x;
	line-height: 25px;
	font-size: 12px;
	color: #eeeeee;
}

#TopBar a {
	color: #cccccc;
	text-decoration: none;
	float: right;
}

#TopBar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#MainContent {
	background: url(../graphics/maincontentback.jpg) repeat-x;
	background-position: bottom;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#MainContent b {
	color: #003366;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.contactinfo {
	color: #003366;
	text-shadow: 1px 1px 2px #999999;
	font-weight: bold;
	background: url(../graphics/decorbox_back.jpg) repeat center center;
	padding: 3px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	text-align: center;
	width: 100%;
}

.contactinfo a {
	color: #ffffff;
}

.decor_image {
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
	margin: 5px;
	padding: 3px;
}

.captionimage {
	margin: 5px 10px;
	background-color: #333333;
	border: thin solid #111111;
	padding: 5px;
	text-align: center;
	float: right;
	font-size: 11px;
	color: #eeeeee;
	line-height: 11px;
}

/* @group Header */

#Header {
	height: 131px;
	margin: 0;
	padding: 0;
}

#Header img {
	
}

.tagline {
	float: right;
	margin: 10px 3px 3px;
	color: #333333;
	font-variant: small-caps;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 3px;
}

.address {
	border: solid 1px #003366;
	background: #336699 url(../graphics/tallgradient.jpg) repeat-x;
	float: right;
	padding: 5px;
	margin: 15px;
	margin-bottom: 0px;
	height: 75px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding-top: 15px;
}

.address a {
	color: #eeeeee;
}

.address a:hover {
	color: ffffff;
	text-decoration: underline;
}


/* @end */

/* @group Navigation */

#Nav {
	line-height: 24px;
	height: 24px;
	margin-top: 10px;
	float: left;
	width:100%;
}

#Nav a {
	color: #eeeeee;
	text-decoration: none;
	line-height: 24px;
	float: left;
	clear: left;
	font-size: 14px;
	padding-left: 15%;
	margin-left: 5%;
	width: 95%;
	background: url(../graphics/nav.jpg) no-repeat left center;

}

#Nav a:hover {
	background: url(../graphics/navhover.jpg) no-repeat left center;
	color: #ffffff;
	font-weight: bold;
}



/* @end */

/* @group Left Bar */

.leftbar {
	width: 200px;
	margin: 0px;
	margin-right: 5px;
	background: #336699 url(../graphics/widegradient.jpg) repeat-y;
}

.leftbar h3 {
	text-align: center;
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 0;
}

.leftbar center {
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 0;
}

.leftbox {
	margin: 20px;
	margin-right: 0px;
	margin-top: 200px;
	background: url(../graphics/leftboxback.jpg) repeat-y;
	text-align:center;
	float: left;
}

.leftbox h4 {
	margin: 5px;
	letter-spacing: 3px;
}

.leftbox p {
	color: #003366;
	margin: 0px;
}

/* @end */

/* @group Content */

.content {
	width: 540px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	color: #333333;
}

.content h3 {
	color: #003366;
	margin-top: 5px;
	margin-bottom: 0;
}

.content p {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
	text-align: justify;
	font-size: 12px;
	padding: 0 5px;
}

.content h2 {
	color: #1f467c;
	text-shadow: 0px 0px;
	font-style: italic;
	font-size: 14px;
	font-family: monospace;
}

/* @end */