div.container {
	position: relative;
	margin: 0 auto auto auto;
	width: 780px;
	height: 570px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

div.header {
	position: absolute;
	width: 760px;
	height: 100px;
	left: 10px;
	top: 5px;
	border: 0px dashed black;
	background-color: transparent;
	padding: 10px;
	z-index: 1;
}

div.header_right {
	position: absolute;
	width: 200px;
	height: 10px;
	left: 495px;
	top: 50px;
	border: 0px dashed black;
	background-color: transparent;
	padding: 10px;
	z-index: 1;
	text-align: right;
}

div.mainmenu {
	position: absolute;
	width: 770px;
	height: 100px;
	left: 10px;
	top: 75px;
	border: 0px dashed black;
	background-color: transparent;
	padding: 0px;
	z-index: 1;
}

div.content {
	position: absolute;
	width: 750px;
	height: 435px;
	left: 10px;
	top: 105px;
	border: 0px dashed black;
	background-color: transparent;
	padding-right: 10px;
	padding-left: 0px;
	overflow: auto;
	z-index: 2;
}
div.menu {
	position: absolute;
	width: 150px;
	height: 80px;
	left: 610px;
	top: 105px;
	border: 0px dashed black;
	background-color: #E5E5E5;
	padding: 0px;
	z-index: 3;
}

div.navigation {
	position: absolute;
	width: 10px;
	height: 300px;
	left: 760px;
	top: 105px;
	border: 0px dashed black;
	background-color: transparent;
	padding: 0px;
	writing-mode: tb-rl;
	z-index: 4;
}

div.footer {
	position: absolute;
	width: 770px;
	height: 20px;
	left: 10px;
	top: 540px;
	border: 0px dashed black;
	background-color: #013A81;
	padding-top: 0px;
	z-index: 5;
	
}

.table {
	width: 100%;
}

.center {
	text-align: center;
}

.textarea{
font-family: arial,verdana,helvetica,sans-serif; 
font-size: 11px; 
color: #000000;
height:100px;
width:300px;
border-left: 1px solid #000000; 
border-right: 1px solid #000000; 
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000;
}

.button{
height:17 px;
width:60px;
background-color: #ffffff; 
color: #000000; 
border-left: 1px solid #000000; 
border-right: 1px solid #000000; 
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000;
text-align:center;
font-family: arial,verdana,helvetica,sans-serif; 
font-size: 11px; 
}

.select {
height:17px;
width:150px;
background-color: #ffffff; 
border-left: 1px solid #5e2f00; 
border-right: 1px solid #5e2f00; 
border-top: 1px solid #5e2f00; 
border-bottom: 1px solid #5e2f00;
font-family: arial,verdana,helvetica,sans-serif; 
font-size: 11px; 
color: #5e2f00;
}

p,td,ul,li {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    FONT: 12px arial,verdana,helvetica,sans-serif;
    COLOR: #122263;
}

li {
	line-height: 16px;
}

td.menu {
padding: 10px;
}

.red {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	FONT: bolder 13px arial,verdana,helvetica,sans-serif;
	COLOR: #EF4135;
}

.txt_bold {
	FONT: bold;
}

.white {
	text-align: center;
	font: 10px arial,verdana,helvetica,sans-serif;
	color: #ffffff;
	font-stretch: ultra-expanded;
	letter-spacing: 1px;
}

A.link:link {
    COLOR: #EF4135;
    TEXT-DECORATION: none
}
A.link:visited {
    COLOR: #EF4135;
    TEXT-DECORATION: none
}
A.link:active {
    COLOR: #EF4135;
    TEXT-DECORATION: none
}
A.link:hover {
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #EF4135;
    TEXT-DECORATION: underline
}

A.menulink:link {
    COLOR: #013A81;
	font-family: "trade Gothic LH",arial,verdana,helvetica,sans-serif;
    TEXT-DECORATION: none;
	font-weight: bold;
}
A.menulink:visited {
    COLOR: #013A81;
 	 font-family: "trade Gothic LH",arial,verdana,helvetica,sans-serif;
    TEXT-DECORATION: none;
	font-weight: bold;
}
A.menulink:active {
    COLOR: #013A81;
	 font-family: "trade Gothic LH",arial,verdana,helvetica,sans-serif;
    TEXT-DECORATION: none;
	font-weight: bold;
}
A.menulink:hover {
    COLOR: #013A81;
	 font-family: "trade Gothic LH",arial,verdana,helvetica,sans-serif;
    TEXT-DECORATION: underline;
	font-weight: bold;
}

body {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     body{
	margin:0px;
	padding:0px;
	scrollbar-3dlight-color:#c0c0c0;   
	scrollbar-arrow-color:#990000;   
	scrollbar-base-color:#c0c0c0;   
	scrollbar-darkshadow-color: #c0c0c0;   
	scrollbar-face-color:#c0c0c0;   
	scrollbar-highlight-color:#c0c0c0;   
	scrollbar-shadow-color:#808080;   
	scrollbar-track-color:#c0c0c0;
	text-align: center;
}
	 

