body{
	background-color: #D3D3D3;
	text-align:center;
	height: 100%;
}
li
{
	font-family: Arial, Helvetica, Sans-Serif;
}

fieldset{margin-right:20px;}

td{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

a{text-decoration: none;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
	line-height: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
	line-height: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
	line-height: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.menu_links, .menu_links_act
{
	border-top: 1px dotted #AEA89C;
	width: 120px;
	height: 15px;
	padding-top: 4px;
	margin-bottom: 4px;
	vertical-align: bottom;

}

.menu_links_sub, .menu_links_sub_act
{
	padding-bottom: 4px;
}


a.menu_links_a:link,
a.menu_links_a:active,
a.menu_links_a:visited,
a.menu_links_a:hover
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding-left: 5px;
}

a.menu_links_act_a:link,
a.menu_links_act_a:active,
a.menu_links_act_a:visited,
a.menu_links_act_a:hover
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#FE7723;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding-left: 5px;
}

#container
{
margin:auto;
position:relative;
width:800px;
height: 100%;
background-image: url("images/bg-horizontal-800.gif");
background-repeat: repeat-y;
}

.head_container
{
	position: static;
	background-image: url(images/bg-head-800.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 120px;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
	text-align: left;

}

.menu_container
{
	position: absolute;
	top: 97px;
	right: 0px;
	text-align: right;
	margin: 0px;
	padding-right: 25px;
}

#nav_bar
{
	position: static;
	height: 10px;
	background-image: url("images/bg-navbar-800.gif");
	background-repeat: repeat-y;
}

#content_container
{
	position: static;
	background-image: url("images/bg-horizontal-800.gif");
	background-repeat: repeat-y;
}

#foot_container
{
	position:static;
	background-image: url("images/bg-footer-800.gif");
	background-repeat: no-repeat;
	height: 5px;
	width: 800px;
	padding-top: 5px;
}

#footer_text
{
	padding-right: 20px; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
	font-size:10px;
	background-image: none; 
}

.menu_tab
{
	float: right;
	margin: 0px;
	padding-right: 1px;
	vertical-align: bottom;
}

.csc-textpic-caption
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
	font-size:10px;
}

/*------------- MENU_HEAD---------------------*/
.tab_left, .tab_left_act, .tab_right, .tab_right_act{
  float:left;
  width:6px;
  height:23px;
}

.tab_left{
  background-image: url(images/tab_left_ro.gif);
  background-repeat: no-repeat;
}
.tab_left_act{
  background-image: url(images/tab_left_act.gif);
  background-repeat: no-repeat;
}
.tab_right{
  background-image: url(images/tab_right_ro.gif);
  background-repeat: no-repeat;
}
.tab_right_act{
  background-image: url(images/tab_right_act.gif);
  background-repeat: no-repeat;
}
.tab_center, .tab_center_act{
  float:left;
  height:23px;
  background-repeat: repeat-x;
}
.tab_center{
  background-image: url(images/tab_center_ro.gif);
}
.tab_center_act{
  background-image: url(images/tab_center_act.gif);
  background-color:#FFFFFF;
}
.tab_text, .tab_text_act{
  padding-top:4px;
  font-family: arial;
}
.tab_text a:link,
.tab_text a:visited,
.tab_text a:hover,
.tab_text a:active,
.tab_text_act a:link,
.tab_text_act a:visited,
.tab_text_act a:hover,
.tab_text_act a:active{
  font-family: arial;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}
.tab_text a:link,
.tab_text a:visited,
.tab_text a:hover,
.tab_text a:active{
  color: #FFFFFF;
}

.tab_text_act a:link,
.tab_text_act a:visited,
.tab_text_act a:hover,
.tab_text_act a:active{
  color: #666;
}
.breaker{
  overflow:hidden;
  height:1px;
  clear:both;
}

