@charset "utf-8";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

Form {
	margin: 0px;
	padding: 0px;
}

* {
	FONT-SIZE: 11px;
	COLOR: #696969;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}


a{
	color: #0071BE;
	text-decoration: underline;
}

a:link {
	color: #0071BE;
	text-decoration:underline;
}

a:active {
	color: #0071BE;
	text-decoration:underline;
}

a:visited {
	color: #0071BE;
	text-decoration:underline;
}

a:hover{
	color: #0071BE;
	text-decoration:none;
}




p {
	padding: 0;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}

h1 {
	padding: 0;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 14px;
	font-size:15px;
	color:#000000;
}

h1 a{
	font-size:15px;
	color: #000000;
	text-decoration: none;
}

h1 a:link {
	color: #000000;
	text-decoration:none;
}

h1 a:active {
	color: #000000;
	text-decoration:none;
}

h1 a:visited {
	color: #000000;
	text-decoration:none;
}

h1 a:hover{
	color: #000000;
	text-decoration:underline;
}

h3 {
	padding: 0;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 14px;
	font-size:15px;
	color:#505A5A;
}

h3 a{
	font-size:15px;
	color: #505A5A;
	text-decoration: underline;
}

h3 a:link {
	color: #505A5A;
	text-decoration:underline;
}

h3 a:active {
	color: #505A5A;
	text-decoration:underline;
}

h3 a:visited {
	color: #505A5A;
	text-decoration:underline;
}

h3 a:hover{
	color: #505A5A;
	text-decoration:none;
}

h4 {
	padding: 0;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-size:12px;
	color:#FFFFFF;
}

h4 a{
	color: #FFFFFF;
	text-decoration: underline;
	font-size:inherit;
}

h4 a:link {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:inherit;
}

h4 a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:inherit;
}

h4 a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:inherit;
}

h4 a:hover{
	color: #FFFFFF;
	text-decoration:none;
	font-size:inherit;
}

/* BreadCrumbs */
h5 {
	padding: 0;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 15px;
	margin-left: 14px;
	font-size:10px;
	font-weight: normal;
}

h5 a{
	color: #808080;
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
}

h5 a:link {
	color: #808080;
	text-decoration: none;
}

h5 a:active {
	color: #808080;
	text-decoration: none;
}

h5 a:visited {
	color: #808080;
	text-decoration: none;
}

h5 a:hover{
	color: #0071BE;
	text-decoration: none;
}


/***********************************************/
/* Form Elements                               */
/***********************************************/
.formBoxNoSize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 1px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
	float: left;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 2px;
	float: left;

}


/***********************************************/
/* Primary containers 					       */
/***********************************************/ 
#container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
}

/***********************************************/
/* Box Corners			                      */
/***********************************************/ 
.Corner {
	margin: 0px;
	float: left;
	padding: 0px;
}

/***********************************************/
/* Header Content Box			  		  */
/***********************************************/ 
.HeaderNavBoxHolder {
	width:584px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	border-collapse:collapse;
}

.ContentBoxHolder {
	width:584px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-collapse:collapse;
}

.ContentBoxHolderSplit {
	width:584px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../Images/split_box_divider.gif);
	background-repeat: repeat-y;
	background-position: 395px;
	border-collapse:collapse;
}

.HeaderNavBoxTop {
	width:556px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-collapse:collapse;
}

.SlideshowBoxTop {
	width:100%;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}

/* Alternate Nav Middle for Header Logo Box */
.ContentBoxMiddle {
	width:584px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}


.ContentBoxMiddle ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	margin: 0px 10px 0px 30px;
	padding: 0px;
}

.ContentBoxMiddle li a{
	color: #696969;
	text-decoration: underline;
}

.ContentBoxMiddle li a:link{
	color: #696969;
	text-decoration: underline;
}

.ContentBoxMiddle li a:visited{
	color: #696969;
	text-decoration: underline;
}

.ContentBoxMiddle li a:hover{
	color: #000000;
	text-decoration: none;
}

.ContentBoxMiddle li{
	color: #696969;
	margin: 3px 0px;
	padding: 0px;
}


/* Alternate Nav Middle for Header Logo Box */
.HeaderNavBoxMiddle {
	width:584px;
	height:60px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}

.HeaderNavBoxBottom {
	width:556px;
	height:13px;
	margin: 0px;
	padding: 0px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-collapse:collapse;
}

/***********************************************/
/* Navigation Box - White	                   */
/***********************************************/ 
.NavBoxHolder {
	width:190px;
	padding: 0px;
	float:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-collapse:collapse;
}
.NavBoxTop {
	width:160px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-collapse:collapse;
}


.NavBoxMiddle {
	width:188px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}

.NavBoxBottom {
	width:160px;
	height:13px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left;
	border-collapse:collapse;
}

/* Alternate Nav Middle for Header Logo Box */
.HeaderLogoBoxMiddle {
	width:188px;
	height:60px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}

