body{
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: red;
	line-height: 1.3;
	margin: 0px;
	padding: 10px;
	background: #cccccc url(../img/bg_grad.jpg) fixed;
	border-bottom-color: #808080;
	left: 0px;
	top: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.mainlink {
    font-size: 16px;
    margin-right: 1em;
    padding: 4px;
    border-bottom: dotted 1px;
}

/************** header tag styles **************/

h1{
	color: #aab8c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64pt;
	margin-top: -44px;
	margin-bottom: -30px;
	padding: 0px 0px 0px 0px;
}

h1#sitename {
	margin-left: 10px;
}

h2{
	color: #446677;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: dotted #aabbcc 1px;
}

h3{
 color: #334d55;
 margin-bottom: 4px;
 margin-top: 10px;
 padding: 0px;
}

h4{
 color: #333333;
 margin-bottom: 4px;
 margin-top: 10px;
 padding: 0px;
}

h5{
 color: #334d55;
 margin-bottom: 4px;
 margin-top: 10px;
 padding: 0px;
}



/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 600px;
height: 32px;
padding: 0px;
margin: 0px;
background-image:  url(../img/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}


a.glink, a.glink:visited{
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(../img/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	color: #204050;

}


/*** BODY ***/

div.body, div.body table {
    color: black;
}

div.body {
	background-color: #E2E6E7;
	border-top: solid white 1px;
	border-right: solid gray 1px;
	border-bottom: solid #667788 1px;
	border-left: solid white 1px;
	min-width: 600px;
	padding: 10px;
	-moz-border-radius: 6px;
}

div.body p {
    margin-bottom: 4px;
    margin-top: 0px;
}

table {
	border-collapse: collapse;
	border: dotted #aabbcc 1px;
}

th {
	text-align: left;
	font-weight: bold;
}

table.vtop td {
    vertical-align: top;
}