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


#container {
width: 980px;
margin: auto;
padding: 0px;
background-color: #fff;
}

#head {
margin: auto;
width: 980px;
height: 220px;
background-image:url(images/logotop.png);
background-repeat: no-repeat;
background-position:center;
}

#flashcontainer {
margin: auto;
width: 600px;
padding-top: 100px;
}

#menucontainer {
margin: auto;
width: 738px;
height: 180px;
background-color:#fff;
background-image:url(images/menubg.png);
}

#contentcontainer {
margin: auto;
background-image: url(images/contentbg.png);
background-repeat: no-repeat;
padding-left: 356px;
padding-right: 150px;
min-height: 400px;
}

#democontainer {
margin: auto;
padding-left: 312px;
padding-right: 150px;
min-height: 400px;
}

#pastcontainer {
margin: auto;
background-image: url(images/pastbg.png);
background-repeat: no-repeat;
padding-left: 356px;
padding-right: 150px;
min-height: 400px;
}

#newscontainer {
margin: auto;
padding-left: 120px;
padding-right: 120px;
min-height: 400px;
}
	
#footercontainer {
margin: auto;
background-image: url(images/footerbg.png);
background-repeat: no-repeat;
padding-left: 356px;
padding-right: 136px;
padding-top: 16px;
height: 250px;
color: #FFF;
}

#footercenter {
	width: 220px;
	float: left;
	height: 180px;
}

#footerright {
	width: 218px;
	float: left;
	margin-left: 10px;
	height: 180px;
}

#secondfooter {
margin: auto;
text-align: center;
color: #FFF;
cursor: default;
}


#secondfooter p {
font-size: 9px;
}

#introfooter {
float: right;
}

a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}

a:visited {
	color: #F00;
}

img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #000;
	cursor: default;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	cursor: default;
}



li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #000;
	cursor: default;
}

h1 {
  	font-family: "carbon-type-1","carbon-type-2",Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration:none;
	line-height: 20px;
	font-variant: small-caps;
	color: #000;
	cursor: default;
}

.white {
	color: #FFF;
}

.send {
	float: right;
}