/* CSS Document */


/*
 * Body / General
 *
 */
BODY,TD,TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
BODY {
	background-color: #873D60;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

H1, H2, H3 {
	font-size: 1.2em;
	font-weight: bold;
}

HR {
	border: none;
	background-color: #999999;
	color: #999999;
	height: 1px;
}





/*
 * Form Related
 *
 */
FORM {
	background-color: #EDE5EB;
	padding: 20px;
}

INPUT {
	border: none;
}
INPUT[type="submit"] {
	border: solid 1px #333333;
}

TEXTAREA {
	border: none;
}

FIELDSET {
	border: solid 2px #DDD9DC;
	padding: 15px;
}
TABLE.formLayout {

}
TABLE.formLayout TD {
	padding: 10px;
}
TABLE.formLayout TR > TD:first-child {
	width: 100px;
}
TABLE.formLayout TR > TD.last-child {

}

DIV.required {
	text-align: right;
	color: #873D60;
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 8px;
}
SPAN.requiredIndicator {
	color: #873D60;
}
DIV.buttonContainer {
	margin-top: 10px;
	text-align: right;
}






/*
 * Main Container
 *
 */
DIV#pageContainer {
	width: 770px;
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
}





/*
 * Page Layout
 *
 */
TABLE#layoutTable {

}
TABLE#layoutTable TD.leftColumn {
	width: 144px;
}
TABLE#layoutTable TD.rightColumn {

}





/*
 * Header Related
 *
 */
DIV#headerContainerUpper {
	height: 198px;
	background-image: url(../images/header_bkgnd_upper.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

DIV#headerContainerLower {
	height: 148px;
	background-image: url(../images/header_bkgnd_lower.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

DIV#mainNavBar {
	position: relative;
	top: 165px;
	padding-right: 15px;
	text-align: right;
}


IMG#headerLogo {
	margin: 17px 0 38px 21px;
}

DIV#titleBar {
	background-image: url(../images/title_bar_gradient.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
	margin-right: 15px;
	margin-bottom: 20px;
}
DIV#titleBar IMG {
	margin-left: 27px;
	margin-top: 10px;
	margin-bottom: 10px;
}





/*
 * Content Related
 *
 */
DIV#contentContainer {
	padding-left: 15px;
	padding-right: 35px;
	margin-bottom: 50px;
}
DIV#contentContainer A:link {
	color: #0099CC;
	text-decoration: underline;
}
DIV#contentContainer A:visited {
	color: #0099CC;
	text-decoration: underline;
}
DIV#contentContainer A:hover {
	color: #0099CC;
	text-decoration: underline;
}
DIV#contentContainer A:active {
	color: #0099CC;
	text-decoration: underline;
}
P IMG.left {
	float: left;
	margin: 0;
	margin-right: 1em;
	margin-bottom: 1em;
}
P IMG.right {
	float: right;
	margin: 0;
	margin-left: 1em;
	margin-bottom: 1em;
}





/*
 * Sub Nav Links
 *
 */
DIV.subNavigation {
	font-weight: bold;
	font-size: 1.1em;
}
DIV.subNavigation A {
	color: #873D60;
	text-decoration: underline;
}
DIV.subNavigation UL {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	list-style: none;
}
DIV.subNavigation UL LI {
	margin-bottom: 1em;
}










