/* CSS Document */
body {
	margin:0;
	padding:0;
	border:0;
	background:#af1a1e url(../img/global/bg_body.jpg) 0 0 repeat-x;	
	font-size: 12px;
	color:#FFFFFF;
}

body *{
	margin:0;
	padding:0;
	border:0;		
	font-family: arial, helvetica, sans-serif;
	
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../img/global/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

td {
	text-align: left;
	font-size: 12px;
}

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

a:hover {
	color: #ffd201;
	text-decoration: none;
	font-weight: bold;
}

.clr {
	clear: both;
}

.outline {
	background:#af1a1f url(../img/global/bg_content.jpg) 0 0 repeat-y;
}
/* STRUCTURE */
	#header,
	#body_outer,
	#footer {
		width:568px;
	}
	#header {
		height: 178px;
		float: left;
		background: url(../img/global/header.jpg) 0 0 no-repeat;
	}
	
	table td.body_outer,
	table.body_outer {
		float: left;
		background-color:#af1a1e;
	}
	table td.body_outer p,
	table.body_outer p{
		/*
		background-color:red;
		*/
	}
			/* NAV TOP */
			#topContent {
				background:#DAD2BF url('../img/global/menu_bg.jpg') 0 0 no-repeat;
				width:568px;
				height:23px;
			}
			#topContent ul{
				padding-top:5px;
				padding-left:0px;
			}
			#topContent ul li{
				display: block;
				float:left;
				padding-left: 20px;
				padding-right: 20px;
				text-decoration: none;
				background: transparent;
			}
			#topContent ul li:hover{
				cursor:pointer;
			}
			
			#topContent ul a{
				display:block;
				width:100%;
				height:100%;
			}

			/* END NAV TOP */
			
table.content {
  	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.content td {
   padding-right: 0px;
}

		/* NAV BOTTOM */
			#bottomContent {
				width:606px;
				height:20px;
			}
			#bottomContent ul{
				padding-top:0px;
				padding-left:120px;
			}
			#bottomContent ul li{
				display: block;
				float:left;
				padding-left: 1px;
				padding-right: 1px;
				text-decoration: none;
				text-align:center;
				font-size: 10px;
				text-align:center;
				background: transparent;
				}
			#bottomContent ul li:hover{
				cursor:pointer;
				}
			#bottomContent li a:hover{
				color:#FFFFFF;
				}

			#bottomContent ul a{
				display:block;
				width:100%;
				height:100%;
			}
			

			/* END NAV BOTTOM */



/* End STRUCTURE */

#header_outer {
	text-align: left;
	margin-left:19px;
}

#footer {
	height: 53px;
	background: url(../img/global/footer.jpg) 0 0 no-repeat;
	text-align: center;
}

#footer2 {
	font-size:10px;
	text-align: center;
}


.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}
