body, #contentarea, #navigation, p, td {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	margin-top:3em;
	font-weight: bold;
	letter-spacing: .08em;
	clear: both;
}

h1, h2{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

h3{
	font-size: 14px;
	line-height: 18px;
}

h4, h5, h6 {
	font-size: 12px;
	line-height: 14px;
}

p {
	margin:0px;
	padding:0em 0em 2em;
}

a {
	/*text-decoration: none;*/
	font-weight: bold;
	color: #a16666;
}

.cap {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
}


table.callout {
	background-color: black;
	/* margin: 20px 0px;  Would use this but it causes Safari to Align the Table Left  */ 
	margin-top: 20px;
	margin-bottom: 20px;
}
 
table.callout th {
	font-size: 14px;
	background-color: #B9760E;
	color:white;
	font-variant: small-caps;
}

table.callout td { 	font-size: 12px; background-color: white; }



#contentarea {
	margin-left: 255px; 
	margin-bottom:6em;
	width: 480px; 
}

#navigation {
	position: absolute; /*fixed*/
	width: 160px;
	left: 40px;
	top: 40px;
	z-index:50;
	font-size: 13px;
	font-weight: bold;/**/
	letter-spacing: .08em;
	color: white;
}

#navigation a { display:block; margin-bottom: 8px; text-shadow: black 3px 3px 5px; text-decoration: none; }
#navigation a:link {	color: #FFF; }
#navigation a:visited { color: #CCC; }
#navigation a:hover { color: #9DCDDD;	text-shadow: black 6px 6px 10px; }
#navigation a:active {	color: #CC9; }


#navigation #MainSubMenu a.MenuTitle {
	margin-bottom: 2px;
	margin-left: 7px;
	font-size: 11px;
	border-style: solid;
	border-width: 1px 0px 0px;
	border-color:#CCCCCC;
	font-weight: bold;
}

#navigation #MainSubMenu a.SubMenu {
	margin-bottom: 3px;
	margin-left: 14px;
	font-size: 11px;
	font-weight: bold;
}


/* ======================== */

.mod01 { background: #9DCBB7 url('module01/images/BG_full.jpg') repeat-y top left; }
.mod02 { background: #C0C18E url('module02/images/BG_full.jpg') repeat-y top left; }
.mod03 { background: #C0AA85 url('module03/images/BG_full.jpg') repeat-y top left; }
.mod04 { background: #7281A1 url('module04/images/BG_full.jpg') repeat-y top left; }
.mod05 { background: #D68A66 url('module05/images/BG_full.jpg') repeat-y top left; }
.mod06 { background: #D3BD82 url('module06/images/BG_full.jpg') repeat-y top left; }
.mod07 { background: #D5AE9C url('module07/images/BG_full.jpg') repeat-y top left; }
.mod08 { background: #9E92AC url('module08/images/BG_full.jpg') repeat-y top left; }
.mod09 { background: #99A98B url('module09/images/BG_full.jpg') repeat-y top left; }
.mod10 { background: #E3959B url('module10/images/BG_full.jpg') repeat-y top left; }
