body {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 0px;
	background-color: #C9C8E1;
}

a:link {
	color: #191875;
}
a:visited {
	color: #9999FF;
}
a:hover {
	color: #009966;
}

#container {
	width: 800px;
	margin: 15px auto;
	text-align: left;
	border: 1px solid;
	background-color: #FFFFFF;
}

#heading {
	background-color: #666666;
	height: 150px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	background-image: url(images/heading.jpg);
	background-repeat: repeat-x;
}
#pageTitle {
	
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	color: #030133;
	text-align: right;
	position: absolute;
	top: 200px;
	width: 550px;
}



#heading-text {
	text-indent: -9999px;
}

#sidebar {
	float: right;
	width: 170px;
	font-size: 14px;
	border-left: 1px solid #333;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 5px;
	height: auto;
}
#sidebar a {
	text-decoration: none;
}


#content {
	font-size: 13px;
	margin-right: 200px;
	margin-top: 50px;
	padding-right: 15px;
	padding-left: 15px;
}


#sidebar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
}


#footer li {
	display: inline;
	margin: 0 20px;
}
#sidebar li {
	list-style-type: none;
}



#footer {
	background-color: #0292E9;
	color: #FFFFFF;
	font-size: x-small;
	text-align: right;
	clear: both;
	margin-top: 10px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #009966;
}




#address {
	font-size: 12px;
}
#sidebox {
	position: absolute;
	width: 110px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/sidebox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 30px;
	left: 200px;
	height: 200px;
}



#sidebox ul {
	left: -20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0C6FB0;
	font-variant: small-caps;
	line-height: 25px;
	font-size: 13px;
	position: relative;
	list-style-type: none;
	top: 1px;
}

#sidebox a {
	text-decoration: none;
}

#sidebox a:visited {
color: #191875;	
}

#sidebox a:hover {
	color: #191875;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	width: 84px;
	display: block;
	border: 1px ridge #009966;
	margin-left: -3px;
}
