@charset "utf-8";
/* CSS Document */






/* =====================================================
General
======================================================== */
body {
	font-family:sans-serif;
	background-color:#ffffff;
	margin:0px;
    color: #333333;
	text-align:center;	
}



a {
    color: #0000ff;
}


a:link {
    text-decoration: none;
} 


a:visited { 
    color: #0000ff;
    text-decoration: none;
} 


a:hover {
    text-decoration: underline;
}


a:active {
    color: #0000ff;
} 



img {
    border-width: 0px;
}


h2{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
}



/* ==========================================================

===========================================================*/
#wrapper {
	width:800px;
	margin:0 auto;
	font-size:75%;
	min-height: 100%;
}

* html div#continer {
	height:100%;
}



#tools{
	text-align:right;
}



#header{
	margin:0;
	padding:30px 30px 0 30px;
	text-align:left;
}



#main {
	margin:0;
	padding:30px;
	text-align:left;
	line-height:2em;
	padding-bottom:1em;
	width:640px;
}



#footer {
	width:640px;
	bottom:0;
	color:#CCCCCC;
	font-size:.8em;
	text-align:right;
}



#footer address{
	font-style:normal;
	padding:10px 0 0 0;
}



#footer a{
	color:#CCCCCC;
}






/* ==========================================================

===========================================================*/
/*  AREA > sub topic  */
.subtopics{
	padding: 0 0 25px 0;
}


.topictitle
{   
	font-size:1.5em;
	margin:0;
	padding:10px 0 3px 0;
}




