body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left 23px;
	background-attachment: scroll;
	}

	
#ctop {
	margin: 0 auto;
	width: 100%;
	height: 23px;
	background-image: url(../images/red.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CC0000;
	}
	
#cbottom {
	margin: 0 auto;
	width: 100%;
	height: 8px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CC0000;
	background-color: #FFFFFF;
	font-size: None;
	line-height: 0px;
	text-decoration: none;
	color: #FFFFFF;
	}
	
#container {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	border-bottom: 1px solid #e1e1e1;
	}	
	
#sidebar {
	float: left;
	margin-top: 0;
	width: 200px;
	}	
	
#logoBlock {
	background-image: url(../images/leftHandOne.gif);
	background-repeat: repeat-y;
	height: 150px;
	border-bottom: 2px solid #FFFFFF;
	}
	
#logo {
	height: 80px;
	width: 120px;
	position: relative;
	background-image: url(../images/Logo.gif);
	z-index: 10;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	top: 25px;
	}
	
#navBlock {
	background-image: url(../images/leftHandTwo.gif);
	background-repeat: repeat-y;
	height: 220px;
	border-bottom: 2px solid #FFFFFF;
	}
	
	
#lowerBlock {
	background-image: url(../images/leftHandOne.gif);
	background-repeat: repeat-y;
	background-position: 1px 1px;
	height: 200px;
	}	

#footer {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(../images/footer.gif);
	border-bottom: 1px solid #e1e1e1;
	}

#footer p {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	}
	
#footer a {
	text-decoration: none;
	color: #999999;
}
	

#footer a:hover {
	text-decoration: none;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #999999;
}
.Left {
float: left;
}
.Right {
float: right;
}
.bulletPoints {
font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 1.7em;
	text-align: left;
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
	width: 100%;
}
