/*******************/
/* basic setup 
/*******************/
body {
	background: white;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;*/
	font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-size: 0.825em;
	margin: 0;
}
a {
	color: rgb(0,145,213);
	background: inherit;
}
/*******************/
/* section setup, structure only
/*******************/
#frame {
	position: relative;
	width: 780px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid navy;
	color: navy;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

#frame2 {
	position: relative;
	width: 400px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid navy;
	color: navy;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

#frame3 {
	position: relative;
	width: 410px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid navy;
	color: navy;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

#frame4 {
	position: relative;
	width: 200px;
	height: 200px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid navy;
	color: navy;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

#frame5 {
	position: relative;
	width: 200px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid navy;
	color: navy;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

/* logo */
#logo {
	position: absolute;
	top: 3px;
	right: 3px;
}
/* main content and extra column*/
#content, #extra, #new, #content2 {
	position: relative;
	left: 2em;
	float: left;
	margin: 0;
	margin-bottom: 2em;
	font-size: 1.07em;
}
#content {
	width: 500px;
	padding: 0 1em;
	margin: 4em 3em 0 0;
	text-align: left;
}
#content2 {
	padding: 0 1em;
	margin: 4em 3em 0 0;
	text-align: left;
}
#new {
	padding: 0 1em;
	margin: 4em 3em 0 0;
	text-align: left;
}
#extra {
	width: 180px;
	margin-top: 5px;
	border: 1px solid navy;
	color: navy;
	background-color: white;
}
/*******************/
/* header
/*******************/
#header {
	width: 100%;
	color: #000080;
	background: rgb(0,145,213);
	font-family: Georgia, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: .75em;
	text-transform: uppercase;
	padding: .5em 0;
}
/*******************/
/* menu
/*******************/
#menu {
	width: 100%;
	color: green;
	background: rgb(199,216,148);
	padding: .48em 0;
}
#menu a {
	text-decoration: none;
	color: green;
	background-color: rgb(199,216,148);
	border: 2px outset rgb(199,216,148);
	padding: .5em 1em;
	font-weight: bold;
}
#menu a:hover {
	color: inherit;
	background: rgb(226,235,171);
	border: 2px outset rgb(226,235,171);
}
#menu a.current {
	color: inherit;
	background: rgb(226,235,171);
	border: 2px inset rgb(226,235,171);
}
/*******************/
/* submenus
/*******************/
#submenu {
	width: 100%;
	color: white;
	background: rgb(0,145,213);
	padding: .38em 0;
}
#submenu a {
	text-decoration: none;
	color: white;
	background-color: rgb(0,145,213);
	border: 1px solid rgb(0,145,213);
	padding: .4em 1em;
	font-weight: bold;
}
#submenu a:hover {
	color: navy;
	background: rgb(159,218,223);
	border: 1px solid rgb(159,218,223);
	padding: .4em 1em;
}
#submenu .current {
	color: aqua;
	background: rgb(0,145,213);
}

#submenu .hide { display: none; }
#submenu .show { display: block; }

/*******************/
/* footer
/*******************/
#footer {
	clear: both;
	width: 90%;
	padding: 4em 0 1em 4em;
	/*text-align: center;*/
	font-size: .85em;
	font-style: italic;
}
/*******************/
/* Element styles
/*******************/
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
}
h1 {
	font-size: 1.6em;
	margin-top: 0;
}
h2 {
	font-size: 1.35em;
	margin-top: 1.5em;
	border-bottom: rgb(199,216,148) 2px solid;
}
h3 {
	font-size: 1.2em;
	margin-top: 1.5em;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -1em;
}
ul {
	list-style-type: square;
}
li {
	padding: .2em 0;
	margin-left: 1em;
}
dl, dt, dd {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
/*******************/
/* Images
/*******************/
div.right {
	float: right;
	padding-left: 1em;
}
.caption {
	text-align: center;
	margin-top: 0.2em;
}
/* *********************************************************************** */
/* TABLES                                                                  */
/* *********************************************************************** */
/* Basic table styles */
.BasicTable {
	border-collapse: collapse;
}
.BasicTable td, .BasicTable th {
	padding: 6px;
	vertical-align: top;
	text-align: left;
}
/* Ruled table styles */
.RuledTable {
	border-collapse: collapse;
}
.RuledTable td, .RuledTable th {
	border: 1px solid #999999;
	padding: 6px;
	vertical-align: top;
	text-align: left;
}
/*******************/
/* Class styles
/*******************/
.BackToTop {
	text-align: right;	
}
/* *********************************************************************** */
/* CONTENT COLUMNS                                                         */
/* *********************************************************************** */
div.column1 {
	float: left;
	width: 65%;
}
div.column2 {
	float: left;
	width: 25%;
	position: relative;
	left: 4%;
}
div.clear {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 1px;
	clear: both;
}