body{background-image:url(../images/page_bg.jpg); background-repeat:repeat-x; background-color:#000; padding:0px; margin-top:5px; margin-right:0px; margin-bottom:0px; margin-left:0px}
body, td{font-family:Arial,Geneva,Helvetica,sans-serif; font-size:12px}

/* Basic page elements */
p{margin-top:0px; margin-bottom:10px}
h1{font-size:14px; margin-top:0px; margin-bottom:10px}

/* Set content width and center */
#PageContainer{width:775px; margin-right:auto; margin-left:auto}

/* Header */
#Header{background-image:url(../images/header.gif); background-repeat:no-repeat; height:80px; width:775px}
#Header .Container{text-align:right; color:#CCC; padding-top:5px; padding-right:10px}
#Header .Container a{color:#CCC; text-decoration:none}

/* Top Nav */
#TopNavBar{background-image:url(../images/top_content_bar.gif); height:7px}
#TopNav{background-image:url(../images/top_nav_bg.gif); height:24px}
#TopNav .Container{
	margin-top:4px;
	color:#FFF;
	margin-left:10px;
	font-size:13px;
	text-align: center;
}
#TopNav .Container a{color:#FFF; text-decoration:none; font-style:italic; margin-right:20px; margin-left:20px}

/* Content container */
#ContentContainer{background-image:url(../images/content_bg.gif); background-repeat:repeat-y; background-color:#FFF}

#LeftNav, #PageContent{float:left}

/* Left Nav */
#LeftNav .Container{padding:10px; color:#FFF}
#LeftNav .Container ul{padding:0px; list-style-type:none; margin-top:0px; margin-right:0px; margin-bottom:10px; margin-left:0px; font-weight:bold}
#LeftNav .Container a{color:#FFF; text-decoration:none}
#LeftNav .Container ul li{
	margin-bottom: 4px;
}

#LeftNav .Container ul ul{margin-left:10px; font-weight:normal}
#LeftNav{width:180px}

/* Page Content */
#PageContent{width:595px}
#PageContent .Container{padding:10px}
#PageContent .Container a {color: #000066;}

/* Footer */
#Footer .Container a{color:#000; text-decoration:none; margin-right:5px; margin-left:5px}
#Footer .Container{text-align:center; padding-top:10px}
#Footer{background-image:url(../images/bottom_bg.gif); height:35px; background-repeat:no-repeat}
#FooterBar{background-image:url(../images/bottom_bar.gif); height:7px; clear:both}
#ContactInfo {
	color: #CCCCCC;
	text-align: center;
	padding-top: 3px;
	font-size: 11px;
}
#ContactInfo a{
	color: #CCCCCC;
	text-decoration:none;
}
#ContactInfo a:hover{
	text-decoration:underline;
}
