/* CSS Document */

/*  NEED ALL STYLES BELOW  - CHANGE VALUES FOR SITE */
*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height:100%;
}

body
{
	margin:20px auto;
}
/* 

#body Use this id to make actual body background different 
{
	background-color:#FFF;
}*/



body, input, select, textarea, body *
{
	font-size: small;
    font-family: Arial, Helvetica ,sans-serif;
	color: #000;
}



table
{
	border: 0;
	border-collapse: collapse;
}

#body
{
	background: #BFDB97;
	background: #BFDB97 url('/images/site/bg.png') repeat-x top left;
	margin:20px auto;
}


p 
{
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
	
}

hr 
{
	height:1px;
    color: #2E5A9C;
    background-color: #2E5A9C;
    border-top: 0px solid #2E5A9C;
    margin-bottom:10px;
}

a 
{
	color: #8C398C; 
    color: #2E5A9C;
	text-decoration: none;
}

a:hover 
{
	color: #D23E72; 
	text-decoration: none;
	
}

h1
{
	margin-bottom: 0.4em;
	color: #000;
	font: normal 146% Verdana, Arial, Helvetica ,sans-serif;
}

h2
{
	margin-bottom: 0.3em;
	color: #965076;
	font-size: 122%;
	/*border-bottom: 1px dotted #CCC;*/
}
h3
{
	margin-bottom: 0.4em;
	color: #047F9A;
	font-size: 112%;
}

h3 a
{
	color: #047F9A;
}
h4
{
	margin-bottom: 0.5em;
	font: bold italic 115% "Georgia", Arial, Helvetica ,sans-serif;
	color: #316598;
}

h5
{
	margin-bottom: 0.3em;
	font-size: 100%;
	color: #60004D;
}

h6
{
	margin-bottom: 0.2em;
	font-size: 84%;
	color: #000;
}





ol, ul
{
	margin-left: 20px;
	padding: 0 10px 0.8em;
	line-height: 1.3em;
}

ul li 
{

	list-style-image: url('/images/site/bullet.gif');
	text-align: left;
    padding-bottom:10px;
}

ul li a
{
	color: #3C6186;
	text-decoration:none;
}

ul li a:hover
{
	color: #E9362E;
	text-decoration:underline;
}


/* USE FOR CAPTION OF IMAGE OPJECT */
.caption 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	color: #303FA7; 
	text-decoration: none;
}

.error, .attention
{
    color: #D23E72;
    background-color : transparent;
    font-size: 98%;
}


/* FORM ELEMENTS*/

form 
{
	display: inline;
}

input 
{
	padding: 0 0.2em;
}


.tickBox 
{
	background-color : transparent;
	height: 12px;
	width: 12px;
}

input.checkbox 
{
	background-color : transparent;
	color: #000;
	height: 12px;
	width: 12px;
	padding:0px;
    margin:0px 5px 0px 0px;
}

.grid td
{
	vertical-align: top;
	padding:2px;
}
