body{
	margin: 10px 0px 0px 0px;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url('../imgs/bg_tile.gif') repeat;
	}

td{
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	}

a{
	color: #214987;
	text-decoration: none;
	}

a:hover{
	color: #d00e0e;
	}

/*--content borders --*/
#border{
	width: 751px;
	min-height: 500px;
	background: white;
	border: 8px solid white;
	border-top: 0px;
	}
	
#shadow1{
	width: 767px;
	border: 1px solid #ddc17f;
	}

#shadow2{
	width: 767px;
	border: 1px solid #6666cc;
	}

#shadow3{
	width: 767px;
	border: 2px solid #000033;
	}
/*--/content borders --*/


#top{
	background: url('../imgs/logo.gif') no-repeat;
	background-position: center;
	width: 520px;
	height: 140px;

	}
#left{
	float: left;
	}

#line{
	clear: both;
	padding: 0;
	width: 98%;
	height: 4px;
	float: center;
	line-height: 5px;
	background: #000066;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}

#intro{
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 35px;
	font-size: 11px;
	font-weight: normal;
	}

/*--footer--*/
#footer{
	height:35px;
	padding: 5px;
	background: #fff;
	font-family: veranda, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	}