@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

img  {
	border: none;


}

#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 900px;
	font-size: 14px;
}

#head {
	height: 150px;
}

#logo {
	height: 108px;
	width: 250px;
	float: left;
	background-image: url(../images/logo-beta.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#topnav {
	float: right;
	width: 600px;
}

#topnav ul {
	list-style-type: none;
	text-align: right;
	margin-top: 50px;
}

#topnav li {
	list-style-type: none;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#topnav a {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	margin-right: 1%;
	margin-left: 1%;
	color: #2964AA;
}

#back {
	height: 60px;
	width: 100%;
	background-image: url(../images/back.jpg);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: absolute;
	left: 0px;
	top: 94px;
}

#breadcrumb {
	height: auto;
	width: auto;
	position: relative;
	clear: left;
	margin-top: 5px;
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	color: #999999;
	margin-right: 5px;
	font-size: 11px;
}

#breadcrumb a {
	color: #2964AA;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2964AA;
}

#gut {

}

#content {
	width: 650px;
	float: left;
	margin-right: 20px;
}

#content a {
	color: #2964AA;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2964AA;
}

#content ul {
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
}

#content li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.border {
	margin-top: 30px;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 20px;
	background-color: #FBFBFB;
}

.imagediv {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 20px;
}

.clear {
	clear: left;
}

.pt {
	margin-top: 20px;
}

h1 {
	color: #2964AA;
	margin-top: 10px;
	font-weight: normal;
}

h2 {
	color: #2964AA;
	font-weight: normal;
	text-align: center;
}

h3 {
	margin-top: 10px;
}

p {
	text-align: justify;
	margin-top: 10px;
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
}

#code {
	color: #999999;
	font-size: 0.77em;
	border: 1px dotted #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#right {
	width: 200px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
	padding-left: 20px;
}

#right ul {
	list-style-type: none;
}

#right li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

#right a {
	color: #2964AA;
	text-decoration: none;
}

#partner {
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}

#footer {
	clear: left;
	padding-top: 40px;
	margin-bottom: 20px;
}

#footer ul {
	list-style-type: none;
	margin-left: 10px;
}

#footer li {
	display: inline;
	color: #999999;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #999999;
	margin-right: 15px;
}

#footer  .w3c_ul {
	float: right;

}

#footer     a.w3c  {
	color: #2964AA;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 0px;
}

#footer .w3c_li {
	font-size: 10px;
}
