body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f2f2f2;
}
body {

	margin-top: 30px;
	padding: 0;
	background: #222A31;
	color: #fff;
}

h5 {
	color:#0099FF;
	font-size:11px;
	padding-top:20px;
	
}
h6{
	color:#999;
	margin-left:20px;
	margin-top:10px;
	font-size:10px;
	padding:2px;
	font-weight:normal;
}

a:link {
	color: #2A8FBD;
}
a:visited {
	color: #2A8FBD;
}
a:hover {
	color: 265C77;
}
a:active {
	color: #2A8FBD;
}
p {

	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:10px;

}
.border2{
	border:7px solid #2A8FBD;
}

.header {
	padding:10px;
	height: 16px;
	background-image:#265C77 url(gfx/stripes.jpg) x-repeat top left;
}
.left{
	background-color:#222A31;
}
.right{
	background-color:#222A31;
	border:7px solid #ffffff;
}
#footer{

	padding:0;
	margin:0;
}
#content{
	
	padding:0;
	margin:0;
	border:none;

}
#info {
	font-size:10px;
	color:#666;
}
#nav {
	text-align:left;
}
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
}

li { /* all list items */
	float: left;
	position: relative;
	width:7em;
	padding: 3px 0 3px 0;
	margin:0;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	line-height:20px;
	top: 2.2em;
	left: 0;
	background-color:#ffffff;
	border:2px solid #2A8FBD;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}
