/* ---------- TAGS ---------- */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-align:justify;
	color: #555555;
	background-color:#012333;
	height:100%;
}

hr{
	border: 1px dotted #fff;
	border-style:none none dotted;
	height:0;
}

marquee{
	width:200px;
	height:350px;
	text-align:center;
}

marquee img{
	display:block;
	clear:both;
	margin:10px 0 0 50px;
}
/* ---------- DIVS ---------- */
#head{
	width:auto;
	background-color:#fff;
}

#head_wrap{
	width:980px;
	height:378px;
}

#main{
	width:auto;
	background-color:#027db8;
	background-color:#fff;
	color:#555;
	padding:0px 0 0px 40px;
}

#content_wrap{
	width:885px;
	background-image:url(images/cont_bg.jpg);
	background-repeat:repeat-y;
	padding:10px 0 10px 0;
}

#content{
	float:left; 
	width:630px;
	background-color:#fff;
}

#footer{
	width:auto;
	clear:both;
	height:50px;
	line-height:50px;
	background-color:#012738;
	color:#fff;
	padding:0 0 0 40px;
}

#footer_wrap{
	width:700px;
	float:left;
}

#footer_wrap_wm{
	width:160px;
	float:left;
	text-align:right;
}

#right_panel{
	width:200px;
	float:right;
	padding:20px 10px 10px 10px;
	text-align:justify;
	margin-top:-10px;
	color:#fff;
}

#clear{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

#pagename{
	width:630px;
	text-align:right;
	font-weight:bold;
	border-bottom: dotted 1px #1CB7FF;
	line-height:20px;
	text-transform:uppercase;
	margin-bottom:17px;
}

#right_panel_name{
	width:100%;
	text-align:right;
	font-weight:bold;
	border-bottom: dotted 1px #1CB7FF;
	line-height:20px;
	text-transform:uppercase;
	margin:-10px 0 10px 0;
	float:left;
}


/* ---------- FONTS ---------- */
.bold{
	font-weight:bold;
}

/* ---------- LINKS ---------- */
#footer a{
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	margin-right:10px;
	float:left;
}

#footer a:hover{
	color: #09f;
}

#right_panel a{
	color: #9ff84e;
	text-decoration:none;
}

#right_panel a:hover{
 	color: #000;
	margin-right:3px;
}

#content a{
	color:#09C;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

/* ---------- FORM ---------- */
label{
	display:block;
	float:left;
	width:120px;
	text-align:right;
	padding-right:5px;
	margin-bottom:3px;
	line-height:16px;
}

input, textarea, select{
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#333;
	margin-bottom:3px;
	border: solid 1px #1CB7FF;
	padding:2px;
	width:180px;
}

#msg{
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
}

#msgcontent {
	display:block; 
	background:#fff; 
	border:2px solid #990000; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:350px;
	font-weight:bold;
}

