﻿  /* CSS layout */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	
}

body {
	text-align: center;
	background-color: #FFFFFF;
}

a:link {color: #175188;}
a:visited {color:#175188;}
a:hover {color: #800000;}

#container {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px auto 0px auto;
	width:740px;
	text-align:left;
	background-color:#FFFFFF;
	height:auto;
	color:#175188;
}

#header {
	margin-bottom:5px;
}

#topNav {
	height: 26px;
	width:738px;
	border: solid 1px #175188;
	
}

#leftsidebar {
	background-position: center;
	width: 195px;
	float: left;
	font-size: 11px;
	text-align: center;
	height: auto;
	background-image: url(../images/yelsidebar1200l.jpg);
	margin-top: 3px;
}

#leftsidebar a:link {
	font-weight:bold;
	color: #175188;
	font-size: 12px;

}

#leftsidebar a:visited {
	font-weight:bold;
	color:#175188;
	font-size: 12px;

}

#leftsidebar a:hover {
	font-weight:bold;
	color: #800000;
	font-size: 12px;

}


#content {
	float:left;
	width:535px;
	font-size: 14px;
	padding-left:10px;
}

#footer {
	clear: both;
	font-size:12px;
	text-align:center;

}

p a {
	color: #000;
	text-decoration:underline!important;

}
a{
	color:#000;
	text-decoration:none;
	}
p a:hover{	
	text-decoration: none!important;
	

}


ul#menu {
	list-style:none;
	padding:0;
	margin:0;
	width:739px;
	height:26px;
}
ul#menu li a {
	display: block;
	font-weight: bold;
	padding: 2px 10px 6px 10px;
	background: #FEEEA1;
	font-size: small;
}

.choryellow {
	background: #FEEEA1;

}

ul#menu li a:hover{
	
	background: #175188;
	color: #FEEEA1;
}
	
ul#menu li {
	float:left;
	width: 121px;
	text-align: center;
	margin-right:0px;
	border:1px solid #175188;
	list-style:none;
	

}

ul#menu li.current a{
	background:#ddd;
	}

ul#menu li.current a:hover{
	background:#888;
	}

li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#menu li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#menu li ul.sub li a{
	font-weight: bold!important;	
	background: #FEEEA1;
	color: #175188;
}

ul#menu li ul.sub li a:hover {
	font-weight: bold!important;	
	background: #FEEEA1;
	color: #800000;
}



li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
	

}

#missionaddress {
	font-size: 11px;
	font-weight: bold;
}

.listitems {
list-style:inside;
list-style-type:disc;
}

.textcenter {
	text-align: center;
}

.style6 {
	margin-left: 5px;
	margin-right: 5px;
}

.cellborder {
	border: thin solid #0033CC;
}

.missionheader {
	 font-size:small;

}

.navigation {
	font-size:small;
}
#boardtable {
	border-style: solid;
	border-width: thin;
	background-color: #FFFF99;
	text-align: center;
	font-size: large;
	line-height: 25px;
	float: left;	
	margin-bottom:20px;	 
}
.colname {
	text-decoration: underline;
	text-align: center;
}
.style7 {
	font-size: small;
}

.headingbcent {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.largertext {
	font-size: medium;
}

