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

/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-weight: normal;
	font-size:18px;
	color: #eda515;
}
h2{
	font-weight: bold;
	font-size:16px;
	color: #eda515;
}
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;
}


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

}
#sidebar {
	width: 25 %;
	margin: 0px;
	padding: 0px;
	float: right;
	}

#footer {
	background-color: #fe9d4c;
	margin: 0px;
	color:#999999;
	clear: both;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

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

ul#menu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
                    
.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;
}                   