body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color:white;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 5;
}

#page-container {  
	width: 900px; 
	margin: auto; 
	text-align: left; 
	z-index: 45;
 } 
 
#header {
	height:137px;
	margin-right: 300px; 
	z-index: 65;
}

#sidebar-a {  
	float: right; 
	width: 275px;
	z-index: 55;
} 

#navbar {
	margin-right: 280px; 
	z-index:30;
	height: 32px;
	font-size: 12px; 

} 

#content {  
	margin-right: 300px; 
	line-height: 18px; 
	background-color: white;
}  

#action {  
	margin-right: 300px; 
} 

#content .padding {  
	padding: 25px;  
}

#content h2 {  
	margin: 0;  
	padding: 0; 
	padding-bottom: 15px;  
}  
   
#content p {  
	margin: 0;  
	padding: 0;  
	padding-bottom: 15px; 
} 
div.clear {
clear: both;
}
#footer {
	padding-top: 15px;
	height: 66px;
	width: 100%;
	clear: both;
	font-size: 12px;
	color: white;
	text-align: center;
	padding: 13px 25px;
	line-height: 18px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3858AB;
} 

#footer #altnav {  
	width: 350px;  
	float: right;  
	text-align: right;  
} 


#footer a {  
	color: #FF6600;  
	text-decoration: none;  
} 

#footer a:hover {  
	color: #000066;  
}

h1 {
	color:#333333;
	font-weight:700;
	font-size: 1.2em;
	margin: 0;  
	padding: 0;
	text-align: center;
}

h2 {
	color:#333333;
	font-weight:700;
	font-size: 1.25em;
	margin: 0;  
	padding: 0;
}

p {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 130%;
}


a:link {
	font-weight: 700;
	color: #000099;
	text-decoration: none;
}

a:hover {
	font-weight: 700;
	color: #000099;
	text-decoration: none;
}

a:visited {
	font-weight: 700;
	color: #000099;
	text-decoration: none;
}
img.floatLeft2 {
float: left;
margin: 10px;
}

#menu{
	padding:0;
	margin:0;
	z-index:30;
}

#menu ul{
	padding:0;
	margin:0;
}

#menu li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
} 

#menu li a{
	width:110px;
	height: 32px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background-color: #850200;
	color: white;
} 
#menu li.new2 a{
	width: 130px;
	height: 32px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background-color: #850200;
	color: white;
}
#menu li.new a{
	width:140px;
	height: 32px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background-color: #850200;
	color: white;
}
#menu li a:hover{
	background-color: #B00400;
} 

#menu ul ul{
	position: absolute;
	top: 30px; 
	visibility: hidden;
}




#menu ul li:hover ul{
visibility:visible;
} 

#menu ul .current a {
color:YELLOW;
font-weight:700;
}

#breadcrumb {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

#breadcrumb a {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
blockquote {
margin: 10px;
}

