@charset "UTF-8";
/* charsetUTF8 */

html * {
    box-sizing: border-box; /* */
    -moz-box-sizing: border-box; /*  */
}



* {
	margin: 0;
	padding: 0;
}
body { background-color: white; }

a:link {
	color: #0000ff;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #ff0000;
}
a img {
	border: 0;
}

a[href]  { 
	text-decoration: underline;
	margin-top: 5px;
}

.contener { background-image: url(../_images/contenerBack.gif); background-repeat: repeat-y; width: 762px; margin-bottom: 80px; margin-left: 25px; border-bottom: 1px solid #6d6d6d; }

#header { text-align: center; width: 762px; margin-bottom: 15px; }

#headerContent { text-align: left; width: 760px; margin-right: auto; margin-left: auto; }
.main1 { text-align: left; width: 762px; }
.promotion { text-align: left; width: 710px; margin-right: auto; margin-bottom: 25px; margin-left: auto; }
#notice { background-image: url(../_images/notice_bar.gif); background-repeat: repeat-y; text-align: left; width: 600px; margin-right: auto; margin-bottom: 25px; margin-left: auto; }


.main1  { 
	margin-top: 0;
	margin-bottom: 24px;
	margin-left: 0;
	left: 0;
	width: 760px;
	height: auto;
	overflow: hidden;
 }

.main1 h1{
}



#breadcrumbslist{
	margin-top: 12px;
	margin-bottom: 3px;
	margin-left: 25px;
	width: 710px;
	overflow: hidden;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	padding: 3px 6px 3px 6px;

}

.main2 { 
	line-height: 150%; 
	font-size: 10pt; 
	margin: 12px 0 12px 25px; 
	width: 710px; 
	height: auto;
	position: relative; 
	overflow: hidden;
}

.main2 h2 { 
	line-height: 130%; 
	text-align: left; 
	margin-top: 0; 
	margin-bottom: 15px; 
	margin-left: 0; 
	width: 710px;
 }

.main1 ul{
	list-style-type: disc;
	margin: 3px 8px 3px 18px;
	padding-left: 0;
}

.main1 li { 
	font-size: 14px; 
	line-height: 130%; 
	text-align: left;
 }

.main2 ul{
	list-style-type: disc;
	margin: 3px 8px 3px 18px;
	padding-left: 0;
}

.main2 li { 
	margin-bottom: 0.5em; 
	font-size: 12px; 
	line-height: 130%; 
	text-align: left;
 }


#archivesmain2{
	margin-top: 0; margin-bottom: 0; margin-left: 25px;
	width: 710px; 
	overflow: hidden; 
}


.column01  { margin: 5px; }


.footer { text-align: left; width: 762px; clear: both; margin-right: auto; margin-left: auto; }
#footerMenu { width: 100%; margin-top: 20px; margin-bottom: 20px; }
#footerMenuContent { text-align: center; width: 100%; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #427844; border-bottom: 1px solid #427844; }

#legal { margin-bottom: 15px; }
#legalContent { width: 100%; margin-right: 25px; margin-bottom: 15px; margin-left: 25px; }
#copyright { margin-bottom: 15px; }
#copyrightContent { width: 100%; margin-right: 25px; margin-bottom: 35px; margin-left: 25px; }


/* pagefont */


.fontColorGreen {
	color: #71CF18;
}

.fontColorGrey {
	color: #4b4b4b;
}

.fontColorRed {
	color: #FF3300;
}

.fontColorPink {
	color: #FE0172;
}

