/* CSS Document */

html {
	overflow-y: scroll;
	}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


body {
	background-color: #666666;
	text-align: center;
	}

#wrapper{
	width: 800px;
	background-color:#FFFFFF;
	margin:0px auto;
	text-align:left;
	}

#banner{
	height: 80px;
	background-color: #666666;
	width: 100%;
	}

#nav{
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
	padding: 0px 20px 0px 160px;
	height: 20px;
	width: 620px;
	}

h1{
	font-size: 16px;
	color: #990066;
	padding: 0;
	}

h2{
	font-size: 14px;
	color: #333333;
	padding: 0;
	}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	}
	
#footer{
	background-color: #999999;
	text-align: center;
	height: 16px;
	}

#footer p{
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px;
	}

#splash {
	height: 250px;
	background-color: #999999;
	width: 100%;
	}

#container{
	width: 800px;
	position: relative;
	margin: 0;
	text-align: left;
	margin-right: -2px;
	}

#content {
	line-height: 18px;
	width: 640px;
	margin: 0px 0px 0px 160px;
	position: relative;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	line-height: 18px;
	text-decoration: none;
	}
	
#content p a{
	text-decoration: none;
	color: #333333;
}

#content p a:hover {
	color: #990066;
	text-decoration: underline;
}
	
#content ul li{
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}

#content ul li a{
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	text-decoration: none;
	color: #333333;
}

#content ul li a:hover {
	list-style-position: inside;
	list-style-image: url(../images/bullet-over.gif);
	color: #990066;
	text-decoration: underline;
}

#center{
	line-height: 18px;
	width: 440px;
	margin: 0px 160px;
	position: relative;
	padding: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	}
	
#left{
	font-size: 12px;
	position: absolute;
	bottom: 16px;
	padding: 20px;
	width: 120px;
	left: 0px;
	line-height: 18px;
	}
	
#left a{
	text-decoration: none;
	color: #333333;
}

#left a:hover {
	color: #990066;
	text-decoration: underline;
}
	
#right{
	position: absolute;
	bottom: 16px;
	padding: 20px;
	width: 120px;
	height: 120px;
	background-image: url(../images/watermark.gif);
	right: 0px;
	}

#topContent{
	line-height: 18px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

#bottomContent{
	line-height: 18px;
	position: relative;
	}

.navitem {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 10px 5px 20px;
	line-height: 18px;
	}
	
.navitem:hover, .navitem:focus{
	background-image: url(../images/selection.gif);
	background-repeat: no-repeat;
	background-color: #333333;
	text-decoration: none;
	}

.navitemselect {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 10px 5px 20px;
	background-image: url(../images/selection.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	}
	
.navitemselect:hover, .navitemselect:focus{
	text-decoration: none;
	}

.thumbnail {
	text-align: center;
	vertical-align: top;
	width: 135px;
	}

.clearboth { clear: both; }

.title {
	font-size: 11px;
	font-weight: bold;
}

.popWinTxt {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
