/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

p {
	padding-top: 5px;
	padding-bottom:7px;
	text-decoration: none;
}
	
h1 {
	padding-top: 120px;
	padding-right: 20px;
	text-align: right;
	font-size: 1.2em;
	font-style: normal;
	color: #CCCCCC;
	letter-spacing: 1px;
}

h2 {
	padding-right: 20px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #969696;
	font-weight: 400;
}
	
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: normal;
	color: #999999;
	font-size: 1.3em;
	letter-spacing: 1px;
}

h4 {
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 10px;	
}

h5 {
	text-align: center;
	padding-top: 30px;
	color: #494949;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

a:link {color: #CCCCCC;
		text-decoration: none;}     	 /* unvisited link */
a:visited {color: #CCCCCC;
		text-decoration: none;} 		 /* visited link */
a:hover {color: #CCCCCC;
		 text-decoration: underline;}    /* mouse over link */
a:active {color: #CCCCCC}  				 /* selected link */
	
body {
	background-color: #222;
	color: #D5D5D5;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
#wrapper {
	margin: 0px auto;
	width: 797px;
	color: #414353;
	font-size: 1.2em;
}

#header {
	background-image: url(images/header.jpg);
	height: 165px;
	color: #FFDD24;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	height: 73px;
	padding-left: 20px;
}

#content {
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 36px;
	padding-right: 36px;
	color: #666;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 50px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	font-size: 1em;
}

/******************************* navigation bar ****************************************/

#navlist ul
{
	margin-left: 100px!important;
	margin-left: 50px;
	color: #000000;
	float: left;
	margin-top: 6px;
}

#navlist ul li {
	display: inline;
}

#navlist ul li a
{
	padding: 0.2em 1em;
	color: #999999;
	text-decoration: none;
	float: left;
}

#navlist ul li a:hover
{
	color: #F0F0F0;
}

#navlist .current a {
	color: #F0F0F0;
}
