body {
  text-align: center;
  background:#221a55 url(img/bgfade.png) repeat-y center 0;
  margin:0px;
  color:#000;
}

A:link {
	COLOR: #221a55; 
	text-decoration: underline;
}
A:visited {
	COLOR: #9B8755; 
	text-decoration: none;
}
A:active {
	COLOR: #9B8755; 
	text-decoration: underline;
}
A:hover {
	COLOR: #9B8755;
	text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 960px;
  text-align: left;
  background: #FFFFFF url('img/content_bg.gif') top left repeat-y;

}

#page_header {
  height: 185px;
  border-top: 5px solid #000;
  background: #221a55 url('img/header11.jpg') no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: verdana;
  font-size: 26px;
  color: #9B8755;
  line-height:26px;
  letter-spacing:-1px;
  display: none;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: verdana;
  font-size: 16px;
  color: #9B8755;
  line-height:22px;
  display: none;
}



#content_wrapper {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;      
  border:0px dashed #FFFFFF;  
}

#center {
  position: relative;
  background: url(img/content-bg.gif) no-repeat center center;
  top: 10px;
  margin-left:220px;
  margin-right:210px;
  margin-bottom: 50px;
  min-height: 600px;
}

#center h1 {
  font-size: 25px;
  color: #221a55;
  font-weight:bold;
}
#center h2 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #221a55;
}
#center h3{
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #221a55;
}
#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  color: #000;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

#left_side {

  float: left;
  width:160px;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-size: 14px;
  color: #221a55;
  padding:4px;
  background-color: #9B8755;
}

#left_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#right_side {
  float: right;
  margin: 0 10px 10px 0;
  padding: 0 0px 8px 8px;
  background: #000;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:5px;
  width:142px;
  margin-bottom:0px;
  font-size: 18px;
  font-weight:bold;
  color: #221a55;
  padding:4px;
  background-color: #9B8755;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#page_footer {
  height: 60px;
  background: #221a55;
  clear: both;
}

#page_footer p {
  padding-top:15px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#9B8755;
}

#page_footer A:link {
	COLOR: #D5D0B0; text-decoration: none
}
#page_footer A:visited {
	COLOR: #D5D0B0; text-decoration: none
}
#page_footer A:active {
	COLOR: #D5D0B0; text-decoration: none
}
#page_footer A:hover {
	COLOR: #D5D0B0; text-decoration: underline
}


#linklist {
  padding-left: 5px;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 100%;
}

#linklist li {
  list-style: none; 
  padding-left: 45px;
  background-image: url(img/me.gif);
  background-repeat: no-repeat;
  margin: 0;
  line-height:40px;
  background-position: 0 2px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:15px;
}
#linklist li a { text-decoration: none; 
font-size: 15px;}
#linklist li a:hover { text-decoration: underline; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}
	/* navigation */
	
	#nav {
		float: left;
		width: 100%;
		margin: 0 0 5px 0;
		padding: 0 0 0 0;
		list-style: none;
		background: #000;
		}
	
	#nav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#nav a {
		float: left;
		display: block;
		padding: 6px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%;
		color: #fff;
		background: #000 url(img/nav_slant2.gif) no-repeat top right;
		}
	
	#nav #nav-1 a {
		padding-left: 20px;
		}
	
	#nav a:hover {
		text-decoration: underline;
		}
	
	/* more */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 170px;
}
ul.menu{
margin-left: 7px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #221a55;
  font-weight: bold;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #221a55;
}

ul.menu li ul li a {
  background: #D5D0B0;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #221a55 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

table{
	width:100%;
	padding-left: 5px;
}
td{
	padding: 5px;
	font-family:verdana;
	font-size:15px;
}
th{
	font-family:verdana;
	font-size:16px;
	font-weight: bold;
}
