/*
	import 
*/
@import url("cssReset.css");

/*
	default tags style
*/
body 
{
	background-repeat: repeat;
	background-image:  url( "../images/background.png" );
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 60px;
	padding : 100px 20px 0 20px;
	text-align: right;
    color: #CCCCFF;
	background-image: url("../images/header_bg.png" );
	background-repeat: no-repeat;	
	height: 100px;
}

h2
{
	background-image: url("../images/h2_bg.png" );
	background-repeat: no-repeat;
	height: 40px;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 20px;
	margin-top: 40px;
}

h3
{
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;
	margin-top: 20px;	
}

p
{
	background-color: #FFFFFF;
	margin-top: 20px;
	line-height: 22px;
}

a
{
	font-weight: 600;
	color: #3333FF;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
}

li
{
	list-style : disc;	
	margin-left : 20px;
}

img
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding: 10px;
}
/*
	ID style
*/
#header
{
}

#content
{
	font-size: 14px;
	text-align: left;
	padding: 20px 100px 70px 100px;
	background-image: url( "../images/body_bg.png" ) !important;
	background-repeat: repeat-y !important;
}

#footer
{
	color: #999999;
	vertical-align: baseline;
	font-size: 12px  !important;
	text-align: right;
	background-image: url("../images/footer_bg.png");
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 80px;
	height: 40px;
}

/*
	Class Style
*/
.contentPart
{
}

.footerLinks > a
{
	color: #999999 !important;
}

.footerLinks > a:hover
{
	color: #FFFFFF !important;
}

.footnote > p, ul
{
	font-size: 12px !important;
	line-height: 16px;
}

.footnote > h3
{
	font-size: 16px;
}

.center
{
	text-align: center;
}

.mainContent
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

.updateInfo
{
	color: #666666;
	font-size: 8px;
}
