* {
	margin:0;
	padding:0;
}

body {
	margin: 0px 0px 0px 0px;
	height:100%;
	
	background-color: #728bb7;
	background-image: url(../img/pgbg.png);
	background-repeat: repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
}
a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}


/* Layout */
#container{
	margin: auto;
	margin-top: 10px;
	width: 892px;
}

#header{
	margin: 7px auto 20px auto;
	width: 892px;
	height: 201px;
	background: url(../img/head.png) no-repeat;
	padding-left:15px;
	
}

#header .active{
	background: url(../img/btn_active.png) no-repeat;
	width: 100px;
	height: 29px;
	color: white;
	padding-top: 10px;
	text-align: center;
	position: relative;
	top:77%;
	float:left;
	margin-right:5px;
}

#header .inactive{
	background: url(../img/btn_inactive.png) no-repeat;
	width: 100px;
	height: 29px;
	color: black;
	padding-top: 10px;
	text-align: center;
	position: relative;
	top:77%;
	float:left;
	margin-right:5px;
}





/* Box */
.box{
	border-spacing: 0; /*cellspacing*/
	width: 280px;
	float:left;
}

.box .tl{
	width: 5px;
	height: 39px;
	background: url(../img/box_tl.png) no-repeat;
}
.box .tm{
	background: url(../img/box_tm.png) repeat-x;
	font-size: 12px;
	font-weight: bold;
}
.box .tr{
	width: 5px;
	background: url(../img/box_tr.png) no-repeat;
}

.box .tm .title{
	padding-left:20px;
}

.box .ml{
	background: url(../img/box_ml.png) repeat-y;
}
.box .mm{
	background-color: white;
	padding: 20px;
	height:250px;
	vertical-align:top;
}
.box .mr{
	background: url(../img/box_mr.png) repeat-y;
}

.box .bl{
	height: 39px;
	background: url(../img/box_bl.png) no-repeat;
}
.box .bm{
	background: url(../img/box_bm.png) repeat-x;
}
.box .br{
	background: url(../img/box_br.png) no-repeat;
}




/* Footer */
.foot-box{
	border-spacing: 0; /*cellspacing*/
	clear:both;
}

.foot-box .tl{
	width: 4px;
	height: 4px;
	background: url(../img/foot_tl.png) no-repeat;
}
.foot-box .tm{
	background: url(../img/foot_tm.png) repeat-x;
}
.foot-box .tr{
	width: 4px;
	background: url(../img/foot_tr.png) no-repeat;
}

.foot-box .ml{
	background: url(../img/foot_ml.png) repeat-y;
	height: 20px;
}
.foot-box .mm{
	background-color: #363636;
	vertical-align:top;
	padding: 4px;
}
.foot-box .mr{
	background: url(../img/foot_mr.png) repeat-y;
}

.foot-box .bl{
	height: 4px;
	background: url(../img/foot_bl.png) no-repeat;
}
.foot-box .bm{
	background: url(../img/foot_bm.png) repeat-x;
}
.foot-box .br{
	background: url(../img/foot_br.png) no-repeat;
}


#footer {
	color: white;
	line-height: 18px;
}
#footer a {
	color: #fcee21;
	text-decoration: none;
	background: transparent;
	font-weight: normal;
}
#footer a:hover {
	color: white;
	text-decoration:none;
	background: transparent;
	font-weight: normal;
}
#footer .white {
	color: white;
	text-decoration: none;
	background: transparent;
	font-weight: normal;
}
#footer .white:hover {
	color: #fcee21;
	text-decoration:none;
	background: transparent;
	font-weight: normal;
}













#header .menuLink {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	font-size: 16px;
	margin-top:6px;
	background-color:transparent;
	width:19.9%;
	float:left;
}

#content{
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
	text-align: justify;
}
#content h1{
	font-size:14px;
	font-weight:bold;
	color: #333;
	margin-bottom: 5px;
}


