body
{
font-family: Open Sans, Arial, Helvetica, sans-serif;
}

#container
{
	margin: auto;
	width: 940px;
	position: relative;
}

#breadcrumb
{
	position: absolute;
	top: 90px;
	left: 350px;
}

#breadcrumb p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #666;
}

#breadcrumb a
{
	text-decoration: none;
	color: #666;
}

#breadcrumb a:hover
{
	
}

#header
{
	height: 120px;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}

.logo
{
    position: absolute;
    top: 16px;
    left: 10px;
    width: 293px;
    height: auto;
}

#contents
{
	background: #E8F5FF;
	min-height: 450px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 80px 10px 10px 10px;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
}

#contents h1
{
	font-size: 18pt;
	margin: 10px 10px 10px 10px;
	font-weight: normal;		
	color: #666;
}
#contents h2
{
	font-size: 16pt;
	margin: 10px 10px 10px 10px;
	font-weight: normal;	
	color: #666;		
}
#contents h3
{
	font-size: 14pt;
	margin: 10px 10px 10px 10px;
	font-weight: normal;		
	color: #666;	
}
#contents h4
{
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	color: #F00;
}
#contents h5
{
	font-size: 10pt;
	margin: 10px 10px 10px 10px;
	font-weight: normal;
	color: #FFF;
}
#contents h6
{
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	color: #F00;
}
#contents p
{
	font-size: 10pt;
	margin: 10px 10px 10px 10px;
	color: #666;
}
#contents li
{
	font-size: 10pt;
	margin: 0px 10px 0px 10px;
	color: #666;
}

#contents a
{
	color: #39C;
}

#contents a:hover
{
	text-decoration: none;
}

#footer
{
	height: auto;
}

.bottomlogos img
{
	text-align: center;
	margin: 0px 15px 0px 15px;
	display: inline-block;
}

#footer p
{
	font-size: 9pt;
	text-align: center;
	color: #555;
}