/***********************************************/
/* Navigation Box - Blue	                   */
/***********************************************/ 
.NavBlueBoxHolder {
	width:190px;
	padding: 0px;
	float:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-collapse:collapse;
}
.NavBlueBoxTop {
	width:160px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	background-color: #EEF8FD;
	border-collapse:collapse;
}


.NavBlueBoxMiddle {
	width:188px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEF8FD;
	border-collapse:collapse;
}

.NavBlueBoxBottom {
	width:160px;
	height:13px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left;
	background-color: #EEF8FD;
	border-collapse:collapse;
}

/* Alternate Nav Middle for Header Logo Box */
.HeaderBlueBoxMiddle {
	width:188px;
	height:60px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEF8FD;
	border-collapse:collapse;
}

/* Alternate Nav Middle for White Topped Box */
.NavWhiteTopBox {
	width:188px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-collapse:collapse;
}

/***********************************************/
/* Navigation Box - White (Tripple Content     */
/***********************************************/ 
.Nav3BoxHolder {
	width:188px;
	padding: 0px;
	float:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-collapse:collapse;
}
.Nav3BoxTop {
	width:160px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-collapse:collapse;
}


.Nav3BoxMiddle {
	width:188px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}


.Nav3BoxBottom {
	width:160px;
	height:13px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left;
	border-collapse:collapse;
}



/***********************************************/
/* Header Nav - Drop-Down Menus                */
/***********************************************/ 
.chromestyle{
	width: 99%;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #000000;
	padding: 2px 5px 3px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:link {
	color: #000000;
	text-decoration:none;
}

.chromestyle ul li a:active {
	color: #000000;
	text-decoration:none;
}

.chromestyle ul li a:visited {
	color: #000000;
	text-decoration:none;
}


.chromestyle ul li a:hover{
	color: #0071BE;
	background: #FFFFFF;
	/* background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:16px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	margin-top: 10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #000000;
	text-decoration:none;
}

.dropmenudiv a:visited{
	color: #000000;
	text-decoration:none;
}

.dropmenudiv a:active {
	color: #000000;
	text-decoration:none;
}





/***********************************************/
/* Header Nav - Top Text Styles                 */
/***********************************************/ 
.HeaderNavBoxMiddle H2{
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin: 0px 10px;
}


.HeaderNavBoxMiddle H2 a {
	color: #000000;
	text-decoration:none;
}

.HeaderNavBoxMiddle H2 a:link {
	color: #000000;
	text-decoration:none;
}

.HeaderNavBoxMiddle H2 a:active {
	color: #000000;
	text-decoration:none;
}

.HeaderNavBoxMiddle H2 a:visited {
	color: #000000;
	text-decoration:none;
}

.HeaderNavBoxMiddle H2 a:hover {
	color: #000000;
	text-decoration: underline;
}

/***********************************************/
/* Navigation Box Text Styles                  */
/***********************************************/ 
.NavBoxHolder H2{
	font-size:12px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin: 0px 14px 3px;
	text-decoration:none;
}

.NavBoxHolder H2 a {
	
	color: #666666;
	text-decoration:none;
	font-size:inherit;
}

.NavBoxHolder H2 a:link {
	color: #666666;
	text-decoration:none;
	font-size:inherit;
}

.NavBoxHolder H2 a:active {
	color: #666666;
	text-decoration:none;
	font-size:inherit;
}

.NavBoxHolder H2 a:visited {
	color: #666666;
	text-decoration:none;
	font-size:inherit;
}

.NavBoxHolder H2 a:hover {
	color: #0071BE;
	text-decoration:none;
	font-size:inherit;
}


/* Nav List Styles */

.NavBoxHolder ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.NavBoxHolder li{
	font-size:12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;
}

.NavBoxHolder li a{
	font-size:12px;
	color: #666666;
	text-decoration: none;
}

.NavBoxHolder li a:link{
	color: #666666;
}

.NavBoxHolder li a:visited{
	color: #666666;
}

.NavBoxHolder li a:hover{
	color: #0071BE;
}

.splitContent{
	width: 368px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 100%;
}


/* Nav List Styles */

.NavBlueBoxMiddle ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	margin: 0px 10px 0px 30px;
	padding: 0px;
}

.NavBlueBoxMiddle li a{
	color: #696969;
	text-decoration: underline;
}

.NavBlueBoxMiddle li a:link{
	color: #696969;
	text-decoration: underline;
}

.NavBlueBoxMiddle li a:visited{
	color: #696969;
	text-decoration: underline;
}

.NavBlueBoxMiddle li a:hover{
	color: #000000;
	text-decoration: none;
}

.NavBlueBoxMiddle li{
	color: #696969;
	margin: 3px 0px;
	padding: 0px;
}



.HeaderBlueBoxMiddle ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 27px;
}

