/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2d2d2d;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #C90000;
	text-decoration: none;
	font-weight: bold;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 720px;
}

#content {
	float: left;
	color: #FFFFFF;
	width: 530px;
	display: inline;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#header {
	color: #FFFFFF;
	width: 720px;
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
}

#footer {
	width: 720px;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#header_img {
	float: left;
	width: 720px;
	height: 200px;
	color: #333;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}

#nav {
	color: #FFFFFF;
	width: 180px;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav a, #nav a:link, #nav a:visited, #header a, #header a:link, #header a:visited {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	color: #FF0000;
	text-decoration: none;
}

.rounded_box {
   background: #161616;
}
.rounded_top div {
	background-image: url(images/top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rounded_top {
	background-image: url(images/top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rounded_bottom div {
	background-image: url(images/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rounded_bottom {
	background-image: url(images/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.rounded_top div, .rounded_top, .rounded_bottom div, .rounded_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.rounded_content { margin: 0 15px;}
.rounded_content ul li {
	padding: 0px 15px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}

.rounded_content ul li ul li {
	padding: 0px 15px;
	list-style-position: inside;
	list-style-image: url(images/bullet_02.gif);
}


.rounded_content a, a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: none;
}

.rounded_content a:hover, a:active {
	color: #C90000;
	text-decoration: none;
	font-weight: none;
}

.whitelinks a, a:link, a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.whitelinks a:hover, a:active {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}

.rounded_content_nav { margin: 0 15px;}

.rounded_content_nav ul {
width: 180px;
margin: 0px 0px 0px -15px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.rounded_content_nav a {
display: block;
width: 180px;
padding: 10px 0px 10px 0px;
background-color: #161616;
border: 0px;
}

.rounded_content_nav a:link, .navlist a:visited {
color: #161616;
text-decoration: none;
}

.rounded_content_nav a:hover {
background-color: #FF0000;
color: #fff;
}

.ten_pt {
	font-size: 10pt;
}

.textfield {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.floatleft {
	float: left;
	margin: 5px;
}
.floatright {
	float: right;
	margin: 5px;
}
