body {
	background-image: url(pics/StormyBackground.jpg);
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}




li{
	padding-bottom:5px;
}

#container{
	background-color: #ccffff;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}
#header{
	height:150px;
	width:930;
	background-color: #000099;
	color: #ffff00;
	
}

#nav{
	background-color: #ccffff;
	font-weight: bold;
	padding: 15px;
	padding-top: 50px;
	text-align: center;
	float:left;
	margin-top: 100px;
	width: 270px;
	border-right: 5px dotted #000000;
	text-align:right;
}
#nav ul{
	direction: rtl;
	list-style-image: url(small/leftArrow.jpg);
	
}
#TabNav{
	background-color: #ccffff;
	width:140px;
	float:left;
	padding:10px;
	margin-left: 20px;
	
}
#gallery{
	background-color: #ccffff;
	width:260px;
	float:left;
}
#content{

	background-color: #ccffff;
	color: #000000;
	float: right;
	width: 550px;
	padding-left: 30px;
	margin-right: 3px;
	padding: 20px;
	padding-top: 50px;}
#footer{
	background-color: #000099;
	color: #ffffff;
	width: 890px;
	clear: both;
	font-size: .6em;
	padding: 20px;
	border-top: 2px double;
	
}













	


.fieldColor{
	color: #000099;
}
.contentColor{
	color: #000000;
}

.highlightColor{
	color: #ff0033;
}
.altRow{
	background-color:#ccffff;
}
.Announce {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.button a{ 
	border: 2px inset #cccccc;
	padding: 3px 15.8px;
	color: #ffffff;
	background-color: #000099;
	font-family: Arial, Helvetica. sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.button a:link{ 
	color: #ffff00;
}

.button a:visited{ 
	color: #ffff00;
}
.button a:focus{ 
	background-color: #000099;
}
.button a:hover{ 
	background-color: #00ccff;
	color: #ffffff;
	border: 2px ridge #ffff00;
}
.button a:active{
	color: dda0dd;
	border: 2px outset #000000;
}
.comLink{
	color:#ff3333;
	background-color: #000099;
	text-decoration: none;
}
.comLink:hover{
	color: #ff9933;
	font-weight: bold;
}
.devide{
	border-bottom: 4px ridge #cccccc;
	padding: 2px; 
	background-color: #ccffff;
	
}
.dropdown, .dropdown ul{
	list-style: none;
	position: relative;
}
.dropDown ul{
	display:none;
	position: absolute;
}
.dropDown li:hover > ul{
	display: block;
}
.dropItem{
	border: 0;
	padding: 0;
	color: #ccffff;
}
.hPadding{
	padding-left: 20%;
	padding-right: 20%;
}
.inline{
	display: inline;
}
.lilTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #009900;
}
.manNav{
	color: 000099;
	text-decoration: underline;
	font-weight: bold;
}
.manNav:hover{

	color: #ff3333;
}
.navigation {
	font-weight: bold;
	font-size: .8em;
	color: #000000;
	text-align:center;
	background-color: #ccffff;
	text-decoration: none;
}
.navigation:hover{
	font-weight: bold;
	color: #ff3333;
}
.notice {
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}
.swap {
	font-family: calibri, arial, sans-serif;
	color: #000000;
}
.tabLink{
	background-color: #ffffff;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.tinyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.vPadding{
	padding-top: 5px;
	padding-bottom: 5px;
}
