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

/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-weight: normal;
	font-size:18px;
	color: #28b4ff;
}
h2{
	font-weight: bold;
	font-size:16px;
	color: #28b4ff;
}
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-color: #ffffff;
	padding: 0px;
	margin-bottom:0;
	margin-top:0;
	height: 200px;
}


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

}
#sidebar {
	width: 20 %;
	margin: 0px;
	padding: 0px;
	float:right;
	font-weight:bold;
	}

#footer {
	background-color: #505050;
	margin: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	color: #000000;
	vertical-align: middle;
	padding: 0px;
}

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

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("images/black.jpg") repeat-x top left;	
	}
.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}
                    
                    