@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
   	padding: 0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
   	padding:0;
	color: #333333;
	
	
}


/* =========== layout ============*/

#master_container {
	position:absolute;
	left:0px;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color: #edf7ff;
	background-image:url(images/bg_blue.jpg);
	background-repeat: repeat-x;	
}
#container {
	position:absolute;
	left:0px;
	top:80px;
	width:100%;
	height:470px;
	z-index:2;
	background-color: #ffffff;
	background-image:url(images/bg_green.jpg);
	
}
#header {
	position:absolute;
	left:50%;
	top:60;
	width:980px;
	height:20px;
	margin-left:-490px;
	z-index:3;
	text-align:right;
}
#content {
	position:absolute;
	left:50%; 
	width:980px;
	height:470px;
	margin-left:-490px;
	z-index:3;
	background-color: #FFFFFF;
}
#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:470px;
	z-index:3;
	background-color: #EDF7FF;
	
}
#menu-bg {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:100%;
	background-color: #edf7ff;
	background-image:url(images/bg_light.jpg);
	background-repeat:repeat-x;
	
}
#text {
	position:absolute;
	left:200px;
	top:0px;
	width:260px;
	height:425px;
	z-index:2;
	background-color: #ffffff;
	border-top: 3px solid #d93e1d;
	border-bottom: 2px solid #d93e1d;
	padding:20px;
}

#scrollBox{
	max-height:340px;
	overflow:auto;
	}
	
#scrollBox2{
	max-height:410px;
	overflow:auto;
	padding:20px;
	}
	
#text-bg {
	position:absolute;
	left:200px;
	top:0px;
	width:300px;
	height:100%;
	background-color: #edf7ff;
	background-image:url(images/bg_dark.jpg);
	background-repeat:repeat-x;
	
}
#images {
	position:absolute;
	left:500px;
	top:0px;
	width:480px;
	height:465px;
	z-index:2;
	background-color: #EDF7FF;
	border-top: 3px solid #d93e1d;
	border-bottom: 2px solid #d93e1d;
}
#vertical {
	position:absolute;
	left:50%; 
	top:0;
	width:980px;
	height:100%;
	margin-left:-490px;
	z-index:-1;
}

#header {
	position:absolute;
	left:50%;
	top:60px;
	width:980px;
	height:20px;
	z-index:2;
}

#footer {
	position:absolute;
	left:50%;
	top:560px;
	width:480px;
	height:20px;
	text-align:right;
	z-index:3;
}
/* =========== typography ============*/

a{
	color:#d83512;
	text-decoration:none;
}

a:hover{
	color:#d83512;
	text-decoration:none;
}

#menu ul{
	padding:0;
	margin:20px;
	list-style:none;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #000000;
	text-transform:uppercase;
}
#menu ul li{
	color:#000000;
	list-style:none;
	display: block;
	border-bottom:thin dotted #d93e1d;
	margin:0;
	padding:6px;
}
#menu ul li a{
	color:#000000;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#2050a5;
	text-decoration:none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	border-bottom:thin dotted #d93e1d; 
	line-height: 20px;
	text-transform:uppercase;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	display: block;
	border-bottom:thin dotted #d93e1d; 
	line-height: 20px;
	text-transform:uppercase;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:bold;
	display: block;
	border-bottom:thin dotted #d93e1d; 
	line-height: 20px;
	text-transform:uppercase;
}

#text ul{
	padding:0;
	margin:20px;
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-transform:uppercase;
}
#text ul li{
	color:#000000;
	display: block;
	list-style:none;
	border-bottom:thin dotted #d83512;
	margin:0;
	padding:4px;
}
#text ul li a{
	color:#000000;
	text-decoration:none;
}
#text ul li a:hover{
	color:#2050a5;
	text-decoration:none;
}