body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:14px;
	color: #000000;
	background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000000;
	font-weight: bold;
}

h1{
	font-size:21px;
	font-weight: normal;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:10px;
}

h6 {
	font-size:10px;
	font-weight: normal;
}


a {
	color: #003366;
}

a:hover {
	color: #663366;
}

input:focus {
	outline: none;
}

#container {
	position: absolute;
	top: 14px;
	left: 50%;
	width: 976px;
	padding: 0;
	margin: 0;
	margin-left: -488px;
	background: #FFFFFF;
}

#stripe_up {
	width: 100%;
	min-width: 976px;
	height:14px;
	background: #7E7A7A;
	color: #FFFFFF;
}

#logo_container{
	width: 976px;
	height:90px;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}

#logo {
	float: left;
	width: 326px;
	height: 90px;
	border: none;
	background: #FFFFFF;
}

#banner {
	float: right;
	width: 468px;
	height: 59px;
	padding: 0;
	padding-top: 13px;
	padding-bottom: 18px;
	overflow: hidden;
}

#header {
	width: 976px;
	height: 282px;
	padding: 0;
	margin: 0;
}

#header_photo {
	float: left;
	width:326px;
	height:282px;
}

#header_menu {
	float: left;
	width: 325px;
	height: 282px;
	background: url("/images/templates/default/header_menu.png") no-repeat;
}

#header_auth {
	float: right;
	width:325px;
	height:282px;
	background: url("/images/templates/default/header_auth.png") no-repeat;
}

#shadow{
	width: 976px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}

#contents {
	width: 976px;
	padding: 0;
	margin: 0;
	border: 0 none;
	border-collapse: collapse;
}

#content {
	width:636px;
	padding: 0;
	padding-right: 15px;
	vertical-align: top;
	text-align: justify;
	background: #FFFFFF;
}

#content td li{
	text-align: left;
}

#sidebar{
	width:305px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
	background: url("/images/templates/default/sidebar.png") repeat-y;
}

.sidebar_header, .sidebar_header a{
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
	color: #000000;
	font-size: 21px;
	text-decoration: none;
}

.sidebar_header a:hover{
	text-decoration: underline;
}

.sidebar_content{
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
	font-size: 14px;
	text-align: left;
}

#content h1{
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: left;
}

#content p{
	text-align: justify;
}

#content table, #content table th, #content table td{
	border: 1px solid #003366;
	border-collapse: collapse;
	vertical-align: top;
}

#content table tr:first-child{
	background: #003366;
	color: #FFFFFF;
	font-weight: bold;
}

#content table th{
	text-align: center;
}

#content a img{
	border: none;
}

#support_banner{
	margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}

#footer {
	height: 56px;
	width: 960px;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	padding-left: 16px;
	color: #000000;
	background: url("/images/templates/default/footer_l.png") repeat-x;
	font-size: 12px;
}

#footer_shadow{
	width: 976px;
	height: 40px;
	padding: 0;
	margin: 0;
}

#footer_content{
	width: 630px;
	float: left;
	overflow-y: hidden;
}

#footer_content p{
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}

#footer_content a{
	color: #000080;
	text-decoration: none;
}

#footer_content a:hover{
	color: #800000;
	text-decoration: underline;
}

#footer_counters{
	width: 325px;
	float: right;
	overflow-y: hidden;
}

.small_text{
	font-size: 10px;
	color: #CCCCCC;
}

.error{
	font-weight: bold;
	color: #FF0000;
}

.comment{
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	text-align: justify;
}

.comment h3{
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}

.comment p{
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
}