body {
    background-color: #ebebeb;
	background-image: url("images/body-bg.gif");
	background-position: top-center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	}
	
a:link, a:visited { color: #0067b0; text-decoration: underline; }
a:hover, a:active { color: #000000; text-decoration: underline; }
	
#wrapper { 
    width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
    }	

#head-container {
    width: 910px;
    height: 337px;
    margin: 0px;
	padding: 0px;
	}
	
#header {
    background-color: #1C1C1C;
	background-image: url("images/header.gif");
	background-repeat: y-repeat;
	background-position: top-center;
	width: 910px;
	height: 114px;
	margin: 0px;
	padding: 0px;
	}
	
#logo {
    float: left;
	}

#banner {
    background-image: url("images/flash-bg.gif");
	background-repeat: no-repeat;
	width: 910px;
	height: 190px;
    margin-top: 15px;
	padding: 0px;
	}
	
#slideshow {
    float: right;
	width: 500px;
	height: 160px;
	margin-top: 15px;
	margin-right: 15px;
	padding: 0px;
	z-index: 1;
	}
	
#text {
    float: left;
	width: 350px;
	height: 120px;
	margin-top: 55px;
	margin-left: 25px;
	padding: 0px;
	overflow: hidden;
	font-size: 24px;
	color: #FFFFFF;
	}
	
#text .large {
    margin: 0px;
	padding: 0px;
    font-size: 36px;
	}
	
#body-container {
    overflow: auto;
    width: 910px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	}
	
#left { 
    float: left;
    width: 270px;
	margin: 0px;
	padding-right: 13px;
	text-align: left;
	}
	
#right {
    float: right;
	width: 622px;
	margin: 0px;
	padding-right: 5px;
	text-align: left;
	}
	
h1, h2, h3, h4 {
    color: #c80c00;
	font-size: 18pt;
	font-weight: normal;
	line-height: ;
	margin-top: 8px;
	margin-bottom: 8px;
	}	
	
.side-title {
    background-color: #0067b0;
	background-image: url("images/side-title.gif");
	width: 255px;
	height: 29px;
	margin: 0px;
	padding-top: 12px;
	padding-left: 15px;
	font-size: 18px;
	text-align: left;
	color: #FFFFFF;
	}
	
	
.side-menu {
    background-color: #FFFFFF;
	background-image: url("images/side-bg.gif");
	background-position: top center;
	background-repeat: repeat-y;
	width: 240px;
	margin: 0px;
	padding: 15px;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	}
	
.side-footer {
    background-color: #;
	background-image: url("images/side-footer.gif");
	width: 270px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}
	
.container-top {
    background-image: url("images/container-top.gif");
	width: 622px;
	height: 15px;
	margin-top: 10px;
	padding: 0px;
	}

.container {
    background-image: url("images/container-bg.gif");
	background-repeat: repeat-y;
	width: 590px;
	margin: 0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 2px;
	text-align: left;
	color: #284253;
	overflow: auto;
	}	
	
.container .title {
    float: left;
	width: 100%;
    font-size: 14pt;
	font-weight: normal;
	color: #0067b0;
	}
	
.container .wrapper { float: left; padding-top: 10px; }	
.container .left { float: left; margin: 0px; padding: 0px; width: 126px; }
.container .right { float: right; margin: 0px; padding-top: 4px; padding-left: 5px; width: 459px;}
	
.container-bottom {
    background-image: url("images/container-bottom.gif");
	width: 622px;
	height: 15px;
	margin-bottom: 10px;
	padding: 0px;
	}
	
#footer {
    background-color: #1C1C1C;
	background-image: url("images/footer.gif");
	background-position: top-center;
	background-repeat: y-repeat;
	width: 100%;
	height: 73px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#footer-container {
    width: 910px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	}
	
#copyright {
    float: left;
    }	
	
#links {
    float: right;
	margin: 0px;
	padding-top: 26px;
	text-align: right;
	color: #575757;
	}
	
#links a:link, #links a:visited { color: #FFFFFF; text-decoration: none; }	
#links a:hover, #links a:active { color: #FFFFFF; text-decoration: underline; }
	
ul.bullet { 
    margin-left: 5px;
	padding-left: 10px;
    }
	
.bullet li { 
    list-style: none;
    background-image: url("images/bullet-point.gif");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
.side-menu p {
    margin-top: 10px;
	padding-top: 0px;
    padding-bottom: 10px;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0067b0;
	color: #3c3c3c;
	}
	
p.date {
    margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000000;
	}

