html, body, div, p, h1, h2, h3, ul, ol, span, a, table, form, img, li {
	padding: 0;
    font-size: 12px; 
    margin: 0; 
	padding-top: 0px; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	text-decoration: none;
}

html {
	height: 100%;

}

body {
	margin-top:0;
	height: 100%;
	background: url('imgs/bgcolor_new.jpg') no-repeat;
	background-color: #ffffff;
}


#layout {
	height: auto;
	background-color:white;
	padding-left: 14px;
	width: 726px;
	margin: 0 auto 0 auto;
	border-right: 1px solid #E9E9EA;
	padding-right: 30px;
}


#starter {

	margin-top: 0px;
	width: 726px;
	height: 194px;
	background: url('imgs/starter.jpg') no-repeat;
}

.navi {
	width: 726px;
	height: 30px;
	border-bottom: 1px solid #E9E9EA;
}

.navi p {
	margin-top: 24px;
}


.navi a {
	color:#bababa;
	margin-left: 17px;
	font-size: 19px;
	font-weight: bold;
	font-family: arial;
	padding-right: 1px;
	
	font-style: oblique;
}

.navi a:hover {
	color: #0c3182;
	padding-right: 1px;

}



#content {
	width: 726px;
	margin-top: 27px;
	height: 530px;
	padding-left: 3px;
}

#main {
	padding-top: 17px;
	height: 530px;
	margin:0;
	width: 75.8%;
	float: left;
	overflow: auto;
}

#partner {
	margin:0;
	width: 24%;
	float: right;
	border-left: 1px solid #E9E9EA;
	height: 530px;
}

#partner a img {
	border: none;
}

#partner p {
	margin-bottom: 10px;
}

#content h1 {
	padding-left: 3px;
	font-size:18px;
	font-family: arial;
	font-weight: bold;
	color: #fb3030;
	margin-bottom: 20px;
}

#content h2 {
	/*margin-bottom: 12px;*/ 
	font-size: 22px;
	font-weight: normal;
	font-family: arial;
	color: #0e489b;
	margin-bottom: 25px;
}

#content p {
	font-size: 13px;
	font-family: arial;
	color: #949494;
	line-height: 1.4em;
	margin-right: 40px;
}

#content td {
}

#content a {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #606060;
}

#content a:hover {
	color: #16709E;
}

#content a img {
	border:none;
}

#content strong {
	font-weight: bold;
	color: #656565;
}



#copyright {
	border-top: 1px solid #E9E9EA;
	background-color: white;
	height:80px;
	width: 771px;
	margin-left: auto;
	margin-right: auto;

}


#copyright p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #989898;
	line-height: 1.4em;
}

#copyright a {
	color: #9C9C9C;
	font-size: 12px;
}

#copyright a:hover {
	color: #0C3C7F;
	font-size: 12px;
}







