body {background-color: #fff}
a:link, a:visited {
	color: #363636;
	font-size: 11px;
        font-family: Arial, Helvetica;
}

#header {
        padding: 0px;
        margin-right: 0px;
        margin-left: 0px;
        width: 1000px;
        height: 112px;
        background: url(../i/head.jpg) no-repeat;

}

div.topmenu a:link, div.topmenu a:visited {
  color: #080F19;
  text-decoration: underline;
  font-size: 11px;
  font-family: Arial, Helvetica;
}

div.topmenu a:hover {
  color: #080F19; text-decoration: none;
}

#topmenu {
  background-color: #CDD2DB;
  padding-left: 5px;
  padding-top: 5px;
}

#main_menu {
	  background-image: url('../i/menu-fon.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 210px;
}

a.mainlevel:link, a.mainlevel:visited {
        display: block;
        background: url(../i/menu-non-selected.gif) no-repeat;
        vertical-align: bottom;
        font-size: 12px;
        color: #404143;
        text-align: left;
        padding-top: 2px;
        padding-left: 40px;
        height: 22px !important;
        width: 200px;
        background-position: left;
        text-decoration: underline;
        font-family: Arial, Helvetica;

}


a.mainlevel:hover {
        background: url(../i/menu-selected.gif) no-repeat;
        text-decoration: none;
        width: 210px;
        color: #333333;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	background: url(../i/submenu-non-selected.gif) no-repeat;         
        vertical-align: bottom;
        font-size: 11px;
        color: #404143;
        text-align: left;
        padding-top: 2px;
        padding-left: 60px;
        height: 20px !important;
        width: 200px;
        background-position: left;
        text-decoration: underline;
        font-family: Arial, Helvetica;

}

a.sublevel:hover {
        color: #404143;
        text-decoration: none;
	background:  url('../i/submenu-selected.gif') no-repeat;
        height: 20px !important;
        width: 210px;

}

#active_menu.mainlevel {
        color:#404143;
        font-weight: bold;
	background:  url('../i/menu-selected1.gif') no-repeat;
        height: 20px !important;
        width: 210px;

}

#active_menu.sublevel {
        color:#404143;
        font-weight: bold;
	background:  url('../i/submenu-selected1.gif') no-repeat;
        height: 20px !important;
        width: 210px;

}


#active_menu {
        color:#404143;
        font-weight: bold;
}


/*#main_menu {
  background: url(../i/menu-fon.gif) no-repeat;
} */

table.contentpaneopen {
	width: 100%;
        padding: 0px;
	margin: 0px;
        height: 100%;
	
}

table.contentpaneopen td {
/*   padding-right: 8px;
   padding-left: 8px;
   padding-top: 8px*/
}

table.contentpaneopen td.componentheading {
        padding-left: 4px;

}



table.contentpane {
  width: 100%;
        padding: 0px;
        border-collapse: collapse;
        border-spacing: 0px;
        margin: 0px;
        border: solid 1px red;
}

table.contentpane td {
        margin: 0px;
        padding: 0px;
}

table.contentpane td.componentheading {
        padding-left: 4px;
}


.inputbox {
        padding: 2px;
        border:solid 1px #cccccc;
        background-color: #ffffff;
}

.componentheading {
        /*background: url(../i/subhead_bg.png) repeat-x;*/
/*        color: #204B6E; */
	color: #363636;
        text-align: left;
        padding-top: 5px;
        padding-left: 15px;
        height: 21px;
        font-weight: bold;
        font-size: 13px;
/*        text-transform: uppercase;*/
/*        border: solid 1px black;*/
        font-family: Arial, Helvetica;
}

.contentcolumn {
        padding-right: 5px;
        border: solid 1px red;
}

.contentheading {
        height: 35px;
        /*background: url(../i/contenthead.png) top left repeat-x;*/
        /*white-space: nowrap;*/
        /*background: url(../i/content_head.gif);*/
		  background: url(../i/content_head.gif);
	background-repeat: repeat-x;
        background-position: top left;
        font-family: Arial, Helvetica;
        font-size: 13px;
	text-indent: 5px;	

}

