@charset "utf-8";
/* CSS Document  for wasson demo
John Scott
6/10/08*/
body{
	/*background-color: rgb(0,41,90);*/
	background-color:#000000;
	background-image: none;
}

#main{
	width:900px;
	height:1020px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 16px;
	background-color: rgb(248,248,248);
	background-image: url(../_images/secondary_parts/bg_parchment3.jpg);
}
a{
	text-decoration:none;
	color:rgb(0,74,125); 
}
a:hover{
	text-decoration:underline;
}

a:visited {
	text-decoration:none;

}

#form{
text-align:center;
	height:auto;
	width:500px;
	text-align: left;
	background-color:#FFFFFF;
	padding:3px;
	top: 136px;
	color: #000000;
}

#navigation{
	position:absolute;
	top:82px;
	left:0px;
	width:auto;
	height:auto;
}


#navigation img{
	border:none;
}

#main_text{
	position:absolute;
	left:100px;
	height:auto;
	text-align: left;
	border:1px solid #666666;
	padding:3px;
	top: 170px;
	width: 700px;

}
#main_text img { 
	border: 1px solid black;
	text-align:center;

}
li {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#333333;
}

img {
	border: none;
}
table {
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border:none;
}

td {
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
th {
text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.bold_center_blue {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: rgb(0,74,125);
	font-style:italic
}
.bold_blue_itallic {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: rgb(0,74,125);
}


.blue_text {
	color: rgb(0,74,125);
}
.apps_headings {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: rgb(0,74,125);
}
.align_center {
	text-align: center;
}
.align_center_h3bold {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
hr {
	text-align: center;
	width: 300px;
}
