body {
	margin: 0px auto;
	width: 800px;
	border-left: solid 1px #666666;
	border-right: solid 1px #efefef;
	background-image: url(/images/bg.gif);
	background-repeat-x: repeat;
	background-color: #800000;
}
body, p, td, li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#links {
	position: static;
	background: #800000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 15px;
	border: 1px solid #000;
	text-align:center;
	cursor: auto;
}

#links ul{
	margin: 0px;
}

#links li{
	display: inline;
	margin: 0px;
}

#links a{
color: #fff;
}

#subLinks {
	padding: 50px 7px 7px 10px;
	color: #FFCC99;
	font-weight: bold;
}
#subLinks a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

#subLinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 7px;
}


.link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	font-size: 12px;
	display: inline;
	cursor: pointer;
}
.linkHover {
	font-weight: bold;
	color: #FFCC66;
	text-decoration: underline;
	padding-right: 5px; 
	padding-left: 5px;
	/*background-color: #FFCC66;*/
	cursor: auto;
	float: left;
	font-size: 12px;
	display: inline;
	cursor: pointer;
}

#content {
	background: #FFFFFF;
	width: 800px;
	background-color: #fff;
	background-repeat: repeat-y;
	font-size: 14px;
}



#body {
	padding-top: 30px;
	padding-right: 20px;
	min-height: 350px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.colorRed {
	color: 9C0000;
}

.right{
float: right;
padding-right: 20px;

}

.left{
float: left;
padding-left: 20px;
}

.nobullet{
list-style-type: circle;
text-align: left;
}

.nobullet2{
list-style-type: none;
text-align: left;
}

.nobullet3{
list-style-type: none;
text-align: left;
}

.alignleft{
text-align: left;
list-style-type: circle;
}

.alignright{
text-align: right;
}

#fullbox{
position: relative;
text-align: center;
padding-left: 100px;
}

#smallbox{
position: relative;
width: 330px;
border: 0px solid #000;
float:left;
}