a:hover, a:link, a:visited, a:active	{text-decoration: underline; color: #0000ff;}
body	{
		margin-top:0;
		text-align: center;
		color: #333333;
		font-family: Verdana, Helvetica, sans-serif;
		background: url(../images/bg.png) repeat center top;
		}
#container	{
	    width:800px;
        text-align:center;
        margin: auto;
		}
#header		{
			    width:800px;
		height: 100px;
		margin: 0 0 0px 0;
		background: url(../images/header.png) no-repeat center top;	
		}
#header h1 	{
		font-size: 14px;
		margin: 10px;
		padding: 0;
        float: right;
				height: 100px;
		color:  #6E6E6E;
                                }
#main{
		width:800px;
		margin:0;
		padding:15px 0;
		background: url(../images/header-bg.png) repeat-y 0;
}
#main:after { 
content : ""; 
display : block; 
height : 0; 
clear : both; 
}
#footer		{
        width:800px;
		height:70px;
		margin-top: 0px;
		clear: both;
		padding:15px 0 15px 0;
		background: url(../images/fooder-bg.png) no-repeat center bottom;
		}
#footer	h3	{
		font-size: 12px;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 0;
                                font-weight:normal;
		}
#footer	h3 a, #footer p a {
		color:  #aaaaaa;
		}
#footer	p	{
		font-size: 12px;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
                                font-weight:normal;
		}
/*-*/
#columnr                   {
		width: 160px;
		margin:0;
        padding: 0px 20px 0 0;
		float: right;
		}
#content               {
		width: 580px;
		font-size: 12px;
		float: left;
		line-height: 130%;
		text-align:left;
		                                margin-left:20px;
        }
#content p 	{
		font-size: 11px;
		margin-right: 10px;
		margin-left: 20px;
		line-height:150%;
		}
#content h2               {
                                font-size:14px;
		padding: 8px 3px 8px 6px;
		color:  #666666;
		border-left: 4px solid #6E6E6E;
		background-color:#CCFFFF;
		text-align: left;
		margin:0px 0px 0 10px;
		}
#content h3 	{
		font-size: 13px;
		color:  #666666;
		margin-right: 10px;
		margin-left: 5px;
                                line-height:30%;
		}
#content a  {
margin-left: 4px;
font-size: 11px;
font-weight:bold;
}
/*side links*/
.link-name           {
		color:#6E6E6E;
		font-size:14px;
		padding: 4px 3px 7px 10px;
		text-align: left;
        font-weight:bold;
		} 
ul{padding:10px; margin:0;}
.link-list		{
		list-style-type: none;
		margin: 1px 5px 5px 5px;
		padding: 1px 5px 1px 5px;
}
.link-list li	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 13px;
		text-align: left;
        line-height: 150%;
}			
/*topic-path*/
.topic-path		{
		color:#CCCCCC;
		font-size: 10pt;
		margin-left: 30px;
		margin-bottom: 10px;
		text-align: left;
}					