html, body{ 
 margin:0; 
 padding:0; 
 background-color:#333333; 
 text-align:center; 
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} 


html {min-height:100%;margin-bottom:1px;}

h1{ 
 color: #0f2b8e;
 font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}
 
h2{ 
 color: #0f2b8e;
 font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}
 
h3{ 
 color: #0f2b8e;
 font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}
 
#pagewidth{ 
 width:959px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
 background-image: url("images/page-bg.jpg");
 background-repeat: repeat-y;
 background-position: top right;
} 
#pagewidth img {
border: 0;
}  
#header-wrapper{ 
 height: 174px;
 border-top: 0px;
 border-left: 0px;
 border-right: 0px;
 padding: 0px;  
}

#header{ 
 width:100%; 
 text-align: center;
 }
 
#header img{ 
 border: 0px;
 padding: 0px; 
 }
 
#outer{ 

 } 
 
#leftcol{
 /*/*/ width:180px; /* hack keeps NN4 right column right? */ 
 float:left; 
 position:relative; 
 color: #ffffff;
 padding: 20px 0px 0px 20px;
} 

#leftcol a:link { 
 color: #ffffff;               
 text-decoration: none;
 font-weight: bolder; 
}
     
#leftcol a:visited { 
 color: #ffffff;               
 text-decoration: none;
 font-weight: bolder; 
}

#leftcol a:active { 
 color: #ffffff;                
 text-decoration: none;
 font-weight: bolder; 
} 

#leftcol a:hover{ 
 color: #ffffff;                
 text-decoration: none;
 font-weight: bolder; 
} 
ul.NoBullet {
  list-style-type: none}
  
#footer{
 width:100%; 
 text-align: center;
 font-size: 80%;
 font-weight: bold;
 background-image: url("images/footer-bg.jpg");
 border-top: 1px solid #000000;
} 
 
 
#maincol{ 
 float: right; 
 width: 720px; 
 position: relative; 
 margin:  0px; 
 padding: 0px 10px 20px 10px;
 }
 
#maincol img {padding:10px;}

#maincol em {
	font-style: normal;
	font-weight: bold;
}

#maincol p{
 text-align: justify;
}

#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
 /*printer styles*/ 
@media print{ 

/*hide the right column when printing*/
#leftcol{display:none;} 
#outer{border-right:0;} 
}

.imgleft{	
 float: left;
 margin: 4px 15px 4px 4px;
}

.imgright{
 float: right;
 margin: 20px 4px 4px 15px;
}

#menu {
	z-index:899; 
	color:#fff; 
	padding: 1px 0px 1px 0px;
	font-size: 1em;
}

#nav{
	margin:0; 
	font-size: 1em;
	list-style: none; 
	z-index:900;
	padding:0px 0px 0px 3px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 0px 1px;
}

#nav li li a:hover {
	padding: 0px 5px;
	color: #ffffff;
	border-width: 0 5px;
}

#nav li {
	float: right;
	position: relative;
	padding: 0px 1px 0px 0px;
	cursor: default;
	color: white;
	font-weight: bold;

}

#nav li a:link, #nav li a:visited{
}

#nav li#first {
	border-left-width: 1em;
}

#nav li#last {
	border-right-width: 1em;
}

#nav li ul {
	display: none;
	position: absolute;
	z-index:910;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0px;
}

#nav li>ul {
	top: 12px;
	z-index:920;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: #FF0000;
	z-index:930;
	width: 8em;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index:940;
	min-height:0;
	left:0;
}

.strongital{
font-weight: bold;
font-style: italic;
}

.strong{
font-weight: bold;
}

.ital{
font-style: italic;
}

.ital{
font-style: italic;
}

.small{
font-size: 90%;
}

.x-small{
font-size: 90%;
}

.content-wrapper{
float: left;
}

.left-side{
float: left;
text-align:center;
}
.right-side{
float: right;
text-align:center;
}

.indent{
 padding-left: 60px;
}

