

/*  ---  SPECIFIC ELEMENTS  --- */

#page {
	text-align: left;
	width: 698px;
	/*width: 80%;*/
	min-width: 400px;
	min-height: 400px;
	border: solid 1px #91908B;
	border-bottom: none;
	padding: 10px;
	margin: 25px auto 0;
	background-color: #fff;
}
#page #navigation {
/*
	margin-left: -20px;
	position: absolute;
	left: 10%;
	top: 20px;
	width: 241px;
*/
	margin-left: -367px;
	position: absolute;
	left: 50%;
	top: 20px;
	width: 241px;
	z-index: 2;
}
#page #header {
	padding-left: 221px;
	overflow: hidden;
	background-color: #4776BD;
	background-image: url('/global/images/bg_footer_tile.gif');
	background-repeat: repeat-x;
}
#page #homeHeader {
	padding-left: 223px;
	_padding-left: 225px;
	overflow: hidden;
	background-color: #4776BD;
	background-image: url('/global/images/bg_footer_tile.gif');
	background-repeat: repeat-x;
}
#page #content {
	margin-left: 240px;
	margin-bottom: 20px;
	margin-right: 6px;
}
#page #subNav {
	margin-top: 10px;
}

#page #subNav .selected {
	color: #000;
	text-decoration: none;
}
#footer {
	text-align: left;
	width: 698px;
	_width: 702px;
	font-size: 80%;
	color: white;
	margin: 0 auto;
	padding: 11px;
	background-color: #4776BD;
	background-image: url('/global/images/bg_footer_tile.gif');
	background-repeat: repeat-x;
}

.incomplete {
	font-size: 120%;
	color: #f0f;
}
a.downloadPDF {
	background-image:  url(/global/images/icons/ico_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.twoCol { 
	float: left;
	width: 50%;
}
.backToTop {
	float: right;
	font-size: 90%;
}
.backToTop a:Link, .backToTop a:Visited {
	color: #666;
}

.downloadPdf {
	list-style-image: url('/global/images/icons/ico_pdf.gif');
	padding-left: 5px;
}

.downloadDoc {
	list-style-image: url('/global/images/icons/ico_doc.gif');
	padding-left: 5px;
}

.downloadPpt {
	list-style-image: url('/global/images/icons/ico_ppt.gif');
	padding-left: 5px;
}
.small {
	font-size: 85%;
	color: #666;
}

/* --- GENERIC STYLES --- */

* {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}

html {
	height:100%;
}

body {
	text-align: center;
	font-size: 80%;
	margin:0px;
	padding-bottom: 20px;
	/*height:100%;*/
	background-color: #fff;
	background-image: url('/global/images/bg_page_tile.gif');
	background-repeat: repeat-x;
}

abbr,acronym,.help {
	border-bottom: 1px dotted #710000;
	color: #710000;
	cursor: help;	
}

a:visited
{
    color:#463E00;
    font-weight: bold;
}

a:link
{
    text-decoration:underline; 
    color:#463E00;
    font-weight: bold;
}

a:hover
{
    text-decoration:none; 
    color:#000;
    font-weight: bold;
}

a img {
	border: none;
}

applet {
	align: top;
}

fieldset{
	border: solid 1px #9cf;
}

legend{
	color: #999;
	font-size:140%;
}

p
{
	color:#333333;
	margin-top: 0;
}

blockquote {
	font-weight: normal; 
	font-style:italic;
    color:#710000;
    font-size: 130%;
}
address {
	font-weight: normal; 
	font-style: normal;
    color: #000;
    margin: 10px;
    margin-top: 0;
    padding-top: 0;
    
}

	
ol li ol li, ol li ol  {
	list-style-type: lower-alpha;
}
	
ul li ul li, ul li ul  {
	list-style-type: circle;
}
ul {
	padding-left:20px;
	padding-bottom:5px;
}
	
hr {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	height: 1px;
	color: #666666;
	background-color: transparent; 
	border: none;
	width: 80%;
	text-align: center;
}

/*  ---  T A B L E S  --- */
	
	
th {
	font-weight:bold;
	color:#666666;	
	background-color: #eee;
}
caption {
	background-color: #6194D8;
	color: #fff;
	font-size: 120%;
	padding: 3px;
}

td {
	vertical-align: top;
}
	
/*  ---  H E A D I N G S  --- */


h1 {        
    margin: 10px 0; 
	font-weight: normal;
    color:#4B79BE;	
    font-size: 200%;
    clear: both;
}

h2 {
	font-weight: normal;
    color:#8D8F88;
    font-size: 160%;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    clear: left;
    border-bottom: solid #ccc 1px;
}

h3 {
	font-weight: bold;
    color:#0043BD;
    font-size: 120%;
    margin: 0;
    padding: 20px 0 0 0;
    clear: left;
}

h4, h5, h6 {
	font-weight: bold;
    color:#333;
    font-size: 100%;
    clear: both;
}


/*  ---  FORMS  --- */

label {

}

button {
	background-color: #ffa200;
	color: #c62a01;
}

input
{
	background-color:#FFFFFF; 
	color:#000000;
}

select
{
	background-color:#FFFFFF; 
	color:#000000;
}

textarea
{

    background-color:#FFFFFF; color:#000000;
    border-bottom:#000000 1px inset;
    border-left:#000000 1px inset;
    border-right:#000000 1px inset;
    border-top:#000000 1px inset;
}

input.textbox
{	 
    border-bottom:#000000 1px inset;
    border-left:#000000 1px inset;
    border-right:#000000 1px inset;
    border-top:#000000 1px inset;  
    background-color:#FFFFFF; 
    color:#000000;  
}

input.checkbox
{
	background-color:#FFFFFF; 
	color:#000000;
}

