﻿/* Standard HTML Tags */
body {
	margin:0px;
	background-color: #203064;
	background-image:url('../webcoreimages/0008_s_sides.jpg');
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a4b44;

}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a4b44;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:underline;
	font-size:12px;
	color: #1339b3;
}

a:hover {
	color:#9b2167;
	text-decoration:none;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #6699cc;
	font-family: Arial;
	font-size: 18px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #6699cc;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
}

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 Standard Container Tags */
/*************/
/*************/
/*************/

/*EO Link*/
#container_quicklink{
	font-size:10px;
	color:#808080;
	background-color:#FFFFFF;
	border-bottom:1px #808080 solid;
	text-align:right;
}

/*Primary container*/
#container_main{
	margin-top:0px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	min-height:600px;
	border:1px #FFFFFF solid;	
	background-image:url('../webcoreimages/0008_p_background.jpg');
	background-repeat:no-repeat;
}

/*Header section*/
#container_header {
	clear:both;
}

/*Menu section*/
#container_menu {
	clear:both;
	background-color:#203064;
	background-image:url('../webcoreimages/0008_p_menu.jpg');
	min-height:30px;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	text-align:left;
}

	#container_menu  a{
		color:#FFFFFF;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
	}

	#container_menu a:hover{
		color:#4b66be;
		text-decoration:none;
	}

	.menu_side {
		float:left;	
		width:25px;
	}

	.menu_on {
		float:left;
		border-left:1px #FFFFFF solid;
		border-right:1px #FFFFFF solid;
		background-color:#b0c5e9;
		min-width:50px;
		padding:7px 10px 3px 10px;
		height:20px;
		vertical-align:baseline;
		text-align:center;
	}

	.menu_off {
		float:left;	
		min-width:50px;
		padding:7px 10px 3px 10px;
		text-align:center;
	}

/*Ad section*/			
#container_ad {
	background-image:url('../webcoreimages/0008_p_homead.jpg');
	background-repeat:no-repeat;
	clear:both;
	height:200px;
}

/*Body section*/		
#container_body{
	clear:both;
	padding:25px;
	min-height:300px;
}
	
	#container_bodybox1{
		float:left;
		width:450px;
	}

	#container_bodybox2{
		float:right;
		padding:0px 0px 0px 10px;
		width:200px;
	}
		
#container_footer {
	clear:both;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	font-size:10px;
	background-color:#203064;
	color:#FFFFFF;
}

#container_footercontent{
	font-size:10px;
	color:#FFFFFF;
}


/* EO Standard Style Tags */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}

.imageright {
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.button {
	background-color:#d31682;
	color:#FFFFFF;
	font-weight:bold;
}

.textbold {
	font-weight: bold;
}

/*table styles */

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	background-position: 0px 0px;
	padding: 4px;
	background-repeat: repeat;
	background-attachment: scroll;
}

.table_headend {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
}

.table_headright {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.highlight {
	background-color:#cbd6ee;
}









