/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
margin:0px;
	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:#2F73B8;
	text-decoration: none;
}

a:hover {
	color: #1B4978;
	text-decoration: none;
}

/* Header */

#header {
	width: 780px;
	height: 330px;
	margin: 0px auto;
}



#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 780px;
	height: 35px;
	margin: 0px auto;
	background:url(images/fundobt.png) repeat-x;
	text-align:center;
}

#menu ul {
	width:100%;
	margin: 0px auto 0px 16px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	margin:0px;
	padding:0px;
}

.sep {
	display: block;
	float: left;
	height: 35px;
	width: 2px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	background:url(images/fundobt3.png) no-repeat;
	color: #EEEEEE;
}

#menu a {
	height: 18px;
	display: block;
	float: left;
	width: 92px;
	padding: 9px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background:url(images/fundobt.png) repeat-x;
	color: #EEEEEE;
}

#menu a:hover {
	background:url(images/fundobt2.png) repeat-x;
	color: #FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 780px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: left;
	width: 500px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo {
	float: right;
	width: 220px;
	margin-top: 20px;
	padding-right: 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:#003366;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #EEEEEE;
}

#content h3 {
	color: #2F73B8;
	margin-bottom:-10px;
}
/* Footer */

#footer {
	width: 780px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 35px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 8px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

.boxform {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	border:1px solid #173E68;
	background-color:#EEEEEE;
}