.HeaderBlueBoxMiddle li a{
	color: #696969;
	text-decoration: underline;
}

.HeaderBlueBoxMiddle li a:link{
	color: #696969;
	text-decoration: underline;
}

.HeaderBlueBoxMiddle li a:visited{
	color: #696969;
	text-decoration: underline;
}

.HeaderBlueBoxMiddle li a:hover{
	color: #000000;
	text-decoration: none;
}

.HeaderBlueBoxMiddle li{
	color: #696969;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 12px;
}




.Nav3BoxMiddle ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	margin: 0px 10px 0px 30px;
	padding: 0px;
}

.Nav3BoxMiddle li a{
	color: #696969;
	text-decoration: underline;
}

.Nav3BoxMiddle li a:link{
	color: #696969;
	text-decoration: underline;
}

.Nav3BoxMiddle li a:visited{
	color: #696969;
	text-decoration: underline;
}

.Nav3BoxMiddle li a:hover{
	color: #000000;
	text-decoration: none;
}

.Nav3BoxMiddle li{
	color: #696969;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/***********************************************/
/* Colors for Spans		                       */
/***********************************************/ 

/* Primary Colors */
.ActiveColorDBlue {
	color: #0071BE;
	font-size:inherit;
}
.ActiveColorLBlue {
	color: #C6DBE0;
	font-size:inherit;
}
.ActiveColorLGrey {
	color: #CCCCCC;
	font-size:inherit;
}
.ActiveColorDGrey {
	color: #505A5A;
	font-size:inherit;
}

/* Secondary Colors */
.ActiveColorSecYellow {
	color: #FFFA23;
	font-size:inherit;
}
.ActiveColorSecOrange {
	color: #F07D0F;
	font-size:inherit;
}
.ActiveColorSecRed {
	color: #DC283C;
	font-size:inherit;
}
.ActiveColorSecGreen {
	color: #1E9664;
	font-size:inherit;
}
.ActiveColorSecDGrey {
	color: #505A5A;
	font-size:inherit;
}
.ActiveColorSecGreyGreen {
	color: #87BEAA;
	font-size:inherit;
}

.formTextLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 20px;
	float: left;
	text-align: right;
}

/***********************************************/
/* Footer - Text Styles                        */
/***********************************************/ 
.footer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.footer p{
	color: #000000;
	padding: 0px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}

.hilite {
	color: #990000;
	padding:0px 2px;
}

cfform {
	margin: 0px;
	padding: 0px;
}


.popForm p {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.popForm h1 {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:15px;
	color:#000000;
}

.popForm h1 a{
	font-size:15px;
	color: #000000;
	text-decoration: none;
}

.popForm h1 a:link {
	color: #000000;
	text-decoration:none;
}

.popForm h1 a:active {
	color: #000000;
	text-decoration:none;
}

.popForm h1 a:visited {
	color: #000000;
	text-decoration:none;
}

.popForm h1 a:hover{
	color: #000000;
	text-decoration:underline;
}

.popForm ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.popForm li a{
	color: #696969;
	text-decoration: underline;
}

.popForm li a:link{
	color: #696969;
	text-decoration: underline;
}

.popForm li a:visited{
	color: #696969;
	text-decoration: underline;
}

.popForm li a:hover{
	color: #000000;
	text-decoration: none;
}

.popForm li{
	color: #696969;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.Mid2ColLeft {
	padding: 0px 5px 0px 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	float:left;
	width: 280px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}

.Mid2ColLeftAQ {
	padding: 0px 5px 0px 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	float:left;
	width: 320px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}

.Mid2ColRight {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	float:left;
	width: 273px;
}

.formBox {
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 2px;
}

.formBoxCMP {
	width: 175px;
}

.formBoxCMP2 {
	width: 150px;
}

.formBoxSide {
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 2px;
}
h6 {
	font-size:13px;
	color:#CCCCCC;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

h6 a{
	color: #505A5A;
	text-decoration: underline;
	font-size:13px;
}

h6 a:link {
	color: #505A5A;
	text-decoration:underline;
	font-size:13px;
}

h6 a:active {
	color: #505A5A;
	text-decoration:underline;
	font-size:13px;
}

h6 a:visited {
	color: #505A5A;
	text-decoration:underline;
	font-size:13px;
}

h6 a:hover{
	color: #505A5A;
	text-decoration:none;
	font-size:13px;
}

#container .ContentBoxHolder .ContentBoxMiddle h2 {
	font-size: 12px;
	color: #999999;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#container .ContentBoxHolder .ContentBoxMiddle cfinput {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(../Images/title_grad_lg.jpg);
}
#container .ContentBoxHolder .ContentBoxMiddle #AccordionHeader {
	width: 550px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	height: 20px;
	background-image: url(../Images/title_grad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.AccordionHeaderWin {
	width: 515px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 5px;
	height: 20px;
	background-image: url(../Images/title_grad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

