/*******************************************/
/************* Standard elements *************/
/*******************************************/

html {
	margin:0;
   	padding:0;
   	height:100%;	
	}

body {
	margin:0;
   	padding:0;
   	height:100%;
	}

p {
	margin-bottom: 0; 
	margin-top: 0;
	}


img { 
	behavior: url(iepngfix.htc) 
	}

/*******************************************/
/************* Custom elements *************/
/*******************************************/
#headerTop {
	width: 100%;
	height: 80px;
	}

#headerTopContent {
	width: 940px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	}

#headerTopContent a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;	
	cursor: pointer;	
	}
	
#slogan {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;		
	}
	
.headerLink:link {
	text-decoration: underline; 
	color:black;
	}

.headerLink:visited {
	text-decoration: underline; 
	color:black;
	}

.headerLink:active {
	text-decoration: underline; 
	color:black;
	}

.headerLink:hover {
	text-decoration: underline; 
	color:black;
	}


.headerLinkHighlighted:link {
	padding: 3px;
	text-decoration: none; 
	color:white;
	background-color: #1cb4fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; 
	}

.headerLinkHighlighted:visited {
	text-decoration: none; 
	color:white;
	background-color: #1cb4fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; 
	}

.headerLinkHighlighted:active {
	text-decoration: none; 
	color:white;
	background-color: #1cb4fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; 
	}

.headerLinkHighlighted:hover {
	text-decoration: none; 
	color:white;
	background-color: #1cb4fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; 
	}

#mainArea{
	width: 938px;
	height: 344px;
	background-image:url('../../../../images/httpdocs/main_background.gif');
	margin-left: auto;
	margin-right: auto;
	}

#mainAreaLeftSide {
	float: left;
	padding-left: 30px;
	padding-top: 40px;
	width: 500px;
	height: 304px;
	color: white;
   }	

#mainAreaLeftSide h1{
	font-family: Verdana;
	font-size: 18px; 
	font-weight: bold;
	}
		   
#mainAreaRightSide {
	float: right;
	width: 350px;
	height: 342px;
	}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

/* Custom Elements */

.headerShort{
	width: 530px;
	height: 24px; 
	behavior: url(iepngfix.htc);
	background-image:url('../../../../images/httpdocs/fea_topHeader.png');
    background-repeat: no-repeat;
	}

.headerShort h1{
	height: 24px;
	padding-top: 2px; 
	padding-left: 15px;
	font-family: Verdana; 
	font-size: 14px;
	font-weight: bold;
	color: white;
	}


.question{
	width: 928px;
	height: 24px; 
	margin-top: 30px;
	margin-left: 10px;
	}

.question h2{
	height: 24px;
	padding-top: 2px; 
	font-family: Lato, Trebuchet MS; 
	font-size: 20px;
	font-weight: bold;
	color: #384047;
	}

.answer{
	width: 928px;
	margin-left: 10px;
	margin-top: 20px;
	font-family: Lato, Trebuchet MS; 
	font-size: 16px;
	font-weight: normal;
	}



/* Links */
a.contentLink:link {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:visited {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:active {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:hover {text-decoration: underline; color:#3685d6; font-size: 10px;}

a.nocolorLink {
	font-family: Verdana; 
	font-size: 10px;
	margin-left: 10px;
	}
a.nocolorLink:link {text-decoration: underline; color:gray;}
a.nocolorLink:visited {text-decoration: underline; color:gray;}
a.nocolorLink:active {text-decoration: underline; color:gray;}
a.nocolorLink:hover {text-decoration: underline; color:gray;}