

body {
	font-size: 12px;
	font-family: Verdana, Tahoma, "Lucida sans", Trebuchet MS, Arial;
	color: #000000;
	background-color: #333333;
	margin: 0;
	
	background-image: url(media/top-bg.jpg);
    background-repeat: repeat-x;
	background-position: top;
	
}
td {
	font-size: 12px;
	font-family: Verdana, Arial, Trebuchet MS;

}
#header{ 
	width: 950px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0; 
	color: #FFFFFF;  
}
	
#header h1 { 
	font-size: 24px;  
	margin-top: 80px;
	margin-right: 15px;
	text-align: right;
}
#header h1 a { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 24px;   
}
#header a:hover { 
	text-decoration: none;  
}
#header p{
	margin-left: 20px;
}
#header h2 {  
	font-size: 14px; 
	margin: 10px 0 10px 50px;
	font-weight: bold;
	color: #FFFFFF; 
   
}
#header h2 a{  
	font-size: 14px; 
	font-weight: bold;
	color: #FFFFFF; 
   
}
#header h3 {  
	font-size: 11px; 
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000; 
	text-align: center;
   
}
#header h3 a{  
	font-size: 11px; 
	margin: 10px;
	font-weight: bold;
	color: #000000; 
   
}
/* pages layout start */

#content {
	font-size: 12px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #000000;
	padding: 15px;
}
#content a{
	font-size: 12px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #000000;
	text-decoration: none;
	font-weight: bold; 
}
#content a:hover{
	font-size: 12px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #000000;
	text-decoration: underline;
}
#content h2{
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #000000;
	margin: 5px 0 5px 0;
	padding: 0px;
}
#content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#content li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
	list-style-image: url(media/bullet.gif);
	list-style-type: circle
}

/* pages layout end */


/* menu layout start */

a.mainmenu{
	font-family: verdana, helvetica;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	margin: 0;
    display: block;
}
a.mainmenu:hover{
	font-size: 12px;
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
	background-image: url(media/menu-bg.gif);
    background-repeat: no-repeat;
	background-position: right;
	
}
.mainmenu-active{
	font-family: verdana, helvetica;
	font-size: 12px;
	color: #000000;
	background-color: BDBFC1;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	margin: 0;
    display: block;
}
a.submenu{
	font-family: Tahoma, verdana, helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding: 3px 0 3px 10px;
	margin: 0 0 0 25px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	display: block;

}
a.submenu:hover{
	font-size: 10px;
	text-decoration: none;
	background-color: #F1F1F1;
}
a.active {
	background-color: #F1F1F1;
}

/* menu layout end */


#footer {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin: 8px;
	text-align: center;
}
#footer a{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#footer a:hover { 
	text-decoration: none;  
}


#info {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin: 8px;
	text-align: center;
}
#info a{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#info a:hover { 
	text-decoration: underline;  
}
.imgfloat {
	float: right;
	margin: 10px;
	border: 1px solid #000000;
}