/* LOYOUT STYLES */


body{
		margin:0;
		padding:0;
		background-color:#ccc;
}

#wrap {
		margin:0 auto;
		width:846px;
		background-image: url(/imgs/main-bg.gif);
	    background-repeat: repeat-y;
}
#header {
display:none;
		background:#ddd;
		height:112px;
}

#g_block {display:none;
		background:#84850e;
		padding:5px;
		height:20px;
}

#main {
	background:#fff;
	float:left;
	width:698px;
}
	
#main-first {
	height:218px;
}
	
#mf-left{
	float:left;
	width:340px;
	padding-left:33px
	
}
	
#mf-right{
	float:left;
	width:325px;
}
	
	
	
	
#main-middle{
	height:216px;
	background-color:#ffe667;
}
#mm-left{
	float:left;
	width:288px;
	text-align:right;
}
	
#mm-right{
	float:left;
	width:380px;
	padding-left:30px;
}



#main-third{
	height:216px;
	padding-left:33px
}
#mt-left{
	float:left;
	width:255px;
}
	
#mt-middle{
	float:left;
	width:162px;
}
#mt-right{
	float:left;
	width:247px;
}
	
#sidebar {
display:none;
		float:left;
		width:148px;
}
	
left-nav{


}
#left-nav ul, left-nav li{
padding:0;
margin:0;
list-style-type:none;
}

#left-nav li a {
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-size:10px;
padding-left:15px;
display:block;
width:133px;
padding-top:3px;
padding-bottom:3px;
}

#left-nav li a:hover {
background-color:#ffe667;
color:#666;

}





	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {display:none;
		background:#ccc;
		clear:both;
		border:1px solid #000;
	}
	#footer p {
		/*padding:5px;*/
		margin:0;
    }
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

/* END LOYOUT STYLES */



body{
margin:0;
padding:0;	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #1E46A8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
	font-weight: bold;
	}

TD, BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
	line-height: 14px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #174CB4;
	border: 1px solid #1E46A8;
}
option, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #174CB4;
	background-color: #fff;
	cursor:pointer;


}
/* submit button style  */
input.submit{
	border:none;
	background-color: #1E46A8;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor:pointer;
	padding: 2px;
}

input:focus, select:focus, textarea:focus, option:focus {
	border: thin solid #FF6600;

}

/* submit button rollover style  */
input.submitover{
	background-color: #ff9900;
	border:none;
	color: #fff200;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	font-weight: bold;
	padding: 2px;
}


#content a {
color:#1845AD;
text-decoration:underline;

}
#content a:hover {
color:#1845AD;
text-decoration:none;
}