body {
	text-align: center;
	background-color: #CCCC99;
}

body img {
display: block;
float: left;
}

#container {
	width: 750px;
	margin: 0 auto;
	background: url(images/background.jpg) repeat-y;
	display: table;
}

#main {
	float: left;
	width: 734;
	padding: 0px 7px 15px 7px;
}

/**Do not Modify**/

#header {
	width: 735px;
	height: 119px;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
}

#header p {
	padding: 40px 0px 40px 20px;
	margin: 0;
	font-family: Arial, Tahoma;
	font-size: 24pt;
}
#header p.marginleft {
	padding: 40px 0px 40px 20px;
	margin-left: 25%;
	font-family: Arial, Tahoma;
	font-size: 24pt;

}

/**Grey space left of Links**/
#space {
	float: left;
	width: 160px;
	height: 32px;
	background: url(images/space.jpg);
}

#linksrow {
	width: 735px;
	float: left;
}

#links {
	float: left;
	width: 530px;
	height: 32px;
	padding-left: 25px;
	padding-right: 20px;
	background: url(images/links.jpg) no-repeat;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13pt;
	color: #3399CC;
	float: left;
}

#links ul li a {
	margin-left: 25px;
	color: #3399CC;
	text-decoration: none;
}

#links ul li a:visited {
	color: #3399CC;
	text-decoration: none;
}

#links ul li a:hover {
	color: #66CCFF;
	font-weight: bold;
}

/**Title of Content**/
#contentTitle {
	position: relative;
/**Move up Over Image**/
	top: -30px;
/*********************/
	float: left;
	width: 735px;
	height: 60px;
	background: url(images/contenttitle.gif) no-repeat;
	margin: 0;
	text-align: left;
}

#contentTitle p {
	font-family: Comic Sans MS, Tahoma;
    font-weight: bold;
	font-size: 120%;
	padding: 8px 0px 0px 12px;
	margin: 0;
	color: #3399CC;
}

/**Left Col**/
#leftCol {
	position: relative;
	top: -30px;
	width: 210px;
	float: left;
}

#leftCol p {
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 8pt;
	line-height: 150%;
	text-indent: 1cm;
}

.leftcolHeading {
	width: 210px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: yellow;
	background-color:#3399CC;
}

.leftcolHeading h3 {
	color: #FFFFFF;
	margin: 0;
	font-family: 'Times New Roman', Tahoma;
}

/**Main Content**/
#mainCol {
	position: relative;
	top: -30px;
	margin-left: 8px;
	width: 510px;
	float: left;
}

#mainCol p {
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	line-height: 150%;
	text-indent: 1cm;
}

.mainColHeading {
	width: 510px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: yellow;
	text-align: left;
	background-color:#3399CC;
}

.mainColHeading h3 {
	margin: 0;
	padding: 3px 0px 5px 15px;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
}

#footer {
	width: 750px;
	background: url(images/topbot.jpg) repeat-y;
	float: left;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}

/**Main Content Image**/
.right {
	margin: 7px 0px 7px 7px;
	float: right;
}

.left {
	margin: 7px 7px 7px 0px;
	float: left;
}

