/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	font:medium Arial, Helvetica, sans-serif;
	background:#FFFFFF url(graphics/header_bg.png) repeat-x top left;
}

#Wrapper
{
	width:1004px;
	margin:20px auto;
}

#Header
{
	width:1004px;
}

#Header .title
{
	color:#FFFFFF;
	font-size:x-large;
	font-weight:bolder;
	height:25px;
	padding-bottom:5px;
	display:block;
	padding-left:15px;
}

#TopNav
{
	background:url(graphics/nav_bar.png) top left no-repeat;
	width:1004px;
	height:49px;
}

#TopNav li
{
	float:left;
	list-style:none;
}

#TopNav a
{
	background-image:url(graphics/nav_bar.png);
	display:block;
	width:150px;
	height:49px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}

#TopNav a span
{
	display:block;
	width:150px;
	padding-top:10px;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
}

.link1
{
	background-position:0px 0px;
	width:150px;
	height:50px;
}

.link1:hover
{
	background-position:0px 50px;
	width:150px;
	height:50px;
}
	
.link2
{
	background-position: -150px 0px;
	width:150px;
	height:50px
}

.link2:hover
{
	background-position: -150px 50px;
	width:150px;
	height:50px
}
	
.link3
{
	background-position: -300px 0px;
	width:150px;
	height:50px
}

.link3:hover
{
	background-position:-300px 50px;
	width:150px;
	height:50px
}
	
.link4
{
	background-position:-450px 0px;
	width:150px;
	height:50px
}

.link4:hover
{
	background-position:-450px 50px;
	width:150px;
	height:50px
}
	
.link5
{
	background-position:-600px 0px;
	width:150px;
	height:50px
}

.link5:hover
{
	background-position:-600px 50px;
	width:150px;
	height:50px
}

#Container
{
	float:left;
	width:1004px;
	background:url(graphics/header_middle.png) top left repeat-y;
	margin-top:10px;
}

#InnerContainer
{
	float:left;
	width:1004px;
	background:url(graphics/content_top.png) top left no-repeat;
}

#Content
{
	width:820px;
	padding-right:20px;
	float:right;
	padding-top:20px;
	line-height:150%;
}

#LeftBar
{
	float:left;
	width:150px;
	padding-top:20px;
}

#LeftBar ul
{
	padding:0 5px;
	list-style:none;
	float:left;
}

#LeftBar li a
{
	text-decoration:none;
	display:block;
	background:url(graphics/button.png) 0 0 no-repeat;
	width:140px;
	height:23px;
	margin-bottom:3px;
	padding-top:2px;
	color:#FFFFFF;
	text-align:center;
	font-size:80%;
}

#LeftBar li a:hover
{
	background-position:0 -25px;
}

#Footer
{
	width:1004px;
	float:left;
	background:url(graphics/footer.png);
	height:62px;
	text-align:center;
	margin:0;
	padding:0;
}

#Footer p
{
	padding-top:20px;
}