/* CSS Document */
body
{
	margin: 0;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	background: #c6d2db;
}

.body
{
	color: #003366;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background: white;
	border-right: solid #777777 1px;
	border-left: solid #777777 1px;
	height: 100%;
	line-height: 13pt;
}

.body-full
{
	color: #003366;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background: white;
	border-right:0px;
	border-left: solid #777777 1px;	
	height: 100%;
	
}

.body-right
{
	color: #003366;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background: white;
	border-right:0px;	
	height: 100%;
	
}

.body a
{
	color: blue;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
}

.body a:hover
{
	color: blue;
	text-decoration: underline;
}

.bottombar
{
	color: #777777;
	background: #eeeeee;
	font-size: 9pt;
	font-family: Arial;
	text-align: right;
	border-top: solid #666666 1px;
	border-bottom: solid #666666 1px;
	border-right: solid #666666 1px;
	padding-right: 1em;
	padding-top: 0.5em;
}

.bottombarleft
{
	color: #777777;
	background: #eeeeee;
	font-size: 9pt;
	font-family: Arial;
	text-align: left;
	border-top: solid #666666 1px;
	border-bottom: solid #666666 1px;
	border-left: solid #666666 1px;
	padding-right: 1em;
	padding-top: 0.5em;
}

.bottombar a
{
	text-decoration: none;
	color: #777777;
}

.bottombar a:hover
{
	text-decoration: underline;
}

.fullsize
{
	height: 100%;
	width: 100%;
}

.header
{
	text-align: left;
	background: white;
	border-bottom: solid #666666 1px;
	color: black;
	font-size: 15pt;
	font-family: verdana;
	font-weight: normal;
	padding-left: 5em;
	/*background-image: url(images/header1.jpg);
	background-repeat: no-repeat;*/
}

.header a
{
	display: block;
}

hr
{
	text-align: center;
	width: 100%; 
	color: gray; 
	height: 1px;
}

hr.small
{
	text-align: center;
	width: 35%; 
	color: gray; 
	height: 1px;
}

img.photo
{
	border: solid black 1px;
}

input
{
	font-size: 10pt;
	font-family: arial;
	width: 200;
}

input.button
{
	font-size: 10pt;
	font-family: arial;
	width: 100px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.navButton
{
	border-right: solid #666666 1px;
	width: 10%;
}

.navButton a 
{ 
	display: block; 
	height: 100%; 
	width: 100%;
	color: black;
	text-decoration: none;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	background: #bbbbbb;
	text-align: center;
	padding: 0.5em;
}

.navButton a:hover 
{ 
	background: #AFD0E7;
	color: #000000;
}

.navButtonSpacer
{
	width: 100%;
	background: #bbbbbb;
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
}

p.heading
{
	font-size: 10pt;
	font-weight: 600;
	padding-top: 0.5em;
}

p
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #003366;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	line-height: 13pt;
}

p a
{
	color: blue;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
}

li
{
	color: #003366;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
}

ul
{
	color: #003366;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
}

.page
{
	width: 100%;
	height: 100%;
}

.paragraphtitle
{
	font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
}

.photoblock
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.sidebar
{
	color: black;
	font-size: 10pt;
	font-family: Arial;
	width: 15%;
	padding: 0.5em;
	background: #dddddd;
	text-align: center;
	vertical-align: top;
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;		
}

.sidebar a
{
	color: #003366;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	font-family: arial;
	font-size: 8pt;
	line-height: 2em;
}

.sidebar a:hover
{
	color: blue;
	text-decoration: underline;
}

td.schedule
{
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	vertical-align: center;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	padding: 0.5em;
}

table.schedule
{
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
}

.text
{
	color: #003366;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	vertical-align: top;
	background: white;
}

.text a
{
	color: blue;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
}

.text a:hover
{
	color: blue;
	text-decoration: underline;
}

textarea
{
	font-size: 10pt;
	font-family: arial;
	color: black;
	width: 300;
	height: 100;
}

.titlebar
{
	background: #eeeeee;
	color: black;
	border-left: solid #777777 1px;
	border-bottom: solid #666666 1px;
	text-indent: 1.5em;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;
	padding: 0.5em;
}

.topbar
{
	border: solid #666666 1px;
	width: 100%;
}