@charset "UTF-8";

/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
/* General Styles */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
html {

}






/* ---------All layout generic styles---------------- */ 


#header {
	height: 70px; /* this will be the height of the header background graphic */
	position: relative;
} 



/* ---------------- header specific styles ----------------*/

#header #logo {
	background: url(../images/logo.jpg) no-repeat;
	height: 70px;
	width: 207px;
	position: absolute;
	top: 0px;
	left: 0px;
}


#top_nav {
	width:100%;
	margin-left:10px;
	text-align:center;
}

#header ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	padding-top:50px;
}
#header  ul  li {
	display: inline;
}

#header ul li a, #header ul li a:visited {
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #03F;
	text-decoration: none;
	line-height: 1.2em;
	overflow:hidden;
	text-align:center;
	margin: 0 15px;
	text-transform:uppercase;
}

#header ul li a:hover {
	color: #000;
}




/* ------------------ Other styles -----------------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightAlign    {
	text-align: right;
}

.leftAlign {
	text-align: left;
}

.centerAlign {
	text-align:center;
}

.font8px {
	font-size:8px;
	margin:0;
	padding:0;
}

.Redfont1 {
	color: #FF0000;
	font-size: 12px;
	}
