/* CSS Document */

body {
	background: #000000;
	margin-left: 15px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 4px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	display: inline;
	color: #0980D4;
	font-size: 24px;
	font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}
h2 {
	display: inline;
	color: #0980D4;
	font-size: 20px;
	font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}
#wrapper { 
	width: 940px;
	margin: 0 auto;
}
#logo {
	background: url(img_top.png);
	position: relative;
	height: 130px;
	z-index: 99;
}
#menubar {
	background: url(img_menubar.png);
	position: relative;
	min-height: 70px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 940px;
	font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	z-index: 99;
}
#menubar ul {
	height: 30px;
	width: 940px;
	color: #0980D4;
	margin:0px;
	padding: 8px 0px 4px 0px;
	list-style:none;
}
#menubar ul a{
	text-decoration:none;
	color: #CCCCCC;

}
#menubar ul a:hover{
	color: #0980D4;
}
#menubar ul li {
	margin: 0px 11px 0px 11px;
	display: inline;
}
#menubar ul li .line{
	margin: 0px;
	width: 2px;
	display: inline;
}
#main {
	background: url(img_mainbg.png) repeat-y;
	position: relative;
	color: #CCCCCC;
	min-height: 600px;
	font-size: 16px;
	text-align: justify;
	font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	padding: 0px 40px 0px 40px;
	z-index: 99;
}
#main a {
	text-decoration: none;
	color: #CCCCCC;
}
#main li {
	padding-bottom: 10px;
}
#footer {
	background: url(img_bottom.png);
	position: relative;
	color: #A7A7A7;
	text-align: justify;
	font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	height: 170px;
	z-index: 99;
}
#footer a {
	color: #A7A7A7
}
#copyright {
	position: relative;
	width: 940px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	z-index: 99;
}
.tablepadded td {
	padding: 20px 20px 16px 20px;
}
.tablepadded .linetd {
	background: url(img_divider.png) center bottom no-repeat;
	padding: 0px 20px 0px 20px;
}
