/* CSS Document */

body {
	background-color: #FFC000;
	background-image: url(images/bg-gradient.bmp);
	background-repeat: repeat-x;
	margin:10px;
}



#wrapper {
	width: 752px;
	border: 1px solid #333333;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 8pt;
	text-align: justify;
	line-height:17px;
}


#titleimg {
	width:752px;
	height:100px;
	margin:0px;
	padding:0px;
}

#titleimg img {
	border-style: none;
}



#navi {
	width:752px;
	padding:2px 0px 5px 0px;
	background-image: url(images/bg-navi.bmp);
	background-repeat: repeat-x;
	color: #666666;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#navi a:link,#navi a:visited {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#navi a:active,#navi a:hover {
	color:#5588bb;
	text-decoration:none;
	font-weight:bold;
}

#contentdiv {
	padding:0px 10px 20px 10px;
	background:#333333
}

#sectionhead {
	padding:30px 0px 20px 0px;
	border:0px;
	display:block;
	overflow:hidden;
	font-family:"Trebuchet MS";
	font-size:12pt;
	color:#CCCCCC;
	cursor:default;
}

#maintext {
	margin:0px 30px 0px 30px;
	text-align:justify;
}

#maintext a {
	font-weight:bold;
}

img {
	border-style: none;
}

img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

a:link,a:visited {
	color:#EEEEEE;
	text-decoration:none;
}

a:active,a:hover {
	color:#BBBBBB;
	text-decoration:none;
}

ul {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 20px;
	list-style-type:circle;
}

li {
	margin:0px;
	padding:0px 0px 12px 0px;
}

#centeredimages {
	width: 498px;
	margin-left: auto;
	margin-right: auto;
}

#centeredimages2 {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
}

#centeredtext {
	text-align: center; 
}