/***** Page *****/
body {
  background:#006699;
  font:70% Verdana,Tahoma,Arial,sans-serif;
  margin:0;
  padding:0;
  letter-spacing:0.8px;
}

#wrapper {
  color:#000000;
  background:#cccccc;
  width:740px;
  margin:0 auto;
  padding:0;
}

/***** Top *****/

#top {
  color:#ffffff;
  background:#cccccc url(images/logo.jpg) no-repeat top center;
  height:120px;
  margin:0;
  padding:0;
}
#top .topleft { text-align:left;display:inline;float:left;margin:4px 0 0 8px;}
#top .topright {text-align:right;display:inline;text-decoration:none;float:right;margin:4px 8px 0 0;}
#top a {text-decoration:none;color:#fff;background:inherit;}
#top a:hover {text-decoration:none;}

/***** Navigation *****/

#navigation ul, #navigation li {
  margin:0px;
  padding:0;
}

#navigation {
  font-size:1em;
  background:#006699;
  height:3em;
  line-height:3em;
  color:#fff;
  padding:0 0 0 0px;
  
}

#navigation li{
  
  list-style-type:none;
  white-space:wrap;
  float:left;
}

#navigation li a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	background:inherit;
	color: #fff;
	float:left;
	padding:0px 20px 0 20px;
}

#navigation .selected, #navigation a:hover{
  color:#006699;
  background: #cccccc /*url(images/alt.gif) repeat-x center bottom*/;
}

/***** Main *****/

#main {
  width:720px;
  padding:0px;
}

/***** Content *****/

#content {
  float:left;
  width:740px;
  padding:0px 0px 30px 0px;
  background: url(images/alt.gif) repeat-x center bottom ;
}


#content h2 {
background: #cccccc url(images/ust.gif) repeat-x center top ;
  text-align:left;
  font-size:1.2em;
  margin:0px 0 0 0;
  padding:30px 15px 0 15px;
  color:#000000;  
}
#content h3 {
  text-align:left;
  font-size:1.2em;
  margin:0px 0 0 0;
  padding:10px 15px 0 15px;
  color:#000000;  
}

#content p {
padding-left:20px;
padding-right:10px;
margin:10px 5px 10px 5px;
}

#content a {
color:#006699;
text-decoration:none;
}

#content a:hover {
	color:#006699;
	text-decoration:none;
}

/***** Sub Content *****/

#subcontent {
	float:left;
	width:120px;
	margin: 0;
	padding:30px 30px 30px 10px;
	color:#cccccc;
}

.menu h4 {
  text-align:center; 
  font-size:1em;
  margin:0;
  padding:0px;
  color:#cccccc;
}

.menu {
	padding:0;
	margin:0;
	color:#CCCCCC;
	text-decoration: none;  
}

.menu ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0px;
  text-decoration: none;
  
}	

.menu li a {
	display: list-item;
	border:0;
	padding:5px 5px 5px 15px;
	background-color: #006699;
}

.menu li a:hover {
  /*border:2px;*/
  color: #006699;
  background-color: #999999;
}

html>body .menu li a {width: auto;}
html>body .menu h4 {width: auto;}

/***** Footer *****/

#footer {
  font-size:.8em;
  background:#006699;
  clear:both;
  padding:0;
  width : 740px;
  line-height:1.8em;
  height:1.8em;
  color:#fff;
  text-align:right;
}

#footer a {
color:#fff;
text-decoration:none;
letter-spacing:1px;
}

#footer a:hover {
	text-decoration:none;
}
