body {
	margin: 0px;
	background-color: #45A8CF;
	background-image: url(images/bg_l2.jpg);
	background-repeat: repeat-x;
}
body, td, p, a, div {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
}
p { line-height: 18px; }
h1 {
	font-weight: bold;
	font-size: 20px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #048dc4;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #048dc4;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #048dc4;
}
h4 {
	font-weight: bold;
	font-size: 18px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #048dc4;
	margin: 15px 0 0 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #FFCC66;
}

a.nobg:hover, img.linked {
	background-color: transparent;
	border: 0px;
}

ul.plain {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 18px;
}


/* custom */
#maincell
{
	background-image: url(images/bg_home06.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#l2cell
{
	background-image: url(images/bg_l2main.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#l2permcell {
	background-image: url(images/bg_l2perm.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

div.sbox {
	margin: 43px 18px 0 11px;
	float: left;
}
div.rbox {
	margin: 10px 0 0 0;
	float: right;
}

/* TOP NAV */
#container {
	width: 800px;
	height: 18px;
	text-align: center;
	margin: 0 auto 0 auto;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
}

#nav a {
	display: block;
	width: 8.5em;
	color: #42a2c7;
	font-weight: bold;
	text-decoration: none;
}

#nav li { 	/* all list items */
	float: left;
	width: 8.5em; /* width needed or else Opera goes nuts */
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #ffffff;
	width: 8.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul, #nav li a:hover, #nav li a.sfhover { /* lists nested under hovered list items */
	left: auto;
	color: #0066cc;
	background-color: #c3de39;
}

/* domCollapse styles */

.trigger {
	font-weight: bold;
	font-size: 14px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	padding: 5px;
}
.triggerexpanded {
	font-weight: bold;
	font-size: 14px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #c3de39;
	padding: 5px;
}

.trigger img, .triggerhover img, .elementnormal img, .elementcollapsed img, #domcollapseall img, .sbox img {
	background-color: transparent;
	border: 0px;
}

.triggerhover {
	cursor: default;
	background: #c3de39;
	color: #ffffff;
}		
.elementnormal {
	position: static;
	left: 0;
}
.elementcollapsed {
	position: absolute;
	left: -999em;
	top: 0;
	height: 1px;
}
#domcollapseall ul {
	margin: 0;
	padding: 0;
}
#domcollapseall li {
	display: inline;
	padding-right: 1em;
}

/* ammo */
ul.sched {
	list-style: none;
	margin: 1px 0;
	padding: 0 3px;
}

li.s {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/sl.gif);
	background-repeat: no-repeat;
	background-position:  3px 2px;
}
li.t {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/tt.gif);
	background-repeat: no-repeat;
	background-position:  1px 2px;
}
li.p {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/pa.gif);
	background-repeat: no-repeat;
	background-position:  2px 2px;
}
li.po {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/po.gif);
	background-repeat: no-repeat;
	background-position:  2px 2px;
}
li.x {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/x.gif);
	background-repeat: no-repeat;
	background-position:  2px 2px;
}

ul.sched a {
	text-decoration: underline;
	color: #ffffff;
}

ul.sched a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #c3de39;
}


