
/*
//////////////////////////////////////////// GENERAL */

html, body{
	margin:0;
	font-family: 'trebuchet MS', verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	background-color: #262873;
	}
	
#wrapper {
	padding: 0;
	margin: auto;
	text-align: left;
	width: 95%;
	min-width: 800px;
	}
	
.side_image {
	margin: 10px 0px 0px 0px;
	}
	
#main_image {
	margin: 5px 0px 10px 0px;
	border:thin solid #999999;
	background-color: #c6e4ee;
	background-image:url(../images/ehrc/girl_main2.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height: 300px;
	}			


#title_float{
	float: right;
	padding-right: 15%;
	padding-top: 60px;
	}

/*
//////////////////////////////////////////// PANELS */

#header {
	width: 100%;
	height: 85px;
	background-image: url(../images/ehrc/logo.png);
	background-repeat:no-repeat;
	margin-top: 15px;
	}

#yellow_bar {
	width: 100%;
	height: 15px;
	background-color: #FFD400;
	}

#container {
	margin-top: 5px;
	float: left;
	width: 100%;
	height: 100%;
	background-color:#414A8C;
	background-image:url(../images/ehrc/line.png);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position: 325px 0px;
	}
	
#main_panel	{
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-left: 305px;
	min-height: 2400px;

	}

#left_panel {
	color: white;
	float: left;
	width: 275px;
	padding: 0px 0px 0px 10px;
	}	
	
#logo_float{
	width: 157px;
	height: 44px;
	float: right;
	position: absolute;
	top: 345px;
	right: 55px;
	}	
	

/*
//////////////////////////////////////////// LINKS */

a:link {text-decoration:none; color: #3d5bb1;}	
a:hover {text-decoration:underline; color: #3d5bb1}
a:focus {text-decoration:underline;}
a:active {text-decoration:underline;}
a:visited { text-decoration:none;}

/*
//////////////////////////////////////////// TEXT */

p {
	font-size: normal;
	}

h1 {
	margin: 0;
	}

h2 {
	text-indent: 5px; 
	padding-bottom: 2px;
	}
	
#left_panel h2 {
	text-indent: 0;
	line-height: 120%;
	padding: 0;
	margin: 10px 0px 4px 0px;
	}	

h3 {
	margin: 0;
	padding: 0;
	}	

#left_panel h3 {
	background-color: #00B5DE;
	color: white;
	text-indent: 2px;
	margin: 10px 0px 4px 0px;
	}

#left_panel p {
	padding: 0;
	margin: 0;
	}

#left_panel a {
	text-decoration: none;
	color: white;	
	}
	
	#left_panel a:hover {
	text-decoration: none;
	color: #FFD400;	
	}
	
.quotes {
	font-size: 1.3em;
	font-weight: bold;
	color: #262873;
	}
	
.cont {
	font-weight: bold;
	color:#999999;
	text-transform:uppercase;
	font-size: small;
	}
	
ul {
	font-size: small;
	}	
