body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0D0C0B;
}

h1 {
	font-weight: bold;
	font-size: 26px;
	color:#EFEFEF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 15px;
	color:#cb0178;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin:0px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 23px;
	color:#590012;
	text-align: left;
	padding-left: 40px;
}
h4 {
	margin:0px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 18px;
	color:#AD0600;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.menu_list {
	float: left;
	width: 230px;
}
.menu_list ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	width: 211px;
}
.menu_list li a {
	display: block;
	height: 20px;
	padding-top: 8px;
	color: #000;
	padding-left: 50px;
	background: url(images/menu_button.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}
.menu_list li a:hover {
	display: block;
	height: 20px;
	padding-top: 8px;
	color: #75002F;
	padding-left: 50px;
	background: url(images/menu_button.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}
.menu_list li a.current {
	display: block;
	height: 20px;
	padding-top: 8px;
	color: #75002F;
	padding-left: 50px;
	background: url(images/menu_button.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

.right_link {
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;
	padding-top: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
.links {
	text-align: center;
}

#container {
	margin-top: 0px;
	width: 870px;
	background: #FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(images/left_corner.jpg) no-repeat;
}
#menu_column {
	float: left;
	width: 230px;
	background: url(images/left_title.jpg) no-repeat;
}


#right_column {
	float: right;
	width: 613px;
}


#right_header {
	height: 281px;
	color: #FFFFFF;
	background: url(images/header.jpg) no-repeat;
}
#new {
	float: left;
	padding-top: 10px;
	text-align: justify;
	width: 230px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#new ul {
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
#new a  {
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
}

#logos table tr td a {
	color: #000;
	text-decoration: none;
	font-size: 9px;
}
#content {
	text-align: center;
}

#content p {
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}
#content a {
	color: #900;
	text-decoration: none;
}
#footer {
	clear: both;
	height: 32px;
	padding-top: 20px;
	text-align: center;
	font-weight: normal;
	background-color: #1A1917;
	color: #999;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
}#logos {
	width: 230px;
}
#new a:hover {
	color: #9F0D7A;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
}
#content a:hover {
	color: #900;
	text-decoration: underline;
}
