@charset "utf-8";

body {
	background-image: url(../pics/design/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px; 
	text-align: center; 
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

td {
	vertical-align: top;
}

tr {
	font-size: 13px;
	
}
form{
	margin:0px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;

}
#contentbox_2 h1{
	padding-top: 20px;

}

#container {
	width: 995px;
	text-align: left;		
	margin: 0 auto;
	padding: 0px;
	
	background-image: url(../pics/design/content-bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../pics/design/header_new_02.jpg);
	background-position: center;
	height: 244px;
	width: 995px;
}

#content {
	background-image: url(../pics/design/content-bg.jpg);
	background-repeat: repeat-y;
	width: 995px;
}

#footer {
	background-image: url(../pics/design/footer.jpg);
	height: 69px;
	width: 995px;
}

/***********************************************************************************/

#header #metanav {
	color: #6c7470;
	font-size: 10px;
	font-weight: bold;
	
	position: absolute;
	text-align: right;
	width: 955px;
	top: 128px;
	
	padding-right: 40px;
}

#header #metanav a {
	color: #6c7470;
	text-decoration: none;
}

#header #nav {
	height: 25px;
	width: 965px;
	position: absolute;
	margin-left: 50px;	
	padding-top: 10px;
	top: 153px;
}

#header #nav .entry, #header #nav .entry_active {
	color: #6c7470;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	
}

#header #nav .entry a {
	color: #6c7470;
	text-decoration: none;
}

#header #nav .entry_active a {
	color: #69bb8e;
	text-decoration: none;
}

#header #subnav {
	height: 25px;
	width: 965px;
	position: absolute;
	margin-left: 50px;	
	padding-top: 10px;
	top: 186px;
}

#header #subnav .entry, #header #subnav .entry_active {
	color: #6c7470;
	font-size: 11px;
	font-weight: bold;
	padding-right: 15px;
}

#header #subnav .entry a {
	color: #6c7470;
	text-decoration: none;
}

#subnav {
	margin-top:10px;
	margin-left: 10px;
}


#header #subnav .entry_active a {
	color: #69bb8e;
	text-decoration: none;
}

/***********************************************************************************/

#contentbox {
	padding-left: 45px;
	padding-right: 45px;
	
	font-size: 12px;
	line-height: 1.75em;
	color: #515050;
	
	background-image: url(../pics/design/content-bg.jpg);
	background-repeat: repeat-y;
}

#contentbox a{
	text-decoration: none;
	color: #606060;
	font-weight:bold;

}
#contentbox a:hover{
	text-decoration:underline;
}
#contentbox table, #contentbox form{
	font-size: 12px;
	line-height: 1.75em;
	color: #515050;
}


.tx-newloginbox-pi1 table{
	text-align: left;
	font-size: 12px;
	font-weight:none;
}

/***********************************************************************************/
h1 {
	margin-top:0px;
	padding-top:0px;
	
	border-top: 1px solid white;
	
	font-weight: none;
	font-size:15px;
}

h3 {
	font-size: 14px;

}