.contentheadingtitle {
        color: #204B6E;
        text-indent: 5px;
        vertical-align: bottom;
        font-weight: bold;
        font-size: 11px;

}

.right_top_corn {
        /*background: url(../i/content_right_top_cor.gif);*/
		  background: url(../i/content_right_top_cor.gif);
	background-repeat: no-repeat;
        background-position: top right;
	width: 10px;
	padding: 0px 5px;
}

.left_top_corn {
        /*background: url(../i/content_left_top_cor.gif);*/
		  background: url(../i/content_left_top_cor.gif);
	background-repeat: no-repeat;
        background-position: top left;
	width: 10px;
	padding: 0px 5px;
}

.right_bottom_corn {
       /* background: url(../i/content_right_bottom_cor.gif);*/
		  background: url(../i/content_right_bottom_cor.gif);
	background-repeat: no-repeat;
        background-position: bottom right;
	width: 10px;
	padding: 0px 5px;
	height: 25px;
}

.left_bottom_corn {
        /*background: url(../i/content_left_bottom_cor.gif);*/
		  background: url(../i/content_left_bottom_cor.gif);
	background-repeat: no-repeat;
        background-position: bottom left;
	width: 10px;
	padding: 0px 5px;
	height: 25px;
}

.content_border_bottom {
       /* background: url(../i/content_border.gif);*/
		  background: url(../i/content_border.gif);
	background-repeat: repeat-x;
        background-position: bottom left;
/*	padding-bottom: 5px; */
	height: 25px;
}

.content_border_left {
        /*background: url(../i/content_border.gif);*/
		  background: url(../i/content_border.gif);
	background-repeat: repeat-y;
        background-position: top left;
	width: 10px;
}

.content_border_right {
       /* background: url(../i/content_border.gif);*/
		  background: url(../i/content_border.gif);
	background-repeat: repeat-y;
        background-position: top right;
	width: 10px;
}

.contentdate {
        color: #363636;
        vertical-align: bottom;
        font-weight: bold;
        font-size: 11px;
        white-space: nowrap;
        font-family: Arial, Helvetica;
}

.contentpagetitle {
        font-size: 13px;
        font-weight: bold;
        color: #cccccc;
        text-align:left;
        border: solid 1px green;
}

.redtitle {
        color: #8D0404;
        vertical-align: bottom;
        font-weight: bold;
        font-size: 11px;
        font-family: Arial, Helvetica;
}

.contenttext {
        font-size: 11px;
        font-family: Arial, Helvetica;
        margin: 5px;
		  padding: 10px;
}

.text {
        font-family: Arial, Helvetica;
        font-size: 11px;
        padding: 5 5 5 5;
}

.readon {
	font-family: Arial, Helvetica;
        font-size: 11px;
        color: black;
}

.smallboldblack {
        color: #363636;
        text-indent: 15px;
        font-weight: bold;
        font-size: 11px;
        white-space: nowrap;
        font-family: Arial, Helvetica;
}

.smallboldred {
        color: #8D0404;
        text-indent: 15px;
        font-weight: bold;
        font-size: 11px;
        white-space: nowrap;
        font-family: Arial, Helvetica;
}

input.button{
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	font-size:11px;
        text-decoration: underline;	
	background-color:#0D1E36;
	border:1px solid;
	border-color:#0D1e36;
	
}

.bforbb{
	color:#000000;
	font-family: Arial, Helvetica;
	font-size:11px;
        text-decoration: underline;	
	background-color:#CDD2DB;
	border:1px solid;
	border-color:#CDD2DB;
	
}

.content_line
{
	background: url(../i/content_horiz_line.GIF);
	background-repeat: repeat-x;
        background-position: bottom left;
	height: 25px;
	font-size: 11px;
        font-family: Arial, Helvetica;
        margin: 5 5 5 5;	
}

.bluetitle {
        color: #204B6E;
        font-weight: bold;
        font-size: 11px;
}

.content_with_indent {
        text-indent: 5px;
	font-size: 11px;
        font-family: Arial, Helvetica;
}

