/* CSS Document */
body
{
	font: 11px "Verdana","Times New Roman";
	padding:0;
	margin:0 auto;
	background:#fff url('images/bg.jpg') repeat-x;
	color:#40498d;
	line-height:1.3em;
}
.xlarge { font-size: 24px; }
.large  { font-size: 15px; }
.small  { font-size: 9px; }
.xsmall { font-size: 7px; }

a {
	text-decoration: none;
	margin:0;
	color:#282828;
}

a:hover {
    text-decoration: underline;
    color:#40498d;
}

#container {
	margin:0 auto;
	width:800px;	
	background: url('images/main_bg.jpg') no-repeat;
}

h1 { font-size: 24px;font-weight:normal;color:#282828 }
h2 { font-size: 15px;font-weight:normal; }
h3 { font-size: 13px;font-weight:normal;}
h4 { font-size: 9px;}
h1,h2,h3,h4 { line-height:1.3em; margin:0.5em 0 } 

#nav {
	text-align:left;
	padding:11px 0 0 40px;
	width:780px;
	padding-bottom:15px;
	height:15px;	
}

#nav a {
	color:#fff;
	padding:5px 24px;
	text-decoration: none;
	display:block;
}

#nav a:hover {
	color:#40498d;
	text-decoration: none;
	background-image: url(images/menu_bar.jpg);		
}

#nav a.active {
	color:#40498d;
	text-decoration: none;
	background-image: url(images/menu_bar.jpg);	
	font-weight:bold;	
}

#nav ul
{	margin:0;
	padding:0px;
}

#nav li {
	margin:0 2px;
	padding:0px;
	float: left;
	text-align:center;
}



#bar {
	padding-top:12px;
	background: url('images/bar.jpg') repeat-x;
}

#footer{	
	margin-top:35px;
	font-size:9px;
	color:#dadada;
	background: url('images/footer.jpg') repeat-x;
	height:48px;
	padding-left:100px;
}

#footer a {
	text-decoration: none;
	color:#dadada;
	font-size:8px;
}

#footer a:hover {
	text-decoration: underline;
	color:#dadada;
}

ul{
	list-style: none;
	margin:0;
}

li{
	margin-bottom:20px;	
}

ul.menu li{
	margin:0;	
}

ul.menu li a {
	padding:8px 0 0 20px;
    text-decoration: none;
    display: block;
    height:21px;
	color:#282828;
	font-size:9px;
}

ul.menu li a:hover {
	background: url(images/menu_bg.jpg) no-repeat;
    color:#dadada;
}

.pic {
	padding:5px;
	margin:0;
	border:0; 	
}

img {  
	border-style: none;
}



