﻿div.layout {
	width: 897px;
	margin-left: auto;
	margin-right: auto;
}

div.topbar {
	background-position: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: 1px;
	background: #666666;
	font-weight: bold;
	*height: 340px;
}

div.mainlinks {
	padding: 25px 35px 25px 35px;
	font-size: large;
}

div.banner {
	
}

div.nav {
	background-position: #000000;
	width: 200px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	color: #FFFFFF;
	margin: 0px auto;
	text-align: center;
}

div.main {
	background-position: #E1E1E1;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 675px;
	background: #E1E1E1;
	height: 100%;
}

div.content {
	background-position: #CCCCCC;
	vertical-align: top;
	width: 100%;
	text-align: left;
	background: #E1E1E1;
	min-height: 100%;
	overflow: auto;
}

div.bottom {
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	clear: both;
	font-size: smaller;
}

div.bottomright {
	float: right;
	padding-right: 10px;
}

div.bottomleft {
	padding-left: 10px;
	text-align: left;
}

body {
	background-color: #999999;
	text-align: center;
}

/* No Sidebar Master Page */

div.mainnos {
	background-position: #E1E1E1;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	background: #E1E1E1;
	height: 100%;
}

/* Navigation Links */

a
{
	text-decoration: none;
}

a.nav:link
{
	color: White;
}

a.nav:visited
{
	color: White;
}

a.nav:active
{
	color: White;
}

a.nav:hover
{
	color: #0098FF;
}

a.sub:link
{
	color: #FFCC46;
}

a.sub:visited
{
	color: #FFCC46;
}

a.sub:active
{
	color: #FFCC46;
}

a.sub:hover
{
	color: #FFCC46;
}

a.bread:link
{
	color: white;
}

a.bread:visited
{
	color: white;
}

a.bread:active
{
	color: white;
}

a.bread:hover
{
	color: #2299E2;
}

a:link
{
	color: #4E99FB;
}

a:visited
{
	color: #4E99FB;
}

a:active
{
	color: #4E99FB;
}

a:hover
{
	color: #4E99FB;
}

/* Layout */

img 
{
	border-style: none;
	vertical-align: middle;
}

div.table 
{
	display: table;
	width: 100%;
}

div.tr
{
	display: table-row;
}

div.tdl
{
	display: table-cell;
	vertical-align: middle;
	*float:left;
	*width: 50%;
}

div.td
{
	display: table-cell;
	vertical-align: middle;
}

div.center 
{
	text-align: center;
}

/* Accordion Style */

.accordionHeader
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
    color: black;
    background-color: #C9C9C9;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #CCCCCC;
	border-top: 4px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-style: solid;
	border-right-color: #999999;
    padding: 5px;
    margin: 0px 5px 0px 5px;
    font-size: smaller;
}

