html{color:#000;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,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,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

* {
	outline: none;
	font-family: Arial;
	font-size: 12px;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-size: 14px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

.navigation {
	height: 36px;
	background: url(images/navigation_bg.png) repeat-x;
	border-bottom: 2px solid white;
}

.navcontainer {
	width: 725px;
	height: 28px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 8px;
	text-align: center;
}

.navcontainer ul li a {
	float: left;
	border-right: 1px solid white;
	padding: 0 15px;
	text-transform: Uppercase;
	line-height: 14px;
}

.navcontainer ul li.first a {
	padding-left: 0px;
}

.navcontainer ul li.last a {
	padding-right: 0px;
	border: none;
}

.header {
	height: 240px;
	padding: 10px 0 0 0;
	background: url(images/header_bg.png) repeat-x bottom #a0c2e3;
	text-align: center;
	border-bottom: 2px solid white;
}

.wrapper {
	width: 830px;
	margin: 0 auto;
	background: #cde6fe;
}

.left {
	float: left;
	width: 284px;
	border-right: 1px solid white;
}

.leftone {
	height: 180px;
	background: url(images/leftone_bg.png) bottom repeat-x;
	border-bottom: 1px solid white;
}

.lefttwo {
	height: 270px;
	background: url(images/lefttwo_bg.png) bottom repeat-x #197cba;
	border-bottom: 1px solid white;
}

.leftthree {
	height: 115px;
	background: url(images/leftthree_bg.png);
}

.right {
	float: right;
	width: 545px;
}

.rightone {
	height: 38px;
	background: url(images/rightone_bg.png);
}

.righttwo {
	padding: 0 5px;
}

.clear {
	clear: both;
}

.footer {
	height: 28px;
	background: url(images/footer_bg.png) repeat-x;
	display: block;
}

p {
	padding: 5px 0 10px 0;
}

.links {
	color: #000;
	text-decoration:underline;
}
