body {
	margin: 0;
	padding: 0;
	background: #C0C0C0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
hr{
width:700px;
text-align:center;
margin-left:100px;
}

h1{
width:873px;
height:221px;
margin:0;
overflow: hidden;
background:url(images/logo.gif) no-repeat;
}
h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{
display: block;
width:873px;
height:221px;
text-indent: -100000px;
} 



p {
	color: #000000;
	text-decoration: none;
	font-family:  Arial;
	font-size: 14px;
	margin-top: 0px;
}

a, ul, li{
	color: #FFFFFF;
	text-decoration: none;
	font-family:  Arial;
	font-size: 18px;
}

a:hover {
	text-decoration: none;
	color: #C0C0C0;
	font-family:  Arial;
	font-size: 18px;
}

#header {
	padding-top: 20px;
	width: 873px;
	height: 221px;
	margin: 0px auto;
	background: #324D75;
}

#slogan {
	padding-top:20px;
	padding-left:40px;
	}
#slogan h2 {
  font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	}

#menu {
	width: 873px;
	height: 50px;
	margin: 0px auto;
	background: #324D75;
	padding-top: 60px;
	text-align: center;
}
#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}



#content_top {
	width: 873px;
	height: 23px;
	margin: 0px;

	
	background:url(images/content_top.gif) no-repeat;

}

#right {
	float: right;
	width: 480px;

}

#left {
	float: left;
	width: 220px;
	padding: 20px 20px;
	background: #EDEDED;
}

#content {

	width: 873px;
	margin: 0px;
	background:url(images/content.gif) repeat-y;

}
#content a{
margin-right:10px;
color:black;
font-family:Arial;
font-size:14px;
}

#content a:hover{
text-decoration:line-through;
}

#content p {
	text-align:left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
#content h2 {
color:#324D75;
text-align:left;
margin-left: 30px;
font-size:16px;
}
}
#content h3 {
color:#000000;
text-align:left;
text-decoration:underline;
margin-left: 30px;
font-size:14px;

}

h3 {
color:#000000;
text-align:left;
text-decoration:underline;
margin-left: 30px;
font-size:14px;

}
#contentfoot {
	width: 873px;
	height: 23px;
	margin: 0px;
	

	background:url(images/content_bottom.gif) no-repeat;

}
table{
border-style:none;
width:850px;
margin-right:10px;
margin-left:10px;
}
#col{width:80px;}
.col2{width:120px;}
td{
text-align:left;
padding-left:10px;
}
#footer {
	
	width:800px;
	clear: both;
	height: 38px;
	margin: 0px auto;
	padding-top: 18px;
	background: #324D75;
	font-size: 14px;
	color: #C0C0C0;
}

#footer .copyright {


	margin: 0px;
	text-align: center;
	color: #C0C0C0;
}

#footer a {
	
	text-decoration: none;
	font-family:  Arial;
	font-size: 14px;
	color: #C0C0C0;
}

#footer .copyright a {
	
	text-decoration: none;
	font-family:  Arial;
	font-size: 14px;
	color: #C0C0C0;
}

#wrapper {
	width: 873px;
	margin: 0px auto;
	background: #324D75;
}

 .style1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

 .style2 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}
#css {
	float:right;
	width:88px;
	margin: 0px auto;
	padding-right:100px;
	background: #324D75 url(images/css.bmp) no-repeat;
}
#xhtml {
	float:right;
	width:88px;
	margin: 0px auto;
	padding-right:160px;
	background: url(images/xhtml.png) no-repeat;
}
img{
		border:none;
		}
		
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor:inherit;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}