body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	background-color:#910008;
}
h1 {
	color:#910008;
	font-size:15px;
}
h2 {
	color:#910008;
	font-size:15px;
}

.h2 {
	color:#910008;
	font-size:15px;
}

p {
	text-align:justify;
}
#main{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#top_main {
	width:990px;
	float:left;
}
#top_bar_black {
	height:30px;
	width:955px;
	float:left;
	padding-left:35px;
}
#top_bar_black_inner {
	background-image:url(../images/top_bar.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	height:24px;
	width:925px;
	float:left;
	color:#f6f6f6;
	text-align:right;
	padding-top:13px;
	font-weight:bold;
	padding-right:30px;
}
#top_bar_black_inner a {
	color:#f6f6f6;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left 0pt;
	padding-left:30px;
	padding-top:6px;
	padding-bottom:6px;
}
#top_logo_bg {
	width:990px;
	float:left;
	height:177px;
	background-image:url(../images/header_bg_10.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#logo {
	background-image:url(../images/logo_14.jpg);
	background-repeat:no-repeat;
	width:330px;
	height:86px;
	float:left;
	margin-left:35px;	
}
#top_clok_main{
	float:left;
	height:147px;
	width:600px;
	text-align:center;
}	
#top_navi_main {
	float:right;
	width:785px;
	height:38px;
}
#top_navi_left_corner {
	background-repeat:no-repeat;
	width:13px;
	height:38px;
	float:left;
}
#top_navi_inner {
	width:722px;
	height:38px;
	float:right;
	color:#f6f6f6;
}
.ddsmoothmenu1{
font: bold 12px Verdana;
background: none; /*background of menu bar (default state)*/
width: 100%;
float:left;
}

.ddsmoothmenu1 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu1 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu1 ul li a{
display: block;
background: none; /*background of menu items (default state)*/
color: white;
padding: 11px 20px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
font-weight:normal;
}

.ddsmoothmenu1 ul li ul li{
	background-color:#333333;
}

* html .ddsmoothmenu1 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.center1{
	color:#990000; 
	text-decoration:none;
	font-size:11px;
}

.ddsmoothmenu1 ul li a:link, .ddsmoothmenu1 ul li a:visited{
color: white;
}

.ddsmoothmenu1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu1 ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu1 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu1 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu1 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu1 ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu1{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

#header {
	
	width:955px;
	height:183px;
	float:left;
	padding-left:35px;
	background-position:right;
}
#content_main {
	padding-left:35px;
	width:955px;
	float:left;
}
#content_inner {
	width:955px;
	float:left;
	background-color:#FFFFFF;
}
#content_bottom_main {
	width:955px;
	float:left;
	background-color:#FFFFFF;
}
#content_bottom_left_corner {
	background-image:url(../images/content_bottom_corners_43.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	float:left;
}
#content_bottom_right_corner {
	background-image:url(../images/content_bottom_corners_46.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	float:left;
}
#content_bottom_center {
	width:925px;
	float:left;
	height:15px;
}
#content_left {
	float:left;
	width:665px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
#content_right {
	width:260px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
}
#content_right ul{
	padding:0px;
	margin:0px;
}
#content_right li{
	list-style:none;
	margin-bottom:3px;
}
#content_bottom_links {
	float:left;
	width:955px;
}
#bottom_links, #bottom_links-01, #bottom_links-02, #bottom_links-03{
	float:left;
	width:220px;
	height:126px;
	margin-left:7px;
}
#footer {
	float:left;
	width:955px;
	padding-left:35px;
	padding-top:5px;
	line-height:15px;
	padding-bottom:10px;
	color:#fffefe;
}
#footer a{
	color:#fffefe;
	text-decoration:none;
}
#footer a:hover{
	color:#fffefe;
	text-decoration:underline;
}
.list_style_right {
	border:#990000 1px solid; 
	padding-bottom:8px;
	padding-left:20px;
	padding-top:8px;
	font-size:12px;
	font-weight:bold;
	border-top:none;
	color:#990000;
}
.list_style_right a{
	color:#990000; 
	text-decoration:none;
}	
.list_style_right a:hover{
	color:#000000;
	text-decoration:underline;
}
.list_style_right_02 {
	font-size:11px;
	font-weight:bold;
	border-top:none;
}
.list_style_right_02 a{
	color:#000000; 
	text-decoration:none;
}	
.list_style_right_02 a:hover{
	color:#990000;
	text-decoration:underline;
}

.btn 
{
	background-color: #E9E9E9;
	border:#666666 1px solid;
	color: #000000;
	font-family:verdana;
	font-size: 12px;
	vertical-align: middle;
}



table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
}
table.adminform tr.row0 {
	background-color: #f9f9f9;
}
table.adminform tr.row1 {
	background-color: #eeeeee;
}
table.adminform th {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	background: url(images/background.jpg);
	color: #000;
	background-repeat: repeat;
}
table.adminform td {
	padding: 3px;
	text-align: left;
}
table.adminform td.editor {
	font-size: 9px;
}