@charset "utf-8";
body {
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #98bfd8;
	margin: 0 auto;
	padding: 0;
	color: #000;
	line-height:20px;
}

ul, ol, dl { 
	padding-left:10px;
	margin-left: 10px;
}
th {
	text-align:left;
	font-size:18px;
	text-decoration:underline;
	color:#3c246a;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
}
h1 {text-align:center;
	line-height:40px;
	font-size:34px;
}
h2 {font-size:20px;
	color:#3c246a;
	text-transform:capitalize;
}
h3 {font-size:18px;
	text-align:center;
	color:#3c246a;
	text-transform:capitalize;
}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 1005px;
	background-color:#fbfbfb;
	margin: 0 auto; 
	overflow: hidden; 
	border-left:2px solid #000000;
	border-right:2px solid #000000;
}
.menu {
	alignment-adjust:middle;
	height:43px;
	clear:both;
}
ul.menubar {
list-style-type: none;
background-image:url(images/menu-bg.png);
height: 67px;
width: 1005px;
margin: auto;
}
ul.menubar li {
float:left;
}
ul.menubar a {
color: #fff;
background-image: url(images/menu_bg.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 52px;
padding-left: 53px;
display: block;
line-height: 43px;
text-decoration: none;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
font-weight:500;
color: #fff;
}
ul.menubar li a:hover {
color: #fff;
background-color:#98bfd8;
}
ul.menubar li a:selected {
color: #9f0c94;
background-color:#999999;
}

.sidebar1 {
	font-size:16px;
	float: right;
	width: 255px;
	padding: 20px 5px 10px 5px;
}
.content {
	padding: 20px;
	width: 697px;
	float: left;
	border-right:2px solid #3c246a;
}
.header {
	background-color:#fbfbfb;
	text-align:center;
	height:90px;
}
.footer {
	background-image:url(images/footer.jpg);
	background-position:bottom center;
	background-color:#fbfbfb;
	text-align:center;
    position:relative;
	clear:both;
	font-size:12px;
	height:144px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}