
/* GENERAL */

body 			{ margin: 25px 0 0 0; color: #333; font-size: .7em; font-family: Arial, Verdana, Helvetica, sans-serif; }

#boxContainer	{ width: 960px; position: relative; background: #333; margin: 0 auto; text-align: left; }
#boxContent		{ width: 960px; position: relative; left: -5px; top: -5px; background: #fff; }

img				{ border-width: 0px; text-decoration: none; vertical-align: middle; }

form			{ margin: 5px 0 5px 0; }
input			{ vertical-align: middle; }

li				{ margin: 2px; }

.shadow			{ background-color: #333; }

/* TOP BAR */

#logo			{ width: 363px; }
#logo img		{ margin: 0 0 9px 17px; }

#topbar			{ padding: 15px 20px 3px 0; }

table#topnav	ul		{ margin: 0; padding: 0; }
table#topnav	ul	li	{ margin: 0; padding-top: 0px; list-style: none; }

#topnav	td.mark	{ padding: 0 0 3px 3px; }

.menuNum		{ color: #f33; padding: 0 1px 0 2px; text-decoration: none; }
.menuNumOn		{ padding: 0 1px 0 2px; font-weight: normal; background: #f33; color: #fff; }

.navText		{ padding-left: 3px; color: #666; }
a.navText 		{ text-decoration: none; }
a.navText:hover	{ text-decoration: underline; }

/* SIDEBAR */

#sidebar		{ background-color: #999; }

/* CONTENT */

#mainCont		{ background-color: #E6E6E6; }
#content		{ margin: 0px 22px 0 22px; }

p, h2			{ margin: 14px 0 14px 0; }

h2				{ font-size: 1.0em; margin-top: 13px; padding-top: 0; color: #903; font-weight: bold; }
p				{ line-height: 1.2em; }

a.high {
	color: #000;
	background: #fff;
	text-decoration: none; 
	padding: 0;
	margin: 0;
}

a.high:hover 	{ color: #000; background : #ffc; text-decoration : none; }

/* BOTTOM BAR */

.hatch1			{ border: 2px solid #FC1921; }
.hatch2			{ border: 2px solid #B10021; }

#next			{ padding-left: 6px; }
#nextText		{ padding-left: 5px; color: #fff; }
a.footerLnk		{ color: #fff; text-decoration: none; }


/* COPY */

.copyRt			{ color: #999; text-align: center; margin: 15px 0 15px 0; }

a.Cright		{ color: #ccc; text-decoration: none; }
a.Cright:hover	{ text-decoration: none; }
