* {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
}

body {
	background-color: #5F5F5F;
	background-image: url(images/back.gif);
}

#container {
	margin: 0px auto;
	width: 800px;
	height: 100%;
	padding: 10px;
	background-color: #eeeeee;
}

#header {
	height : 150px;
	width:800px;
	background-color: #fff;
}

#menubar {
	background-image: url(images/.jpg);
	font-family: sans-serif;
	font-size: 8pt;
	background-color: #000000;
	margin-top: 1px;
	width:800px;
	height:23px;
}

#menubar ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: center;
}

#menubar li {
	display: inline;
}

#menubar a {
	padding: 5px 35px;
	text-decoration: none;
	color: #FFFFFF;
}

#menubar a:hover {
	background-color: #fff;
	color:#455A79;
}

#rightpic {
	background: #000000 url("images/right/rightpic.jpg") no-repeat left top;
	float: left;
	background-color: #E3E3E3;
	width: 179px;
	height: 128px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px
}

#rightsidebar {
	float:right;
	background-color: #cccccc;
	width: 179px;
	height: 360px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

#rightsidebar2 {
	float: left;
	background-color: #cccccc;
	width: 179px;
	height: 250px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

#rightsidebar h2 {
	font-family: sans-serif;
	font-size: 8pt;
	color: #fff;
	background-color: #333333;
	padding: 3px 6px;
}

#rightsidebar h3 {
	font-family: sans-serif;
	font-size: 8pt;
	color: #fff;
	background-color: #333333;
	padding: 3px 6px;
}

#rightsidebartext {
	font-family: sans-serif;
	font-size: 8pt;
	color: #455A79;
	padding: 12px 12px;
	line-height: 14pt;
}

#rightsidebartext ul {
	margin: 0px;
	list-style: none;
}

#rightsidebartext a {
	text-decoration: none;
	color: #66584B;

}

#rightsidebartext a:hover {
	color: #66584B;
	text-decoration: underline;
}

#rightsidebartext1 {
	font-family: sans-serif;
	font-size: 8pt;
	color: #455A79;
	padding: 12px 12px;
	line-height: 14pt;
}

#rightsidebartext1 ul {
	margin: 0px;
	list-style: none;
}


#rightsidebartext1 a {
	text-decoration: none;
	color: #66584B;
}

#rightsidebartext1 a:hover {
	color: #66584B;
	text-decoration: underline;
}

#leftpic {
	background: #000000 url("images/left/leftpic.jpg") no-repeat left top;
	float: left;
	background-color: #E3E3E3;
	width: 179px;
	height: 128px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px
}

#leftsidebar {
	float: left;
	background-color: #666666;
	width: 179px;
	border-top: solid #fff 1px;
	/*    border-bottom: solid #fff 1px;*/
}

#leftsidebar h2 {
	font-family: sans-serif;
	font-size: 8pt;
	color: #fff;
	background-color: #333333;
	padding: 3px 6px;
}

#leftsidebar h3 {
	font-family: sans-serif;
	font-size: 8pt;
	color: #fff;
	background-color: #333333;
	padding: 3px 6px;
}

#leftsidebartext {
	font-family: sans-serif;
	font-size: 8pt;
	color: #455A79;
	padding: 12px 12px;
	line-height: 14pt;
}

#leftsidebartext a {
	text-decoration: none;
	color: #ffffff;
}

#leftsidebartext a:hover {
	color: #000000;
	text-decoration: underline;
}

#leftsidebartext1 {
	font-family: sans-serif;
	font-size: 8pt;
	color: #455A79;
	padding: 12px 12px;
	line-height: 14pt;
}

#leftsidebartext1 a {
	text-decoration: none;
	color: #66584B;
}

#leftsidebartext1 a:hover {
	color: #66584B;
	text-decoration: underline;
}

#middlepic {
	background: #fff url("images/middle/middlepic.jpg")  no-repeat left top;
	float: left;
	width: 440px;
	height: 128px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-right: solid #fff 1px;
	border-left: solid #fff 1px;
}

#content {
	float: left;
	width: auto;
	height:100%;
}

#content2 {
	float: left;
	width: 440px;
	height:100%;

}

#contenttxt {
	float: left;
	font-family: sans-serif;
	font-size: 8pt;
	color: #4E4E4E;
	text-align: left;
	width: auto;
	padding: 12px;
	text-align: justify;
	line-height: 12pt;
}

#maincontenttxt {
	float: left;
	font-family: sans-serif;
	font-size: 8pt;
	color: #4E4E4E;
	text-align: left;
	width: 416px;
	padding: 12px 12px;
	text-align: justify;
	line-height: 12pt;
}

ul {
	padding-left:10px;
	line-height:15px;
	text-decoration: none;
}

li {
	padding-bottom: 8px;
	text-decoration: none;
}

#contentli {
	list-style:square;
	font-size:12px;
	text-decoration: none;
	list-style-position: inside;
}

#content h2 {
	padding-bottom: 4px;
	border-bottom: solid #455A79 1px;
	font-size: 12px;
	color : #455A79;
}

#content h3 {
	color: #fff;
	background: #999999;
	font-size: 86%;
	padding: 3px 10px;
	width:575px;	
}

#content2 h2 {
	padding-bottom: 4px;
	border-bottom: solid #455A79 1px;
	font-size: 12px;
	color : #455A79;
}

.study {
	padding: 12px 15px 15px 15px;
	background: #D6DEE5;
	font-size: 93%;
	font-family: sans-serif;
}

.bulletin {
	padding: 12px 15px 15px 15px;
	background: #E3EAF0;
	font-size: 8pt;
	font-family: sans-serif;
}

#footer {
	border-top: solid #fff 1px;
	width: 800px;
	height: 30px;
	background-color: #333333;
	float: left;
}

#footer_text {
	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
	margin-top: 7px;
	color: #C9C9C9;
	line-height: 12pt;
}

#footer_text a {
	text-decoration: none;
	color: #C9C9C9;
}

#footer_text a:hover {
	color: #C9C9C9;
	text-decoration: underline;
}

