@CHARSET "UTF-8";

#center_layer {
  position: relative;
  top: 25px;
  right: 0;
  margin: 0 auto;
  width: 880px;
  height: 600px;
  text-align: left;

  padding: 0;

  background: transparent;
}

#side_layer {
	position: absolute;
	
	top: 135px;
	left: 0;
	
	width: 190px;
}

#side_content_layer {
	position: absolute;
	
	right: 0px;
	top: 0;
	
	text-align: right;
}

#container_layer {
	position: absolute;
	top: 0;
	right: 0;
	
	height: 600px;
	width: 680px;
	
	margin: 0;
	padding: 0;
	
	background-image: url(/images/layout/bg-banner.png);
}

#image_layer {
	position: absolute;
	top: 110px;
	right: 5px;
	
	width: 260px;
	
	text-align: right;
	vertical-align: top;
	
	margin: 0;
	padding: 0;
	
	background: transparent;	
}

#banner_layer {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	
	height: 120px;
	width: 630px;
	
	margin: 0;
	padding: 0;
	
	background: transparent;
}

#content_layer {
	position: absolute;
	
	left: 35px;
	top: 180px;
	
	width: 350px;
	height: 360px;
	
	padding-right: 20px;
	
	overflow: auto;	
}

#flash_layer {
	position: absolute;
	
	top: 180px;
	
	right: 35px;
	height: 360px;
	width: 220px;	
}

#footer_layer {
	position: absolute;
	
	bottom: 22px;
	width: 640px;
	left: 20px;
	height: 15px;
	margin: 0;
	
	background: transparent;

	vertical-align: middle;
	text-align: center;
}

BODY.layout {
	min-width: 880px;
	
	background: #f1f1f1;
	
	background-image: url(/images/layout/bg-body.png);
	background-position: top left;
	background-repeat: repeat-x;
	
	margin:0;
	padding: 0;
}


P,SPAN,BODY, TD, A {
	font-size:11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	
	text-decoration:none;
	text-align: justify;
	line-height:15px;

	background: white;

	margin: 3px;
}

img {
	border: 0px;
	border-style: none;
}

h1 {
	text-align:left; 
	font-size:20px; 
	font-weight:bold; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0065cb; 
	margin: 0px;
	margin-bottom: 10px;
	text-decoration:none; 
	line-height:25px;
}

h2, h3 {
	text-align:left; 
	font-size:11px; 
	font-weight:bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	color:#cb0000; 
	margin: 0px;
	margin-top: 10px;
	
	text-decoration:none; 
	line-height:15px;
}

hr {
	background: #cccccc;
	background-color: #cccccc;
	color: #cccccc;
	border-style: solid;
	border: 1px;
	height: 1px;
}


a {
	text-align:left; 
	font-size:11px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#0065cb; 
	margin: 0px; 
	text-decoration:none;
	font-weight: normal;
}

a:link{
	color:#0065cb;
}

a:visited{
	color:#0065cb;
}

a:hover{
	color:#cb0000;
}

a:active {
	color:#cb0000;
}

a.side {
	font-size:14px;
	font-weight: bolder;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#0065cb; 
		
	text-decoration:none;

	background: transparent;
}

a.side:link{
	color:#0065cb;
}

a.side:visited{
	color:#0065cb;
}

a.side:hover{
	color:#cb0000;
}

a.side:active {
	color:#cb0000;
}


.copyright {
	text-align:center; 
	font-size:10px; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	margin: 0px; 
	text-decoration:none;
	
	margin-right: 5px;
	background: transparent;
}

a.copyright:link {
	color:#000000;
}

a.copyright:visited {
	color:#000000;
}

a.copyright:hover {
	color:#CC0000;
}

a.copyright:active {
	color:#CC0000;
}


.required {
	font-size:11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CC0000; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	font-weight: bold;
		
	background: white;
}

.form_text {
	width: 300px;
	border: 1px;
	border-style: solid;
	border-color: gray;
}

.form_textarea {
	width: 300px;
	height: 150px;
	border: 1px;
	border-style: solid;
	border-color: gray;
	
}

.form_submit {
}