﻿html 
{	
	/* Force scrollbar to show in FireFox */
	overflow-y: scroll;
}

body 
{
	background-color:White;
	font-size: 10pt;
	/*
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	*/
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Arial, Sans-Serif;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	color:#000;
}

label, input, textarea {
    display: block;
    float: left;
    margin-bottom: 10px;
}

label {
    width: 150px;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}

a 
{
	color: Blue;
}

.linkHeader
{
	font-size:larger;
	font-weight:bold;
	margin-top: 5px;
}

.wrapper
{
	width: 730px;
	background-color: White;
	text-align:left;
	margin:0px auto;
}

.header
{ 
	background-color: white;
	color: black;
	padding: 0px;
	height: 15px;
}

.menu
{
	background-color: White;
	color: Black;
	padding-bottom: 0px;
	border-bottom: solid 0px black;
	margin-bottom: -5px;
}

.leftMenu
{
}

.leftMenu a
{
	color: Black;
	text-decoration: none;
}

.rightMenu
{
}

.rightMenu a
{
	color: Black;
	text-decoration: none;
}

.content
{
	min-height: 400px;
	height: auto;
	_height: 400px;  /* underscore hack: http://wellstyled.com/css-underscore-hack.html */
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align:left;
}

.homeMenu
{
	text-align: center;
	width: 33%;
	float:left;
}

.footer
{
	margin-top: 0px;
	color: gray;
	font-size: 8pt;
	padding-top: 0px;
}


/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h4
{ 
	background: transparent url(images/box.gif) no-repeat bottom right; 
} 

.cssbox 
{ 
	width: 235px !important; /* intended total box width - padding-right(next) */ 
	width: 220px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	/*margin-right: 30px auto;   use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head 
{ 	
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h4
{ 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body 
{ 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 





/* ------------------------------------------------------------- 
Headers and Paragraphs:
---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif; 
    font-weight: normal;
    color: Black; 
    padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 3px;
}

h4, h5, h6 {
}

h1 { font-size: 218%; }

h2 { font-size: 164%; }

h3 { font-size: 145%; }

h4 
{
	font-size: 118%; 
}

h5 
{
	font-size: 100%; 
	font-weight: bold; 
}

h6 
{
	font-size: 86%; 
	font-weight: bold; 
}


p
{
	margin-bottom: 1em;
	margin-top: 0;
}



/* 

Plain box 

*/

.plainbox
{
	margin: 10px 0px; 
	border: solid 1px black; 
	padding:10px;
}

.plainbox_content
{
	margin: 0;
}



/* Lists and general formatting */

ul 
{
	list-style: none;
	margin: 0;
	padding-left: 4em;
	text-indent: -2em;
}

.indent
{
	text-indent: 2em;
}

.bold
{
	font-weight:bold;
}

.message
{
	font-size: 1.2em;
	font-weight: bold;
	color: Red;
}


