/* CSS Document */

BODY {
	background-color: #dde5f0;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	margin: 0 10px 10px 10px;
	background-image: url(images/background.jpg);
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	top: 0px;
}

 #leftmenu {
	left: -10px;
	position: relative;
	top: 30px;
	width: 192px;
}
 
#contentbox {
	width: 600px;
	float: none;
	clear: none;
	margin: 5;
	left: 189px;
	position: absolute;
	overflow: hidden;
	top: 81px;
	text-align: justify;
	padding-left: 30px;
	
}
#content {
	background-image: url(images/bg_trnsp_blue.gif);
	background-repeat: repeat;
	text-align: justify;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	background-attachment: scroll;
	padding-left: 23px;
	padding-right: 23px;
	bottom: auto;
	padding: 20px;
	width: 500px;
}
#contenttop  {
	position: relative;
	background-image: url(images/box_bg_top.gif);
	background-repeat:no-repeat;
	height:37px;
	font-size:large;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	clear: both;
	vertical-align: top;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#contentbottom  {
	position: relative;
	background-image: url(images/box_bg_bot.gif);
	background-repeat:no-repeat;
	height:37px;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	padding:3px 0 0 15px;
	font-weight: bold;
	text-align: center;
	clear: both;
	vertical-align: bottom;
}
#logo {
	position: relative;
	top: 0px;
	left: 145px;
	background-image: url(images/header_homepage.jpg);
	width: 678px;
	height: 65px;
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	vertical-align: middle;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 584px;
	height: 66px;
	position: relative;
	clear: both;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;
	margin-top: 30px;
	bottom: 10px;
	left: -22px;
	
}
#content img {
	padding: 5px;
	border-color: #FFFFFF;
	border-width: 1;
}
#content a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#content a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.PageTitle {
	font-size:18px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	text-transform: uppercase;
	font-weight: bold;
}
#contentbox #content ul {
	font-weight: bold;
	font-size: 16px;
	list-style-type: disc;
}
#FlashBg {
	height: 430px;
	background-image: url(images/flashbg.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 23px;
}
