﻿/* CSS layout */
html {
	height: 100%;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #000000;
	background-image:url('../images/bkg.jpg')
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 980px;
	background-color: #FFFFFF;
	background-image: url('../images/layout01_03.jpg');
	background-repeat: repeat-y;
	min-height: 100%;
}
#header {
	background-image: url('../images/layout01_01_01.jpg');
	background-repeat: no-repeat;
	height: 124px;
}
#logo {
	width: 300px;
	height: 70px;
	float: left;
	position: relative;
	margin-left: 40px;
	margin-top: 25px;
}
#contact {
	width: 440px;
	float: right;
	position: relative;
	font-family: Georgia;
	font-size: 11px;
	text-align: right;
	margin-top: 65px;
	margin-right: 60px;
}
#menu {
	width: 250px;
	float: right;	
	position: relative;
	text-align: right;
	margin-top: 20px;
	margin-right: 60px;
	height: 23px;
}
#splashGraphic {
	width: 870px;
	height: 257px;
	text-align: center;
	text-indent: 0;
	margin-left: 50px;
}
#contentContainer {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 980px;
	background-image: url('../images/layout01_02.jpg');
	background-repeat: no-repeat;
}
#contentLeft {
	margin-top: 20px;
	margin-left: 53px;
	width: 165px;
	float: left;
	font-size: 12px;
	font-family: Georgia;
	color: #333E4D;
}
#contentRight {
	margin-left: 235px;
	margin-right: 58px;
	padding-top: 20px;
	font-size: 12px;
	font-family: Georgia;
	color: #333E4D;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	clear: both;
	font-size: 10px;
	text-align: center;
	font-family: Georgia;
	color: #C0C0C0;
}

/* Body Classes */
.pageHeader {
	font-size: small;
	font-weight: bold;
	color: #607082;
}

.leftHeader {
	font-size: small;
	font-weight: bold;
	color: #607082;
}


/* Hyperlink Classes */
a.menulinks {
	font-family: Georgia;
	font-size: 12px;
	color: #103409;
	font-weight: bold;
	text-decoration: none;
}
a:link.menulinks {
	color: #103409;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menulinks {
	color: #607082;
	font-weight: bold;
	text-decoration: none;
}

a.contentlinks {
	color: #103409;
	text-decoration: underline;
}
a:link.contentlinks {
	color: #103409;
	text-decoration: underline;
	text-align: center;
}
a:hover.contentlinks {
	color: #607082;
	text-decoration: underline;
}

a.footerlinks {
	font-family: Georgia;
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
}
a:link.footerlinks {
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
}
a:hover.footerlinks {
	color: #607082;
	font-weight: normal;
	text-decoration: none;
}
