/* CSS Document */

* {
	margin:0;
	padding:0;
}
body{
	background-image:url(../images/body-slice.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#989582;
}

p{
	color: #333;
	font-size:0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	font-weight:lighter;
	margin-bottom:8px;
}

h1{
	color: #FF9900;
	font-size:1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-top:10px;
	font-weight:lighter;
}

h2{
	color: #fff;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-bottom:10px;
	margin-top:10px;
}

h3{
	color: #fff;
	font-size:0.95em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-bottom:10px;
	margin-top:10px;
}

h4{
	color: #000;
	font-size:0.95em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-bottom:10px;
	margin-top:10px;
}

h5{
	color: #333333;
	font-size:0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-bottom:-3px;
	margin-top:10px;
}
img{
	margin:10px;
	margin-bottom:5px;
	border:none;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:775px;
}

#header{
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	height:33px;
	width:260px;
	margin:auto;
	padding:60px 40px 5px 475px;
}
#header a{
	color: #FF9900;
	text-decoration:none;}

#header a:hover{
	color: #FF6600;}

#top-menu{
	background-image:url(../images/top-nav.gif);
	background-repeat:no-repeat;
	width:745px;
	height:21px;
	color:#fff;
	font-size:1.0em;
	float:left;
	padding-left:30px;
	padding-top:5px;
}

#top-menu li a{	
	display: block;	
	float:left;
	color:#111;
	text-decoration:none;
	margin-right:20px;
	font-size:0.70em;
}

#top-menu, #top-menu li{
	list-style-type: none;
}

#top-menu li{
	display: inline;	
}

#top-menu a:hover{
	color: #FF9900;
}

#title-bar{
	background-image:url(../images/title-bardesign.gif);
	background-repeat:no-repeat;
	height:123px;
	width:715px;
	padding:25px 30px 13px 30px;
	clear:both;
}

#title-bar p {
	margin-bottom:none;
	font-size:0.65em;
}

#title-bardesign{
	background-image:url(../images/title-bardesign.gif);
	background-repeat:no-repeat;
	max-height:61px;
	width:715px;
	padding:25px 30px 13px 30px;
	clear:both;
}

#title-bardesign p {
	margin-bottom:none;
	font-size:0.65em;
}

#content{
	background-image: url(../images/content-slice.gif);
	background-repeat:repeat-y;
	width:715px;
	float:left;
	padding:20px 30px 10px 30px;
	clear:both;
	margin-bottom:5px;
}
*html #content{
	background-image: url(../images/content-slice.gif);
	background-repeat:repeat-y;
	width:715px;
	float:left;
	padding:20px 30px 1px 30px;
	clear:both;
}
#content a{
	color:#333;
	text-decoration:none;}

#content a:hover{
	color: #666;
}

#content ul{
	color:#FFFFFF;
	font-size:0.75em;
	margin-left:40px;
	line-height:1.4em;
	text-transform:capitalize;
}

#content ol{
	color:#FFFFFF;
	font-size:0.75em;
	margin-left:40px;
	line-height:1.4em;
	text-transform:capitalize;
}

#content a{
    color: #ffeedd;
    text-decoration: underline;
}