﻿/***** Standard HTML Tags */

body {
	margin:0px;
  background-color: #223e4c;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #164c9f;
}

a:hover {
	color:#24549d;
	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: #24549d;
	font-family: Arial;
	font-size: 14px; 
	color: #666666; 
	font-weight: bold 
}

h2 {
	color: #24549d;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #24549d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #000000;
	padding-bottom:0px;
}


img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 11px;
}

select {
		font-family: Arial;
		font-size: 11px;
}

textarea {
		font-family: Arial;
		font-size: 11px;
}

/***** EO Common Styles */

.inputbutton {
	background-color:#CC0000;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:2px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	padding:2px;
}

.table_headright {
	background-color:#24549d;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color:#24549d;
	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:957px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border:1px #FFFFFF solid;
	overflow:auto;
}

	#container_header {
		clear:both;
	}
	
		#container_headercontent {
		
		}
			
	#container_menu {
		clear:both;
	}
	
		#container_menucontent {
		
		}
	
	#container_ad {
		clear:both;
		border-top:1px #FFFFFF solidl;
		border-bottom:1px #FFFFFFF solid;
		background-color:#3c7aba;
		padding:25px 0px 25px 0px;
	}
	
		#container_adcontent {
		
		}

	#container_body{
		clear:both;
		overflow:auto;
	}
	
		#container_bodycontent {
		
		}
		
		#container_box1 {
			float:left;
			width:252px;
			padding:2px 0px 0px 0px;
		}
			
			#container_box1content {
	
			}
			
		#container_box2 {
			float:right;
			width:705px;
		}
			
			#container_box2topcontent {
				padding:2px;
				text-align:center;
			}
		
			#container_box2bodycontent {
				padding:5px 10px 10px 10px;
			}

	#container_footer {
		clear:both;
		background-color:#3C7ABA;	
	}
	
		#container_footercontent {
			color:#FFFFFF;
			text-align:center;
			font-family:Verdana, Geneva, Tahoma, sans-serif;
			font-size:9px;
			padding:8px;
		}

/***** Site Specific Styles */

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.error_text {
	background-color:#CC0000;
	color:#FFFF00;
	font-weight:bold;
	padding:5px;
}

/* Allow for web page to be broken, during print job, after the location where this class appears */
.pagebreadkpoint {
	page-break-before:always;
}

.highlight {
	background-color:#E9EEF5;
}

.adimage {
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}

/* To keep consistency with existing site*/
.txt_Header  {font-family: Arial; font-size: 14px; color: #666666; font-weight: bold;padding-left:5px;padding-bottom:5px;}
.txt_but  	{ background-color: #3C7ABA; cursor:hand; color: #FFFFFF; font-family: Verdana; font-size: 11px; font-weight: bold }
.containerS { background-color: #E1E1E1; }
