@import url(/CSS/NavBar.css);
@import url(/CSS/WhatWeOffer.css);
@import url(/CSS/HaveQuestions.css);
@import url(/CSS/TitleHelp.css);

body, *
{
	margin: 0;
	font: 10pt Arial, sans-serif;
}

a
{
	color: red;
	font-weight: bold;
}

#PageWrapper
{
	width: 760px;
}

#MainHeaderGraphic
{
	margin: 0;
}

#MainContent, #SideBar
{
	border: 2px solid #cfecea;
	background: #eff7f9;
	margin: 10px;
	padding: 2px;
	position: absolute;
}

#MainContent
{
	left: 0px;
	top: 165px;
	width: 740px;
}

#SideBar
{
	left: 745px;
	top: 165px;
	width: 320px;
}

h1
{
	border: 1px solid #22384d;
	background: #77aac9;
	color: white;
	font: italic bold 10pt Arial, sans-serif;
	text-decoration: none;
	padding: 1px 3px;
	margin: 0 0 0.5em 0;
	clear: both;
}	

h4
{
	font-weight: bold;
	margin: 0.5em 0;
}

strong
{
	font-weight: bold;
}

ul
{
	margin-left: 2em;
}

form
{
	margin: 0;
}

dl dd
{
	margin-left: 2em;
}
