/* MASTER STYLES */
body {background-color: #ffffff; color: #000000;}

body, td, th, h1, h2, h3, h4, h5, h6, p, li {
font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {color:#336699; text-decoration: none; }

a:link {color:#336699;}
a:hover {text-decoration: underline;}

pre {margin: 0px; font-family: monospace;}
table {border-collapse: collapse;}
/* img {float: right; border: 0px;} */
hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}




/* Calendar */
table.calendar {
    width: 100%;
}

table.calendar td {
    text-align: center;
}

table.calendar td a {
    display: block;
}

table.calendar td a:hover {
    background-color: #FFFFFF;
}

table.calendar th {
    background-color: #FF0000;
}

table.calendar td.selected {
    background-color: #00FFFF;
}

img.calendar {
    border: none;
}

form.clock {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}



/* MANAGER STYLES */
a.managerLink {
	background-color: #FFFFFF;
	font-size: 9px;
	color: #993300;
	border-color: #993300;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

a.managerLink:hover {
	background-color: #993300;
	color: #FFFFFF;
	text-decoration: none;
}




/* IN PAGE LINKS */
ul.inPageLinks {
	margin-left: 0px;
	padding-left: 1em;
	list-style-image: url(/images/inpageArrow.gif) inside;
	margin-right: 16px;
}


/* TABLE LIST Styles */
table.listTable1 {
	width: 100%;
	margin-bottom: 16px;
	border: 0;
}
table.listTable1 td {
	padding: 6px;
	background-color: #EDEED7;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: 0;
}
table.listTable1 th {
	padding: 6px;
	background-color: #D2E4B1;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	text-align: left;
}


/* HEADER STYLES */
#topNav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#336699;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}



/* FOOTER STYLES */
td.disclaimer a {
	color:#336699;
	text-decoration: underline;
}
td.disclaimer a:hover {
	text-decoration: none;
}


/* MAINWELL / LEFT NAV STYLES */
#leftNav {
margin-left:12px;
margin-top:18px;
}
#leftNav p.MenuItemON {
	color:#000000;
	text-decoration: underline;
}

#leftNav p.MenuItemOFF {
}

#leftNav p.childMenuItemON {
	font-size:9px;
	text-decoration: underline;
	margin-top:5px;
}

#leftNav p.childMenuItemOFF {
	font-size:9px;
	margin-top:5px;
	color:#000000;
}

#leftNav p {
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#leftNav a {
	color:#336699;
	text-decoration: none;
}

#leftNav a:hover {
	color:#336699;
	text-decoration: underline;
}

#mainwell {
padding-top:0px;
margin-top:12px;
padding-left:20px;
padding-right:20px;
}

#mainwell p, #mainwell ol, table.listTable1 td, table.listTable1 th, #mainwell table td {
font-size:12px;
line-height:18px;
padding-right:10px;
}

#mainwell table td.layoutTable {
padding-right:0px;
}

#mainwell ul {
font-size:12px;
line-height:18px;
margin-left: 0px;
padding-left: 1em;
}

#mainwell h1 {
font-size:18px;
line-height:22px;
padding-top:0px;
margin-top:0px;
font-weight:normal;
color:#000000;
}

p.FAQquestion {
	font-size:12px;
	line-height:22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}

p.FAQanswer {
	font-size:12px;
	line-height:22px;
	margin-top: 0px;
	padding-top: 0px;
}



/* FOOTER STYLES */
p.didyouknowtext {
	font-size:11px;
	line-height:14px;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 12px;
}

.didyouknowbox {
margin-top:20px;
margin-bottom:10px;
}

.disclaimer {
font-size:10px;
}



/* WIREFRAME STYLES */
p.requirement {font-weight:bold; color:#FFFF00; font-size:16px; background-color: #990000;}
