
* {
	padding: 1px;
	margin: 1px auto;
}

img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    margin:0; 
    font:12px Tahoma; 
    color:#000000; 
    background:url(../images/background.jpg) 50% 0 #151921 repeat-x;
}

ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}

a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
    outline: none;
    text-align: left;
}

a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #FF0000;
    outline: none;
    text-align: left;
}

.banner {
	background: url(../images/banner.jpg) center no-repeat;
    height: 160px;
}

.border3d {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.floatnone {
	float: none;
}

.floatleft  {  
	float: left;  
} 

.floatright {
	float: right;
} 

.clear {
    clear: both;  
}

.clearnone {
	clear: none;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.parchment {
    background:url(../images/parchment.jpg);
}

.border-blue {
    background:url(../images/border-blue.gif) center repeat-x;    
    height: 10px;
    clear: both;
}
.border-red {
    background:url(../images/border-red.gif) center repeat-x;    
    height: 10px;
    clear: both;
}

#top_menu {
  width: 1000px;
  height: 20px;
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
}

#top_menu ul {
	list-style: none;
	text-align: center;
}

#top_menu li {
	text-align: center;
	float: left;
	background: url(../images/bullet.gif) left no-repeat;
}

#top_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	height: 24px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	padding: 0px 20px;
	display:block;
}

#top_menu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#top_menu a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
    outline: none;
    text-align: left;
}

#top_menu a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #FF0000;
    outline: none;
    text-align: left;
}

