﻿/* Standard HTML Tags */

body {
	background-color: #21213b;
	margin-top:0px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21213b;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #480C26;
}

a:hover {
	color:#681b3d;
	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: #21213b;
	font-family: Arial;
	font-size: 18px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #21213b;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin:0px;
}

h5 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
}

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;
	width: 143px;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

/* EO Standard Container Tags */
/*************/
/*************/
/*************/

#container_main{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#container_header {

}
				
#container_body{
	clear:both;
	padding:0px;

}

	#container_bodyleft{
		float:left;
		padding:15px 15px 10px 15px;
		width:400px;
	}

	#container_bodyright{
		float:right;
		padding:5px 5px 5px 5px;
		width:250px;
	}
	
.side_box {
	background-color:#e2e6f1;
	padding: 2px 10px 10px 10px;
}


		
#container_body: after { 
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden; 
} 

	
#container_footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color:#808080;
}

.inputbutton {
	background-color:#C0C0C0;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.textbold {
	font-weight:bold;
}

.emergency {
	font-weight:bold;
	color:#9a070c;
	font-size:16px;
}


.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:1px;
}

.table_headright {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

#table_body {
	width:100%;
}

.table_bodymenu {
	background-image:url('../webcoreimages/s_menu.jpg');
	background-repeat:no-repeat;
	background-color:#e8e8eb;
	width:146px;
}

.table_bodycontenthome {
	width:604px;
}

.table_bodycontentinner {
	width:604px;
	background-color:#FFFFFF;
}


#menu_content {
	padding:10px;
	color:#FFFFFF;
}


#menu_content  a{
	color:#FFFFFF;
}


#body_contentinner {
	padding:0px 5px 5px 5px;
}

#body_contenthome {
	padding:0px;
}

.table_nextmee {
	background-image:url('../webcoreimages/s_nextmee_background.jpg');
	background-repeat:repeat-y;
	width:100%;
}

#nextmee_content {
	padding:10px;
}

.table_pres {
	background-image:url('../webcoreimages/s_presmes_background.jpg');
	background-repeat:repeat-y;
	width:100%;
}

#pres_content {
	padding:10px;
}

#breaknews_content {
	padding:10px;
}

.highlight {
	background-color:#e5e4e9;
}