/*validation 11/2/2009*/
html {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0;
	
}
img{
	border:0;
}

#mini-toplinks {
	font-family:  verdana,arial,sans-serif;
	font-size: 7pt;
	}

#main {
	margin: 0;
	padding: 0;
	
}
#background-home {
	background-image: url('../images/background-home.jpg');
	background-repeat: no-repeat;
	}
	
h1 {
	color: #000000; 
	font-family: georgia,times,serif;  
	font-size: 16pt; 
	font-weight: bold; 
	font-style: italic;
}
h2 {
	color: #DDA84A; 
	font-family: georgia,times,serif;   
	font-size: 14pt; 
	font-weight: bold; 
	font-style: italic;
}

h3 {
	color: #000000; 
	font-family: georgia,times,serif;   
	font-size: 12pt; 
	font-weight: bold; 
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul#nav {
	font-family: verdana,arial,san-serif;
	clear:both;
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
	width:700px;
}

#content-home {
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width:20%;
	text-align: center;
}

ul#nav li a {
	display: block;
	font-size: 14px;
	color: #DDA84A;
	font-weight: normal;
	text-decoration: none;
	background: #2C1122;
	padding: 11px 0px 12px 0px;
}

#sidebar-about {
	border:2px solid #DDA84A;
	width:225px;
	float:right;
	font:normal 9pt arial, sans-serif;
	padding:10px;
	margin:7px;	
	
}

ul#nav li a:hover { background: #DDA84A; color: #000000; }
ul#nav a.selected:link { background: #DDA84A; color: #000000; }
ul#nav a.selected:visited { background: #DDA84A; color: #000000; }


p, ul, td {
	font-family: georgia,times, serif;  
	color: #000000;
	font-size: 12pt; 
	font-weight: normal; 
	text-decoration: none;
	margin-top: 0;
	padding-top: 0;
}
a:link {
	color: #2C1122;  
	text-decoration: underline;
}   
a:visited {
	color: #2C1122;  
	text-decoration: underline;
} 
a:hover {
	color: #DDA84A; 
	text-decoration: underline;
}  
a:active{
	color: #DDA84A; 
	text-decoration: underline;
}  

#footer {
	color: #000000; 
	font-family: verdana,arial,tahoma,sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
	text-decoration: none;
	border-top: 1px solid black;
	text-align: center;
}

#footer a:link {
	color: #000000; 
	text-decoration: none;
}    
#footer a:visited {
	color: #000000; 
	text-decoration: none;
}
#footer a:hover {
	color: #000000; 
	text-decoration: underline;
}

#footer a:active {
	color: #992B2E; 
	text-decoration: underline;
}

