/**
USER DEFINED STYLES
*/

DIV.contentArea UL {
	list-style-type: square;
}
DIV.contentArea UL LI {
	margin-bottom: .75em;
}
DIV.contentArea UL LI UL LI {
	margin-bottom: .15em;
}
UL.relSubList {
	background-color: #FFFF99;
	border: 2px solid #FFCC66;
}
A.linktitle {
	font-weight: bold;
}


DIV.pullQuote {
	float: right;
	width: 220px;
	margin: 5px;
	padding: 2px;
	color: #FFF;
	border: 2px solid #300000;
	background-color: #900000;
	font-size: 110%;
}
DIV.pullQuote A,DIV.pullQuote A:link,DIV.pullQuote A:hover,DIV.pullQuote A:visited
{ color: #FFF;border-bottom: 1px dotted #fff; }
DIV.pullQuote H2, DIV.pullQuote H3, DIV.pullQuote H4 {
	color: #FFF;
}
DIV.pullQuote P {
	margin: 0px 0px 5px 0px;
}
DIV.pullQuote ul, DIV.pullQuote ol {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
}
DIV.pullQuote li {
	margin: 0px;
	padding: 0px;
}
DIV.highlightSection {
	margin: 20px 5px;
	padding: 2px;
	color: #FFF;
	border: 2px solid #300000;
	background-color: #900000;
	clear: both;
}
DIV.highlightSection A,DIV.highlightSection A:link,DIV.highlightSection A:hover,DIV.highlightSection A:visited
{ color: #FFF;border-bottom: 1px dotted #fff; }
DIV.highlightSection H2, DIV.highlightSection H3, DIV.highlightSection H4 {
	color: #FFF;
}
DIV.highlightSection P {
	margin: 0px 0px 5px 0px;
}
DIV.flashContainer {
	width: auto;
	padding: 2px;
	border: 1px solid #900000;
	background-color: #fafaf3;
}
DIV.flashContainer H2 {
	margin: 0px 0px 5px 0px;
	color: #900000;
	font-size: 120%;
	text-align: center;
}

/**
STANDARD FORM CONTROL LAYOUT WITHOUT TABLES
*/
DIV.fieldHeader {
	float: left;
	clear: both;
	width: 20%;
	padding: 5px;
	margin-right: 5px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	font-weight: bold;
}
DIV.fieldControl {
	float: left;
	width: 75%;
	padding: 5px;
}
DIV.formControlSet {
	clear: both;
}

DIV.messageBox {
	margin: 1em auto;
	border: 2px ridge #CC0000;
	background-color: #FFFFCC;
	padding: 5px;
	text-align: center;
}


DIV.formButtonSet {
	margin-top: 1em;
	border: 2px solid #000;
	background-color: #4B4B47;
	padding: 5px;
	text-align: center;
	color: white;
}


DIV.formButtonSet A,DIV.formButtonSet A:link,DIV.formButtonSet A:hover,DIV.formButtonSet A:visited
{ color: #FFF; }
DIV.formButtonSet H2, DIV.formButtonSet H3, DIV.formButtonSet H4 {
	color: #FFF;
}

INPUT.submit {
	color: black;
	padding: 0px 5px 0px 5px;
	margin-top: 3px;
	font-size: 110%;
	text-decoration: none;
	border-color: #ECE9D8 #716F64 #716F64 #ECE9D8;
	border-width: 2;
	border-style: solid;
	background-color: #CCCCCC;
	background-image: url(../../images/template/input-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


