body {
	background-color:#C8C8EE;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

a{
	font-size:12px;
}

p{
	margin: 15px 0px;
}
img{
	border-width:0px;
}
h1{
	color:#8081FF;
	font-size:14px;
	margin: 20px 0px 20px 0px;
	text-align: center;
	text-decoration: underline;
}

h2{
	color:#369;
	font-size:12px;
	text-align:left;
	margin: 10px 0px 15px 0px;
}

/* Container */

#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}

/* Header */

#header {
	margin: 0px 0px 0px 0px;
	background-image:url(../css-images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}
#header ul{
	background-color:#8081FF;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#header_text {
	top:9px;
	left:439px;
	width:272px;
	position:absolute;
}
#header_text p{
	font-size: 16px;
	color:#FFFFFF;
	font-style: italic;
	text-align: center;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}

/* Content */
#content {
	background-image:url(../css-images/content_bg.gif);
	width:717px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#left li {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#8081FF;
}
#right a:hover{
	color:#C60;
}
/********************** Footer ***************************/
#footerline {
	clear:both;
	background-image:url(../css-images/footer_bg.jpg);
	font-size:1px;
	height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 10px 0px;
	font-size: x-small;
}
#footer p {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#footer a {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #8081FF;
}
#footer a:hover {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #960;
}

.para-center {
	text-align: center;
}
.bg-dark {
	color: #000;
	background-color: #C8C8EE;
}
