BODY {
	margin: 0 0 0 0;
    background-color: #EFEFEF;
    background-image: url("../images/big_logo.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-family: sans-serif;
    font-size: 12px;
	color: #14145B;
}
H1{
	text-align: left;
	margin: 10px 10px 10px 0px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFFF;
	border: 1px solid Silver;
}
H2{
	margin: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 13px
}
H3{
	margin: 5px 5px 5px 5px;
	font-size: 12px;
	color: #DCDCDC;
}

DIV.new{
	margin: 5px 5px 5px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #213A73;
	float: right;
	text-align: right;
	width: 500px;
}

H4{
	text-align: left;
	background-color: #E0F0F5;
	margin: 10px 10px 10px 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	border : 1px solid #B7D9FF;
}

A{
	color: #14145B;
}

#toptext{
	position: relative;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 56px;
	font-weight: bold;
	color: #465BF0;
	z-index: 1;
}

.header1{
	text-align: right;
	vertical-align: bottom;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EFEFEF;
	border: 1px solid #14145B;
	height: 115px;
}

.footer{
	padding: 2 2 2 2;
	background-color: #213A73;
	color: #9999CC;
	text-align: right;
	font-size: 12px;
}

.note {
    color: #AAA;
    font-family: sans-serif;
    font-size: 12px;
    font-style: oblique;
}

TABLE.maintable{
	font-family: sans-serif;
    font-size: 12px;
}

#main { }
#main TD{
	margin-left: 1px;
	margin-right: 1px;
}

/* Left-side menu styles*/
#menu{
	padding: 0 0 0 0;
	font-size: 12px;
}

#menu TD{
	font-size: 12px;
}

#menu TD.main{
	padding-left: 5px;
	background-color: #213A73;
	color: White;
	font-weight: bold;
}
#menu TD.sec{
	padding-left: 15px;
	background-color: #E8E8E8;
	color: #14145B;
}
#menu TD.secact{
	padding-left: 15px;
	background-color: #80BAFF;
	color: #14145B;
}

#menu A{
	text-decoration: none;
	color: White;
}

#menu A:hover{
	text-decoration: underline;
}

#menu .sec A, #menu .secact A{
	text-decoration: none;
	color: #213A73;
}

#menu .sec A:hover, #menu .secact A:hover{
	text-decoration: underline;
}

/* Navigation text - path to active page*/
#nav{
	font-size: 11px;
	color: #333;
}

#nav A{
	font-size: 11px;
	color: #333;
}

/*Subdivision list*/
#subdiv{
	font-weight: bold;
	font-style: normal;
	margin: 15;
}

#subdiv li{
	list-style-type: none;
}

#subdiv li A{
	text-decoration: none;
}
#subdiv li A:HOVER{
	text-decoration: underline;
}

/*  */
TABLE.central{
	font-size: 12px;
}

/* Table with pictures and descriptions */
#moebel{
	padding: 0 0 0 0;
	font-size: 12px;
}

#moebel TD{
	background-color: #FFFFFF;
	padding: 4 4 4 4;
	border: 1px dashed #80BAFF;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}
#moebel TD.pic{
	background-color: #FFFFFF;
	padding: 4 4 4 4;
	border: 0;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	height: 120px;
}

#moebel TD.des_pr{
	background-color: #E8E8E8;
	padding: 2 2 2 2;
	border: 1px solid #80BAFF;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

#moebel TD.pr{
	background-color: #E8E8E8;
	padding: 2 2 2 2;
	border: 1px solid #80BAFF;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	color: Maroon;
	font-weight: bold;
}


.wrap{
	margin-top: 2px;
	border: 1px solid #14145B;
}


P{
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* styles for rounded corners */
b.rtop, b.rbottom{display:block;background: #D8D8D8}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #213A73}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/*Admin section */
.admin_menu{ font-size: 11px;}
.admin_top{background-color: #80BAFF;}
.admin_title{background-color: #14145B; color: White; font-weight: Bold;}
.admin_title A{color: White; font-weight: Bold}
.admin_submenu{background-color: #80BAFF}
.button{color: White; font-weight: bold; font-size: 11px; background-color: #14145B; cursor: hand; margin: 3 0 3 0;}