body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

.top {
	width: 90%;
}

.left {
	width: 450px;
	float: left;
	margin-right: 20px;
}

.left2 {
	width: 40%;
	float: left;
	margin-right: 20px;
}

#suggest th {
	text-align: left;
}
.right {
	width: 35%;
	float: right;
}

.right2 {
	width: 50%;
	float: right;
}

.push {
	position: relative;
	top: 5px;
}

.bottom {
	width: 100%;
	clear: left;
}

.bottom2 {
	width: 100%;
	margin-top: 20px;
}

.just {
	text-align: justify;
}

.picmid {
	margin-left: 29px;
	margin-right: 29px;
}


.picmid3 {
	margin-left: 21px;
	margin-right: 20px;
}

img.plain {
	border: none;
	margin-top: 5px;
	}

img.picmid2 {
	border: 1px solid #000000;
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 14px;
	margin-bottom: 14px;
	cursor: pointer;
}

img.picmid2:hover {

}

img.go {
	border: 1px solid #FFFFFF;
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 14px;
	margin-bottom: 14px;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #EEEEEE;
}


a:hover, a.selected {
	text-decoration: underline;
}

#cb {
	
}

#outer {
	width: 1024px;
	background-color: #000000;
	margin: 0 auto;
}



#topbar {
	background-image: url(../images/topbar2.png);
	background-repeat: no-repeat;
	background-color: #FF7200;
	height: 220px;
}

#inner {
	background-color: #000000;
	background-image: url(../images/body_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 508px;
	overflow: auto;
	width: 770px;
}

#innerpad {
	color: #FFFFFF;
	padding: 0px 15px;
}

#sidebar {
	float: left;
	width: 253px;
	height: 508px;
	background-color: #000000;

}


#tb {
	height: 9px;
	background-color: #FF7200;
}

#bb {
	height: 25px;
	background-color: #CD003C;
}
#menubar {
	padding: 188px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#menubar ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#menubar li {
	display: inline;
	padding: 0 11px 0 11px;
}

#menubar li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menubar li a:hover, #menubar li a.selected {
	text-decoration: underline;
}

h4.subheading {
	font-size: 10pt;
	font-weight: bold;
}


.title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 11px;
}

.orange {
	color: #FF7200;
}

.orange2 {
	color: #FF7200;
	font-size: 16pt;
}

h4.darkorange {
	color: #FF7200;
}

h3.orange {
	color: #FF7200;
}


#bulletin {
	height: 480px;
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;

}

#btext {
	height: 285px;
	
}


#bline {
	border-bottom: solid 1px #ccc;
}


#bulletin img {
	
}

