/* This file contains all of the format classes */

/* Basic Classes*/
.clears {
	clear: both;
	height: 0px;
}

body {
	background-color: #002058;
	color: #002058;
}

#topnav {
	position: relative;
	text-align: right;
}
#topnav ul {
	margin: 0px auto;
	padding: 0px;
	padding-top: 15px;
	text-align: right;
	font-size: 10pt;
}
#topnav li {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FFFFFF;
	display: inline;
}
#topnav li:first-child {
	border-left: none;
}
#topnav a, #topnav a:link, #topnav a:visited {
	color: #FFFFFF;
}

#page {
	position: relative;
	background-color: #d6e6ff;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
}

#lc {
	position: relative;
	float:left;
	width: 245px;
	padding-top: 20px;
}
#rc {
	position: relative;
	float: right;
	width: 660px;
	padding-top: 85px;
}

#logo {
	position: relative;
	margin-bottom: 20px;
}

#logo img {
	border: none;
}

#logo, #logo a {
	color: #FFFFFF;
}

.boxes {
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
}

.boxes img {
	border: none;
}

#container {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	height: 100%;
}

#content {
	position: relative;
	clear: both;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.tabs {
	position: relative;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #002058;
	font-size: 14pt;
	font-weight: bold;
}

div.tabs a, div.tabs a:link, div.tabs a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

div.tabs a:hover {
	color: #d6e6ff;
}

.highlight {
	background-color: #FFFFFF !important;
}

div.highlight a, div.highlight a:link, div.highlight a:visited {
	color: #002058;
}

div.highlight a:hover {
	color: #002058;
}

#theme {
	width: 620px;
	height: 260px;
	background-image: url(../images/theme_default.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#footer {
	position: relative;
}
#footer, #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#copy {
	position: relative;
	float: left;
}
#bydrew {
	position: relative;
	float: right;
}

.result {
	background-color: #FFFFFF;
}
.resultOff {
	background-color: #ebd9d3;
}

div.gallery {
	float: left;
	width: 100px;
	height: 100px;
}

div.gallery a {
	text-decoration: none;
}

img.gallery {
	border: 1px solid #002058;
}
