/* CSS Document */

body {
	background-color: #8fafde;
	background-image: url(images-common/body-bkgr.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}

/* This manages the full design size */

#wrapper {
	width:1006px;
	background-image: url(images-common/content-bkgr.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;

}

/* This is the header area only */

#header {
	background-image: url(images-common/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 209px;

}


/* This is the horizontal menu */

#nav {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images-common/nav-bkgr.jpg);
	height: 31px;
	background-repeat: repeat-x;
	padding-top: 11px;
	padding-right: 35px;
	padding-left: 35px;
	letter-spacing: 2px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFE9AC;
	text-decoration: none;
}
#nav a:active {
	color: #FFFF00;
	text-decoration: none;
}
/* This is the full content area, which consists of two columns */

#content-main {
	margin-top: 10px;

}

#content-main div {

}

/* This is the left side of the content, which contains the main content */

#content-left {
	width:575px;
	margin-left: 35px;
	background-image: url(images-common/content-left-bkgr.jpg);
	float: left;
	clear: left;
}
#content-left h1{
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images-common/content-left-top.jpg);
	padding-top: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-bottom: 15px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}

#content-left h2{
	font-size: medium;
	padding-left: 10px;
	font-weight: bold;
	margin: 5px;
	padding-right: 15px;
	color: #54618B;
	font-family: Arial, Helvetica, sans-serif;
}
#content-left h3{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #858FB3;
	padding-left: 16px;
	padding-top:5px;
	margin: 0px;
}
#content-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #49557C;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 20px;
	line-height: 1.3em;
}
#content-left ul {
	color: #49557C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}


/* This is the right side of the content, which contains announcements and things */

#content-right {
	width:318px;
	font-size: 75%;
	float: left;
	background-image: url(images-common/content-right-bkgr.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 10px;
}
#content-right h1{
	font-size: 125%;
	font-weight: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images-common/content-right-top.jpg);
	padding-top: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-bottom: 15px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content-right h2{
	font-size: medium;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 15px;
	color: #54618B;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content-right h3{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #858FB3;
	padding-left: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#content-right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #49557C;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8em;
	margin-top: -10px;
}
#content-right ul {
	color: #49557C;
	margin-top: -10px;
	line-height: 2.0em;
	font-family: Arial, Helvetica, sans-serif;
}
/* This is the footer with the bottom image as a background and alternate navigation */
#footer {
	color: #FFFFFF;
	font-size: x-small;
	font-weight: normal;
	width:1006px;
	clear: both;
	background-color: #8FAFDE;
	background-image: url(images-common/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #CC0033;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


/* This is the footer with the copyright language and contact info */
#footerContent {
	float:left;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: normal;
	width:1006px;
	background-color: #8FAFDE;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#footerContent div{
	padding:0px;
	float:left;
}
#footerContent a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footerContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footerContent a:hover {
	color: #CC0033;
	text-decoration: underline;
	font-weight: normal;
}
#footerContent a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer-left {
	width:49%;
}
#footer-right {
	width:43%;
}
/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
}
/* Other stuff */
.photoRight {
	color: #999999;
	font-size:10px;
	text-align: center;
	float: right;
	padding: 5px;
}
.tabulardata {
	color:#5F648A;
	border: 1px solid #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.emptySpace {
	background-color: #DBE7F5;
}

.tabulardata th{
	background-color: #858FB3;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.tabulardata p {
	line-height: 1.5em;
}

.tabulardata td{
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.whiteText {
	color: #FFFFFF;
}
.redText {
	color: #CC0000
}
.graySmall {
	color: #999999;
	font-size: 9px;
}
.xxSmall {
	font-size: 9px;
}
.largeBold {
	font-size: medium;
	font-weight: bold;
}
.mediumBold {
	font-size: 14px;
	font-weight: bold;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
