body {
	margin : 0; 
}
html {
	text-align : left;  
	font-size : 11px; 
	line-height : 16px;
	font-family : verdana, arial, serif; 
}
h3 {
	font-size : 17px;
	margin-bottom: 5px;

}
#container {
	position: relative;
	width : 1000px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0px;
	padding : 0px;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 110px;
}
#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:1;
}
#content {
	position: absolute;
	left: 0px;
	top: 113px;
	width: 100%;
	height: 454px;
}
#footer {
	position:absolute;
	width:100%;
	height:140px;
	top: 600px;
	left: 0px;
}
#footer-text {
	position:absolute;
	width:390px;
	top: 13px;
	right: 0px;
}
#line {
	position:absolute;
	width:100%;
	left: 0px;
	top: 77px;
	height: 21px;
	text-align:left;
	background-color: #8193c9;
}
#line2 {
	position:absolute;
	width:100%;
	left: 0px;
	top: 576px;
	height: 21px;
	background-color: #8193c9;
}
#text {
	position:absolute;
	width:389px;
	right: 0px;
	top: 0px;
	height: 450px;
}
#text2 {
	position:absolute;
	width:389px;
	left: 200px;
	top: 0px;
	height: 450px;
}
#text3 {
	position:absolute;
	width:1000px;
	right: 0px;
	top: 0px;
	height: 450px;
}
a:link , a:visited {
	color : #ffffff; 
	text-decoration : none;
	font-weight : bold;
	font-size : 13px;
	line-height : 20px;
} 
a:hover {
	color : #0054a4; 
	text-decoration : none; 
	font-weight : bold;
	font-size : 13px;
	line-height : 20px;
} 

a.active:link , a.active:visited {
	color : #0054a4; 
	text-decoration : none; 
	font-weight : bold;
	font-size : 13px;
	line-height : 20px;
} 

a.link:link , a.link:visited {
	color : #000000; 
	font-weight : normal;
	font-size : 11px; 
	line-height : 16px;
} 
a.link:hover {
	color : #0054a4; 
	font-weight : normal;
	font-size : 11px; 
	line-height : 16px;
} 

a.link2:link , a.link2:visited {
	color : #0054a4; 
	text-decoration : underline;
	font-weight : normal;
	font-size : 13px;
	line-height : 20px;
} 
a.link2:hover {
	color : #000000; 
	font-weight : normal;
	font-size : 13px;
	line-height : 20px;
} 
