* {
	margin: 0px;
	padding: 0px;
}

a {
	color:#a09021; /* green-yellow */
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background-image: url(../images/back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #666;
	padding: 0px 15px; /* prevents negative paddings to disapear in small windows */
	text-align: center; /* ie6 */
}

body, td, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

td {
	vertical-align: top;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}
div.left {
	float: left;
}

div.right {
	float: right;
}

#body {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* ie6 */
	width: 930px;
}

#body div.separator{
	height:10px;
	border-bottom:#efefef 1px solid;
	width:100%;
}
/******* HEADER ***************************************************************/

#header {
	margin-left:auto;
	margin-right:auto;
	width:930px;
	height:168px;
}

/******* MENU ***************************************************************/
#menu {
	width:720px;
	float:left;
	height:50px;
	text-align:left;
	padding-top:20px;
	font-size: 24px;
	font-weight: normal;
}
#menu a {
	color: #504e4e;
	padding-right:20px;
}

#menu a.selected {
	color: #888888;
}

#menu a:hover {
	color: #ddc525;
}

/******* LOGO ***************************************************************/

#logo {
	width:186px;
	float:right;
	padding-top:4px;
}

/******* title ***************************************************************/

#title {
	height: 80px;
	float:left;
	width: 760px;
	padding-top:6px;
}

#title h1 {
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	left:10px;
}
#title h1 a{
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
}

#title h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
}

/******* lang ***************************************************************/
#lang {	
	width:110px;
	float:right;
	padding-top:14px;
	font-size: 10px;
	color:#999999;
	font-weight:normal;
}

#lang a {
	text-decoration: none;
	color:#CCCCCC;
	margin-left:2px;
}

#lang a:hover {
	text-decoration: none;
	color:#999999;
}

#lang .current {
	color: #999999; 
}

#login {	
	width:80px;
	float:right;
	padding-top:24px;
	font-size: 10px;
	color:#999999;
	font-weight:normal;
}

#login a {
	text-decoration: none;
	color:#CCCCCC;
	margin-left:2px;
}

#login a:hover {
	text-decoration: none;
	color:#999999;
}

/******* content ***************************************************************/
#main_container {
	margin-left:auto;
	margin-right:auto;
	width:930px;
	min-height:400px;
	margin-top:10px;
}


#video {
	width:500px;
	float:left;
	padding-top:4px;
}
#focus {
	width:400px;
	float:right;
	padding-top:30px;
}
#focus h1 {
	text-align:left;
	color: #000000;
	font-size: 26px;
	font-weight: normal;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#focus p {
	padding-bottom:14px;
	line-height:28px;
}


#content {
	width:930px;
	float:left;
	padding-top:4px;
}

#content ul, ol {
	padding: 0 0 0 20px;
	margin: 0px 0px 0px 20px;
}


#content li {
	margin: 0px 0px 0px 0px;
	line-height: 18px;
}

/******* nupud ***************************************************************/

#nupud {
	background: #ffffff;
	border-top: 1px solid #efefef;
	clear: both;
	color:#333333;
	font-size: 14px;
	line-height: 140%;
	margin: 0px -15px;
	padding-top: 0px;
	text-align: center; /* ie6 */
}

#nupud .small{
	color:#333333;
	font-size: 11px;
	line-height: 110%;
}

#nupud h2{
	color:#333333;
	font-size: 21px;
	line-height: 110%;
	text-align:left;
	padding-bottom:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}


#nupud_center {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left:0px;
	display: block;
	text-align: left; /* ie6 */	
	width: 870px;
}

#nupud a {
	color: #3273a7;
}

#nupud a:hover {
	color: #dec72b;
}

#nupud div.left,
#nupud div.right {
	width: 230px;
}

#nupud div.left {
	margin-right: 60px;
}

#nupud div.right {
	text-align: right;
}

#nupud ul {
	margin-top: 0px;
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

#nupud li {
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2.6em;
}

#nupud p {
	line-height: 140%;
}


#nupud .separator {
	border: none;
	padding-top: 15px;
}




#footer {
	clear: both;
	font-size: 10px;
	line-height: 140%;
	margin: 0px -15px;
	padding-top: 10px;
	text-align: center; /* ie6 */
	color:#999999;
}

#footer_center {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	display: block;
	text-align: left; /* ie6 */	
	width: 930px;
}

#footer a {
	color: #616161;
	padding-left:5px;
	padding-right:5px;
}

#footer a:hover {
	color: #78a226;
	text-decoration:underline;
}

#footer div.left,
#footer div.right {
	width: 730px;
}

#footer div.left {
	margin-right: 10px;
}

#footer div.right {
	text-align: right;
}

#footer ul {
	margin-top: 2px;
}

#footer li {
	background: url(../images/footer_bullet.gif) 0px 8px no-repeat;
	list-style-type: none;
	padding-left: 6px;
}

#footer p {
	line-height: 140%;
}

#footer img#footer_logo {
	margin: 7px 0px 10px 0px;
}

#footer a.rss {
	background: url(../images/footer_rss.gif) 0px 2px no-repeat;
	padding-left: 15px;
}

#footer .separator {
	border: none;
	padding-top: 5px;
}
