body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
a{outline: none;}


body{
	background-repeat: repeat-x;
	background-image: url('grad_bg2.jpg');
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

#container{
	width: 760px;
	margin: 0 auto 0 auto;
}

#header{
	background-image: url('header_bg.jpg');
	background-repeat: no-repeat;
	height: 100px;
	padding: 20px 0 10px 20px;
	float: left;
	width: 760px;
}

#menu {
	float: left;
	width: 760px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 60px;
	padding: 0 5px 0 5px;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 20px 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #88aaea;
}

#menu a:hover {
	color: #000061;
}

#menu .current_page_item a {
	color: #000061;
}

#brand{
	float: left;
	width: 502px;
}

#brand h1{
	font-size: 32px;
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
}

#body{
	background: #103f8a;
	padding: 10px;
}

#web{
	background-image: url('grad_bg.jpg');
	background-repeat: repeat-x;
	height: 850px;
}

#web-primary{
	float: left;
	background-image: url('bus.jpg');
	background-repeat: no-repeat;
	width: 502px;
	height: 285px;
	margin-left: 15px;
}

#web-primary h2{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #b5b5b5;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

#sidebar{
	float: right;
	width: 190px;
	padding: 10px;
	margin-right: 5px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #fff;
}

#sidebar a:link{
	color: #000066;
}

#sidebar a:hover{
	text-decoration: none;
	color: #fff;
}

#sidebar p{
	padding: 0 5px 0 10px;
}

#sidebar h3{
	height: 20px;
	padding: 0 10px 0 10px;
	font-size: 10px;
	color: #000066;
}

#web-secondary{
	float: left;
	width: 502px;
	margin-left: 15px;
	padding-top: 70px;
}

#web-secondary h2{
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
