
/* Universal Styles */

img { border:0px; }

ul { list-style-type:disc; }

a {
	color: #64902E;
	text-decoration: underline;
}

body {
	margin: 0px 0px 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
}

p{
	margin:0px;
	padding:0px 0px 15px 0px;
	}

h1, h2, h3, h4, h5, h6 { padding:0px; }

h1 { font-size:160%; }

h2 { font-size:150%; }

h3 { font-size:120%; }

h4 {
	font-size:120%;
	color: #0A2E52;
	margin: 0px 0px 10px;
}

h5 {
	font-size:120%;
	margin: 0px 0px 10px;
	color: #00274B;
}

h6 {
	font-size:100%;
	margin: 0px 0px 5px;
	color: #00274B;
	font-weight: bold;
}

/* Background Images */
.topBG {
	background-image: url(images/topBG.jpg);
	background-repeat: no-repeat;
}

.middleBG {
	background-image: url(images/middleBG.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

.submiddleBG {
	background-image: url(images/submiddleBG.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

.picBG {
	background-image: url(images/picBG.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

/* Div Table Styles */
.homeContent {
	color: #FFF;
	padding: 15px 0px;
}

.subContent { padding: 15px 0px; }

.leftContent {
	padding: 0px 15px;
	margin: 0px;
	font-size: 12px;
	background-image: url(images/leftBoxRepeat.jpg);
	background-repeat: repeat-y;
	width: 134px;
	text-align:center;
}

.rightContent {
	padding: 0px 15px;
	margin: 0px;
	font-size: 12px;
	background-image: url(images/rightBoxRepeat.jpg);
	background-repeat: repeat-y;
	text-align:left;
}

/* Text Styles */

#tagline {
	color: #FFF;
	font-size: 26px;
}

/* Navigation Styles */
.mainNav {
	color: #999;
	text-align: center;
}

.mainNav a {
	color: #999;
	text-decoration: none;
	margin: 0px 10px;
}

.mainNav a:hover, .mainNav .selected { color: #FFF; }

/* Logoworks Link Backs */
.logoworksLink {
	font-family: Arial;
	font-size: 9px;
	color: #999;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
}

.logoworksLink a {
	padding: 0px 5px;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}
