﻿/* Standard HTML Tags */

body {
	margin-top:10px;
	background-color: #396ea2;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #1081a4;
}

a:hover {
	color:#396ea2;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #396EA2;
	font-family: Helvetica;
	font-size: 22px;
	font-weight:bold;
}

h2 {
	font-family: Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin:0px
}

h3 {
	font-family: Helvetica;
	font-size: 13px;
	font-style:normal;
	color: #004877;

}

h4 {
	font-family: Arial;
	font-size: 12px;
	font-style:italic;
	color: #004877;
	font-weight:normal;
}

h6 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#166d88;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:4px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	padding:4px;
}

.table_headright {
	background-color:#176d88;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color:#176d88;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border:2px #FFFFFF solid;
}

#container_header {
	background-image:url('../webcoreimages/s_top.jpg');
	height:46px;
	text-align:right;
	padding:10px 10px 0px 0px;
}
		
#container_MailTitle {
	clear:both;
	width:240px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	float:right;
}

#container_MailBox {
	clear:both;
	width:240px;
	color:#FFFFFF;
	text-align:left;
	float:right;
}


#container_menu {
	background-image:url('../webcoreimages/s_menu_bac.jpg');
	background-repeat:repeat-x;
	background-color:#176d88;
	border-bottom:1px #FFFFFF solid;
	height:25px;
	text-align:center;
	padding-top:10px;
	color:#FFFFFF;
}

#container_menu a {
	color:#FFFFFF;
}

#container_body{
	clear:both;
	margin-top:5px;
	border-top:1px #C0C0C0 dashed;
	min-height:100px;
	padding: 25px 30px 20px 30px;
}

	#box_left {
		float:left;
		width:215px;
		padding:0px 10px 15px 0px;
		border-right:1px #C0C0C0 dashed;
	}

		#box_lefttitle {
			background-image:url('../webimages/i_resources.jpg');
			height:23px;
			padding:5px;
		}
	
	    #box_lefttitle2 {
			background-color:#396ea2;
			padding:5px;
		}
	

		#box_leftcontent {
			padding:0px 5px 5px 5px;
		}

	#box_center {
		float:left;
		width:215px;
		padding:0px 5px 15px 10px;
		border-right:1px #C0C0C0 dashed;
	}

		#box_centertitle {
			background-image:url('../webimages/i_programs.jpg');
			height:23px;
			padding:5px;
		}
	
		#box_centercontent {
			padding:0px 5px 5px 5px;
		}

	#box_right {
		float:left;
		width:215px;
		padding:0px 0px 15px 10px;
	}

		#box_righttitle {
			background-image:url('../webimages/i_training.jpg');
			height:23px;
			padding:5px;
		}
	
		#box_rightcontent {
			padding:0px 5px 5px 5px;
		}

	
#container_footer {
	clear:both;
	background-color:#005085;
	text-align:center;
	padding:4px;
	color:#FFFFFF;
}

/* Site Specific Styles */


.highlight {
	background-color:#dbe9ec;
}

.imageright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;

}


.imageleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.bold {
	font-weight:bold;
}

.divbutton {
	background-color:#004a7b;
	color:#FFFFFF;
	font-weight:bold;
	width:100px;
	padding:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.divbutton a{
	color:#FFFFFF;
}

.divbutton a:hover{
	color:#396ea2;
}