@charset "UTF-8";
.container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.titlebar {
	background-color: #E57200;
	height: 140px;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
body {
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.navbar  {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-top: 5px;
	background-color: #002D63;
	text-align: center;
	height: 20px;
	width: 100%;
	padding-bottom: 0px;
}
.mainContent  {
	padding: 0 20px 20 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}
.navbar  a:hover    {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar  a:link    {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar  a:active    {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #002B5F;
}
h1 {
	font-size: 14px;
	color: #E57200;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
a:visited {
	color: #666666;
}
a:active {
	color: #E57200;
}
.footer {
	height: 25px;
	width: 760px;
	clear: both;
	background-image: url(../images/footerbar.gif);
	color: #FFFFFF;
}
.rightside300 {
	width: 300px;
	float: right;
	padding-left: 20px;
	clear: none;
	background-color: #E7E7E7;
	padding-right: 20px;
	margin-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.rightside280 {
	width: 280px;
	float: right;
	padding-left: 20px;
	clear: none;
	background-color: #E7E7E7;
	padding-right: 20px;
	margin-left: 10px;
	padding-bottom: 20px;
}
.leftside380 {
	width: 380px;
	padding: 0px;
}
.leftside420 {
	width: 420px;
	padding: 0px;
}
.leftside140 {
	width: 140px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px;
}
li {
	line-height: 20px;
}
