/**
 * 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: #bbb6d1;
	background-repeat: repeat-x;
	background-position: center top;
}
#container #content #backgroundFade {
	background-image: url(images/mainFadeBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:780px;
}


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: #6B598D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C1CD23;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-bottom: 5px;
	font-weight: normal;
}
	h1, h2, a {

	}
#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;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* center, not in IE5 */
	width:780px;
	background-image: url(images/contentBG.jpg);
	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-repeat: repeat-y;
}

div#header {
	background-repeat: repeat-x;
	background-image: url(images/header.jpg);
	height: 220px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding-right: 1em;
	padding-bottom: 5em;
	padding-top: 0em;
}

#container #content #contentLeft a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.5em;
	color: #2E1856;
	background-image: url(images/navBG.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#container #content #contentLeft a:hover {
	background-repeat: no-repeat;
	background-image: url(images/navHoverBG.gif);
	color: #FFFFFF;
}

#container #content #contentLeft {
	float: left;
	width: 169px;
	background-repeat: no-repeat;
	min-height: 200px;
	margin-left: 20px;
	background-position: bottom;
}
#container #content #contentRight {
	margin-left: 207px;
	padding-top: 0.5em;
	min-height: 250px;
	width: 510px;
	background-image: url(images/mainPaneTopBg.gif);
	background-repeat: no-repeat;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B5890;
}

div#content p {
	}

div#footer {
	position:absolute;
	bottom:0;
	height: 60px;
	width: 100%;
	background-image: url(images/footerBG.gif);
	background-position: center;
	background-repeat: repeat-y;
}
	div#footer p {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: right;
	font-size: 10px;
	padding: 1em;
	}
.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;
}
#container #adminTitle h1 {
	color: #013D71;
}

.adminTable {
	width: 510px;
}
.adminTable textarea {
	width: 550px;
}
div#adminHeader {
	background-repeat: repeat-x;
	background-image: url(images/header.jpg);
	height: 220px;
}

