body{
	margin:0;
	padding:0;
	background:#545454;
	text-align:center;
	color:#555;
}
p, h1, h2, h3, h4, h5{
	margin:1em 0;
	padding:0;
}
h1{font-size:140%;
}

h2{
	font-size:14px;
	color:#37967F;
}
h3{
	font-size:11px;
	color:#e1ab66;
	font-weight:normal;
}
h4{font-size:100%;}
table, td, select, input, textarea, li{
	font: 100% Verdana, Arial, Helvetica, sans-serif;	
}
h5{
	font-size:16px;
	text-decoration:underline;
	color:#fff;
}
h6{
	color: #37967F;
	font-size: 12px
	}
h7{
	color: #e0a964F;
	font-size: 12px;
	text-align:right
	}
	h7 a{
	color: #e0a964F;
	font-size: 12px;
	text-align:right;
	}
	
img{border:0;}
/* ---------------------------------- container ---------------------------------- */
#container{
	margin:0 auto;
	text-align:left;
	width:900px;
	background:#fff;
	margin-top:2em;
}
/* ---------------------------------- logotip ---------------------------------- */
#logotip{
	position:relative;
	height:195px;
	padding:10px;
	background:url(../images/CADheader.gif) no-repeat;	
}
#logo{
	position:relative;
	text-indent:-8000px;
	background:url(../images/logotip.gif) no-repeat;
	width:251px;
	height:40px;
	display:block;
	vertical-align: middle;
}
#logo a{
	display:block;
	height:41px;
}
/* ---------------------------------- header ---------------------------------- */
#header{
	position:relative;
	height:150px;
	margin: 0px;
	background:url(../images/header_images.jpg) no-repeat;
}
/* ---------------------------------- navigation ---------------------------------- */
div#navlist {
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	list-style: none;
	width: 210px;
}
div#navlist a {
	display: block;
	padding: 0.5em 2em 0.2em 1em;
	border-width: 1px;
	border-color: #ffe #E5E5E5 #E5E5E5 #fff;
	border-style: solid;
	height:20px;
	color: #777;
	text-decoration: none;
	background:#FFF;
	text-align: right;
}
div#navlist a:hover {
	color: #FFF;
	background: #37967F;
	font-weight:bold;
	height:20px;
}
/* ---------------------------------- main ---------------------------------- */
#main{
	margin: 0px;
	vertical-align: top;
}
.main_nav {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main_text{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#main_text a{
	color:#333;
}
#main_text a:hover{
	color: #e0a964;
	text-decoration:underline;
}
#main_text ul{
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top:2px;

}
#main_text ul li{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	text-align: left;

}
#main_text2{
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
	background: #37967F;
}
#main_text2 a{
	color:#e1ab66;
	font-weight:bold;		
}
#main_text2 a:hover{
	color:#fff;
	font-weight:bold;		
}

#heading1 {
	background:url(../images/navigate.gif) no-repeat;
	width:95px;
	height:15px;
	margin: 5px;
}
#heading2 {
	background:url(../images/reading_number_one.gif) no-repeat;
	width:190px;
	height:20px;
	margin: 5px;
}
#heading3 {
	background:url(../images/reading_number_two.gif) no-repeat;
	width:190px;
	height:20px;
	margin: 5px;
}
#head_main {
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ---------------------------------- footer ---------------------------------- */
#footer{
	position:relative;
	clear:both;	
	text-align:center;
	color:#fff;
	background:url(../images/footer_back.gif) repeat-x;
	line-height:28px;
	height:40px;	
}
.footer_text {
	color: #FFFFFF;
	text-align:center;
	font-size:11px;
}

.footer_text a {
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:11px;
}
.footer_text2 {
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

.footer_text2 a {
	color: #333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

.footer_text2 a:hover {
	color: #e1ab66;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
