/* LINKS */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #387eb4;
	width: 1000px;
}
p {
	padding:0;
	margin-top: 0;
	font-size: 12px;
	
}
/* LINKS */

/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-weight: normal;
	text-align:center;
	font-size:18px;
	color: #4e95ff;
	border-bottom: 1px solid #4e95ff;
	border-top: 1px solid #4e95ff;
	border-left: 1px solid #4e95ff;
	border-right: 1px solid #4e95ff;
	background-color: #c6d5ff;
	}
h2{
	font-weight: bold;
	font-size:16px;
	color: #4e95ff;
}
h3{	font-weight: bold;
	font-size:14px;}
h4{	font-weight: bold;
	font-size:14px;}
h5{	font-weight: bold;
	font-size:14px;}
h6{	font-weight: bold;
	font-size:14px;}
/* BACKGROUNDS */

#master {
	background-color: #FFFFFF;
	width: 100%;
}
#header {
	width: 100%;
	background: #ffffff;
	padding: 0px;
}


#content {
	background-color: #EAF8FF;
	float: left;
	margin: 0px;
	padding: 5px;
	float:left;
	width: 80%; 

}
#sidebar {
	width: 15%;
	float: left;
	margin: 1px;
	padding: 5px;
	border-bottom: 1px solid #4e95ff;
	border-top: 1px solid #4e95ff;
	border-left: 1px solid #4e95ff;
	border-right: 1px solid #4e95ff;
	background-color: #ddf6fa;
}

#footer {
	background-color: #c6d5ff;
	margin: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	font-size:8px
	color: #4e95ff;
	vertical-align: middle;
	padding: 0px;
	border-top: 1px solid #4e95ff;
	border-bottom: 1px solid #4e95ff;
}

#box h1{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background: #c6d5ff;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #4e95ff;
	border-bottom: 1px solid #4e95ff;
}

ul#menu li
{
	display:block;
	float:left; 
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color: #4e95ff;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color: #000000;
	height:22px;
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
}
.links {
	COLOR: #000000;
	font-size: 12px;
	font-family: Arial;
}
A.links:link {
	COLOR: #0066FF; TEXT-DECORATION: none
}
A.links:visited {
	COLOR: #0066FF; TEXT-DECORATION: none
}
A.links:hover {
	COLOR: #FF0000; TEXT-DECORATION: none
}
.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}