body {
	margin: 0 0 0 0;
	background-color: #7cb1ec;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.TitleBar {
	background-image: url(images/title.jpg);
	height: 144px;
	background-repeat: no-repeat;
}

h1 {
	text-align: center;
	font: normal 14pt Arial;
	color: navy;
}

h2 {
	font: normal 14pt Arial;
	color: navy;
	font-style: italic;
}

#NavMenu a:hover {
	background: url(images/focus.gif) left bottom no-repeat;
	color: navy;
}

#content a {
	color: navy;
	text-decoration: none;
	border-bottom: 1px dotted navy;
}

#content a:hover {
	background-color: #6286b5;
}

#NavMenu a {
	text-decoration: none;
	margin-left: 38px;
	padding-left: 25px;
	padding-top: 20px;
	color: white;
	
	display: block;
}

#content p {
	margin: 15px 0 0 0;
	font: normal 12pt Arial;
	padding-left: 20px;
	padding-right: 40px;
	color: black;
	text-align: justify;
}

#content pre {
	margin: 15px 0 0 0;
	font: normal 12pt Arial;
	padding-left: 20px;
	padding-right: 40px;
	color: black;
	text-align: justify;
}

div.cBox{
	width: 720px;
	margin: 25px 0 0 25px;
}

div.left{
	
	float: left;
	width: 120px;
	height: 120px;
}

div.right{
	float: left;
	width: 550px;
	height: 120px;
	margin-left: 20px;
}
