/*************** HTML tag styles ***************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 90%;
	background-image: url(bg_main.gif);
	background-repeat: repeat-x;
}

a:link, a:visited{
	color: #333333;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #FF0000;
}

h1{
 font: bold 150% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 105% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul {
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
}

li {
	background-image: url(arrow_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position: absolute;
	top: 0px;
	left: 3%;
	right: 3%;
	background-color: #FFFFFF;
}

#addressBlock {
	font: bold 110% Arial,sans-serif;
	color: #666666;
	line-height: 1.5em;
	padding: 10px;
}

#siteInfo{
	font-size: 0.8em;
	color: #ffffff;
	background-color: #0095D9;
	text-align: center;
}

#siteInfoImg{
	background-color: #EFF0F4;
	border-right: 1px solid #cccccc;
}

#siteInfo a:link, #siteInfo a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#siteInfo a:hover{
	color: #ffffff;
	text-decoration: none;
}


/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 42px;
	color: #FFFFFF;
	background-image:  url(bg_menu.gif);
	top: 0px;
}

#globalNav img{
	margin-bottom: 5px;
	padding-top: 5px;
 
}

#globalLink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}

a.glink:hover{
	text-decoration: underline;
}

.glinkSelected{
	font-size: small;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #ffffff;
	text-decoration: underline;
}


a.glinkend, a.glinkend:visited{
	font-size: small;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
}

a.glinkend:hover{
	text-decoration: underline;
}

.glinkendSelected{
	font-size: small;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	text-decoration: underline;
}


/*************** content styles ******************/

.pictBorder {
	margin: 10px;
	border: 3px solid #000000;
}

.smallText {
	font-size: small;
}


.redText {
	color: #FF0000;
}
