/********************************/
/* Conquer FS Top Level Styles */
/******************************/

a {text-decoration: underline; color: blue; font: 11px verdana, arial, sans-serif;}
a:visited {color: purple;}
a:hover {color: red;}

body {
	font: 11px verdana, arial, sans-serif;
	line-height: 20px;
	color: #6C6C6C;
	}

td {
	vertical-align: top;
	}

img {
	border: none;
	}

h1 {
	font: bold 16px 'Trebuchet MT', verdana, arial, sans-serif;
	color: #0D479E;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	}

h2 {
	font: bold 16px 'Trebuchet MT', verdana, arial, sans-serif;
	color: white;
	margin: 0px 0px 6px 0px;
	padding: 5px 0px 5px 15px;
	background-color: #8C8C8C;	
	}


/*********************************/
/* Conquer FS Individual Styles */
/*******************************/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}
	
.colorText {
	font: bold 11px verdana, arial, sans-serif;
	color: color;
	}

.formattedTable {
	border-top: 5px solid #003B84;
	background-color: #003B84;
	width: 480px;
	}
	
	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
	
	.formattedTable .lightGrey {
		background-color: #FAFAFA;
		}
		
	.formattedTable .darkGrey {
		background-color: #EEEEEE;
		}

/*************************/
/* Conquer FS Framework */
/***********************/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	
#topArea {
	border-top: 1px solid black;
	border-bottom: 1px solid #CBE1F7;
	background-image: url(images/background_toparea.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	}
	
	#topArea a {
		display: block;
		background-image: url(images/background_toparea_td.jpg);
		background-position: 464px 33px;
		background-repeat: no-repeat;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#menuArea {
	height: 20px;
    padding: 4px 0px 0px 0px;
	background-color: #0D479E;
	border-top: 1px solid #197ADA;
	border-bottom: 1px solid #197ADA;
	}
	
	#menuArea a {text-decoration: none; color: white; font: bold 11px 'Trebuchet MT', verdana, arial, sans-serif; line-height: 15px; display: block; float: left; margin: 0px 15px 0px 15px;}
	#menuArea a:visited {color: white;}
	#menuArea a:hover {color: #A8CDFF;}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	
#contentArea {
	background-color: #F7F7F7;
	border-top: 1px solid #FCFCFC;
	border-bottom: 2px solid #7F7F7F;
	}
	
	#contentArea .contentHolder {
		margin: 26px 20px 26px 20px;
		}
		
	#contentArea .rightContents {
		width: 380px;
		float: right;
		background-color: #FCFCFC;
		margin: 0px 0px 0px 20px;
		line-height: 16px;		
		}
		
		#contentArea .rightContents div {
			margin: 15px 15px 25px 15px;
			}
			
			#contentArea .rightContents div a {text-decoration: none; color: #6C6C6C; font: 11px verdana, arial, sans-serif;}
			#contentArea .rightContents div a:visited {color: #6C6C6C;}
			#contentArea .rightContents div a:hover {text-decoration: underline; color: #6C6C6C;}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	
#footerArea {
	font: 10px verdana, arial, sans-serif;
	color: #B8B8B8;
	margin: 2px 0px 0px 0px;
	}
	
	#footerArea a {text-decoration: none; color: #B8B8B8; font: 11px verdana, arial, sans-serif; float: right;}
	#footerArea a:visited {color: #B8B8B8;}
	#footerArea a:hover {text-decoration: underline; color: #0D479E;}