﻿
body {
	background: #4096EE url(images/img1.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 800px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
/*
#menu {
	width: 600px;
	height: 30px;
	margin: 0px auto;
}*/
/*
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #CCCCCC;
}
*/
/* Content */

#content {
	background: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
}



#colTwo a {
	display: block;
	/*background: #BF3E18 url(../image/vmenuarrow.gif) no-repeat center left;*/
	background: #DBE9F7 url('images/vmenuarrow.gif') no-repeat center left;
	color: #0f1924;
	
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#colTwo a:hover {
	color: #FFFFFF;
	/*background: #822C0F url(../image/vmenuarrowhover.gif) no-repeat center left;*/
	background: #0f1924 url('images/vmenuarrowhover.gif') no-repeat center left;
}

#colTwo .current {
	color: #FFFFFF;
	/*background: #822C0F url(../image/vmenuarrowhover.gif) no-repeat center left;*/
	background: #0f1924 url('images/vmenuarrowhover.gif') no-repeat center left;
	
}
.img_text {margin:10px;}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
}

#content h3 {
	color: #2F73B8;
}
/* Footer */

#footer {
	width: 800px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
	font-size:10px;
}

#footer a:hover {
	color: #333333;
}
.layout table{ background-color:white;}
.layout tr{ background-color:white; border:1px black solid;}
.layout td{ background-color:white; border:1px black solid;}