BODY { background-color: #DDDDDD; margin: 0px 0px 0px 0px; }
P { font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #555555; line-height: 18px; }
H1 { font-family: "Tahoma"; font-size: 22px; font-weight: bold; color: #0e5277; }
H2 { font-family: "Tahoma"; font-size: 18px; font-weight: normal; color: #ffbc3a; }
H3 { font-family: "Tahoma"; font-size: 16px; font-weight: bold; color: #0e5277; }
H4 { font-family: "Tahoma"; font-size: 14px; font-weight: bold; color: #555555; margin: 0px; }
H5 { font-family: "Tahoma"; font-size: 14px; font-weight: bold; color: #0e5277; margin: 0px; }
H6 { font-family: "Tahoma"; font-size: 12px; font-weight: normal; color: #555555; margin: 0px; }
OL { font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #555555; line-height: 21px; }
UL { font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #555555; line-height: 21px; list-style-type: square; }
A { color: #555555; text-decoration: underline; }
A:hover { color: #555555; text-decoration: none; }
A.small { color: #555555; text-decoration: none; }
A.small:hover { color: #ffbc3a; text-decoration: none; }
A.white { color: #FFFFFF; text-decoration: none; }
A.white:hover { color: #ffbc3a; text-decoration: none; }
A.reg { color: #FFFFFF; text-decoration: underline; }
A.reg:hover { color: #0e5277; text-decoration: none; }
A.alt { color: #0e5277; text-decoration: underline; }
A.alt:hover { color: #0e5277; text-decoration: none; }
.color { color: #0e5277; }
.small { color: #555555; font-size: 11px; font-weight: bold; } 
.white { color: #FFFFFF; font-size: 11px; font-weight: bold; }
.reg { color: #FFFFFF; font-size: 10px; font-weight: bold; line-height: 16px; text-transform: uppercase; }
.bg1 { background-color: #0e5277; }
.bg2 { background-color: #ffbc3a; }
.bg3 { background-color: #FFFFFF; }
.regBG { background-color:#b0b1b4; }
.mainBg { background-image:url(../images/topright.jpg); background-repeat:no-repeat; background-position:right top; }
.first { width:70%; }
#navbar { 
	margin: 0 0 0 0px;
	padding: 0;
	 }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #0e5277;
	color: #fff;
	text-decoration: none; }
	#navbar li a:hover {
	display: block;
	padding: 3px 8px;
	background-color: #ffbc3a;
	color: #fff;
	text-decoration: none; }
#navbar li ul {
	display: none; 
	background-color: #0e5277;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #0e5277;
	border-bottom: 1px solid #fff;
	color: #fff; }
#navbar li li a:hover {
	background-color: #ffbc3a; }

