/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
	background-color: #f3f1f1;
}

h1 {
	margin:0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #003366;
	padding-bottom: 10px;
}
	h1, h2, a {
	color:#666666;
	}
#container #content #contentRight img {

}

#container #content #contentRight h3 {
	line-height:1.5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	font-size: 16px;
	font-weight: normal;
}
#container #content #contentRight a {
text-decoration: none;
color: #003366;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/contentBG.gif);
	background-position: CENTER;
	background-repeat: repeat-y;
	min-width: 780px;
}

div#header {
	background-repeat: repeat-x;
	height: 185px;
	text-align: center;
	background-image: url(images/pageBG.gif);
}
div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
}

div#content {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width:780px;
	padding-bottom: 130px;
}
#container #content #contentLeft a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-decoration: none;
	display: block;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 0.5em;
	color: #003366;
	margin-left: 2px;
	margin-right: 2px;
}
#container #content #contentLeft a:hover {
	color: #6699CC;
}

#container #content #contentLeft {
	width: 200px;
	margin-left: 20px;
	float: left;
}
#container #content #feature {
	padding-bottom: 20px;
	background-image: url(images/featureBottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#container #content #contentRight {
	margin-left: 220px;
	width: 480px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

div#content p {
	}

div#footer {
	position:absolute;
	bottom:0;
	height: 127px;
	width: 100%;
	background-image: url(images/footerBG.gif);
	background-repeat: repeat-x;
	background-position: center;
}
div#footerContent {
	font-size: 10px;
	padding-top: 32px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#container #footer #footerContent table {
	margin-left: 20px;
	margin-right: 20px;
	width: 740px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #content #contentRight li {
	line-height:1.5;
	text-align:left;
	margin:0 0 1em;
}
#container #adminTitle {
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	height: 30px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003D72;
}
.menuTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menuSplit {
	background-image: url(images/menuSplitBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	height: 11px;
}
#container #adminTitle h1 {
	color: #013D71;
}

.adminTable {
	width: 500px;
}
.adminTable textarea {
	width: 550px;
}
div#adminHeader {
	background-repeat: repeat-x;
	height: 164px;
}

