/**************************************************
 *  GLOBAL
 **************************************************/

body {
	font-family:Tahoma;
	font-size:11px;
	line-height:12px;
	color:#757575;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#505050;*/
	margin-top: 0px;
	padding-top:0px;
	text-align: center;
	background: url(../images/body_bgd.png);
}
p { margin: 0px;  }
form {margin: 0px; }
img {border: 0px; }
div { margin: 0px; padding: 0px;}
input,button {
	font-size:11px;
	border: 1px solid #60a2c2;
    color:#30507A;
}
button{
	font-size:11px;
	background-color:#7eae19;
	border: 1px solid #7eae19;
	color:#ffffff;
	font-weight:bold;
}
input.button{
	font-size:11px;
	background-color:#60a2c2;
	border: 1px solid #60a2c2;
	color:#ffffff;
	font-weight:bold;
}
input.checkbox{
	border:0px;
	vertical-align:middle;
}
select{
    font-size:11px;
    border: 1px solid #242775;
    color:#30507A;
    margin-bottom:1px;
}
textarea{
	font-size:11px;
    border: 1px solid #242775;
    color:#30507A;
}
a{
	color:#cd6b6b;
}
#outter_box{
	margin: 0 auto;
	width: 768px;
	text-align: left;
	background:#ffffff;
	text-align: left;
}

#outter_box2{
	float:left;
	width:728px;
	background:#ffffff;
	border:solid 1px #60a2c2;
	margin:5px 0 0 0;
	padding:15px;
}

/**************************************************
 *  HEADER
 **************************************************/
div#header{
	float:left;
	width:100%;
	height:144px;
	background:url(../images/bgd_cross_top.jpg);
	background-repeat:no-repeat;
	background-position:208px top;
	text-align:right;
}

/**************************************************
 *  CENTER
 **************************************************/
div#center{
	float:left;
	width:173px;
	height:135px;
	background:url(../images/bgd_cross_center.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0 0 0 555px;
}
	div#center div{
		float:left;
		width:175px;
		height:125px;
		background-color:#cae2e9;
		padding:5px;
	}

/**************************************************
 *  CONTENT (MENU + MAIN)
 **************************************************/
div#content{
	float:left;
	width:100%;
	background:url(../images/bgd_menu.jpg);
	background-repeat:no-repeat;
}
	div#menu{
		float:left;
		width:188px;
		padding:30px 10px 0 10px;
	}
		div#menu div.menuitem{
			background:url(../images/bullet_menu.jpg);
			background-repeat:no-repeat;
			border-bottom:1px dotted #e0e0e0;
			padding:0 0 5px 23px;
			margin:0 0 5px 0;
		}
			div.menuitem a{
				display:block;
				border-left:2px solid #e0e0e0;
				width:158px;
				padding:5px 0 8px 5px;
				text-decoration:none;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#60a2c2;
			}
			div.menuitem a:hover{
				background-color:#60a2c2;
				color:#ffffff;
			}
			div.menuitem a.on{
				background-color:#60a2c2;
				color:#ffffff;
			}
		div#menu div.submenu{
			background-color:#cae2e9;
			margin: 0 0 5px 0;
		}
			div.submenu a{
				display:block;
				background:url(../images/bullet_arrow_blue.gif);
				background-repeat:no-repeat;
				background-position:left 9px;
				margin:0 0 0 21px;
				padding:5px 0 5px 8px;
				color:#1d85a0;
				text-decoration:none;
			}
			div.submenu a:hover{
				font-weight:bold;
			}
	div#main{
		float:left;
		width:520px;
		background:url(../images/bgd_cross_bottom.jpg);
		background-repeat:no-repeat;
		padding: 20px 0 0 0;
	}

/**************************************************
 *  FOOTER
 **************************************************/
 div#footer{
 	float:left;
 	width:100%;
 	margin: 10px 0 0 10px;
 	padding-top:10px;
 	border-top: 5px solid #eaeaea;
 	color:#909090;
 }