
/* APSMO Styles */

body {
	background-color: #EFEFEF;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	font-color: #000099;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#wrap {
    position: absolute;
    margin-top: 1px;
    margin-right: 1px;
    margin-left: 1px;
	padding: 0em;
	left: 1%;
	width: 98%;
	color: black;
	background-color: #EFEFEF;
}


/* Header */
#wrapheader {
  position: absolute;
  width: 100%;
  border: 1px  #000099;
  margin: 0;
  padding: 0;
  background-image: url(images/background.jpg);
}

#header {
    padding: 0.1em;
	font-color: #000099;
	float: right;
	margin: 1%;
	font-weight: bold; 
}

.headertext {
    margin: 0;
	font-weight: normal;
	color: #000099;
	font-size: 14px;
	text-align: center;
}
.headertext2 {
    margin: 0;
	font-weight: normal;
	color: #E66F06;
	font-size: 12px;
	text-align: center;
}

.headermenu {
    margin: 0;
	font-weight: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

a.headermenu { text-decoration: none; color : #006699; }
a.headermenu:hover{ text-decoration: underline; color : #DD6900; background-color: #EFEFEF;}

#headerlogo {
    padding: 0;
	float: left;
	margin: 0.2%;
	
}

 .clearboth { clear: both; }
 
/* Menu */
#menu {
	position: absolute;
	float: left;
	margin: 1%;
	width: 14%;
	border: 1px solid #000099;
	padding: 0;
	background-color: #CEE3EF;
	font-size: 12px;
	
}

#menu a:link, #menu a:visited {
	color: #0075B0;
	border-width: 1px;
	border-style: none;
	display: block;
	width: 95%;
	text-decoration: none;
	margin-left: 0.4em;
	font-size: 12px;
}

#menu a:hover {
	background-color: #EFD16B;
	color: #000099;
}

#menu h2 {
	float: left;
	width: 98%;
	height: 16px;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #0075B0;
	border: 1px solid white;
	color: #FFA34F;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS",Verdana, Arial;
}
#content {
    background-color: white;
	margin-top: 1%;
	padding: 0.5em;
	border: 1px solid #000099;
	font-color: #000099;
	font-size: 0.85em;
	width: 80%;
	float: right;
	margin: 1%;
}	
   h2 {
	float: left;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/H2bg.jpg);*/
	background-color: #0075B0;
	padding: 0.3em;
	margin-left: 0.4em;
	border: 1px solid #000099;
	color: #FFB879;
	font-family: "Trebuchet MS",Verdana, Arial;
	height: 15px;
	vertical-align: middle;
}

.generaltext {
    margin: 0;
    margin-left: 0px;
	font-weight: normal;
	color: #000099;
	font-size: 12px;
}

.indentedtext {
  margin-left: 3em;
  font-weight: normal;
  color: #000099;
  text-align: justify;
}
.highlightedtext {
    margin: 0;
	font-weight: normal;
	color: green;
}

.tabletext{
    margin: 0;
	font-weight: normal;
	color: #000099;
	background-color: white;
}

#leftcol {
	font-color: #000099;
	float: left;
	text-align: center;
	width: 50%;
}

#rightcol {
    width: 50%;
	font-color: #000099;
	float: right;
	text-align: center; 
}

#leftcoloutside {
	position: absolute;
	float: left;
	margin: 1%;
	width: 13%;
	padding: 0;
	font-size: 0.85em;
}


#statusbar {
  width: 98%;
  background-image: url(images/StatusBarBG.gif);
  border: 1px solid #000099;
  margin: 0;
  padding: 0;
  font-color: #000099;
  float: right;
  margin: 1%;
  font-weight: normal; 
  height: 40px;
}

.statusbartext {
    margin: 0;
	font-weight: normal;
	color: white;
	margin-top: 2px;
}

#footer {
   	margin-top: 1%;
	padding: 0.5em;
	font-color: #000099;
	font-size: 0.65em;
	width: 80%;
	float: right;
	margin: 1%;
}
.footertext{
    margin: 0;
	font-weight: normal;
	color: #000099;
	text-align: center;
}

blockquote {
  background-image: url(images/quote.gif);
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: top left; 
  border: 1px solid #cfc;
  padding: 5px;
  margin: 5px;
}

p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
	color: white;
}

a:link, a:visited {
	color: blue;
	border: 1px none white;
}

a:hover {
	background-color: #EFD16B;
}


li {
    margin-left: 50px;
    list-style-type: circle;
    list-style-image: url(images/bullet_blue.gif);
    list-style-position: outside;
	font-weight: normal;
	color: #000099;
}

ul {
    margin-left: 15px;
    font-weight: normal;
	color: #000099;
}
