/*============================================================
	Main style sheet
============================================================*/

@import url("hacks.css");
@import url("fonts.css");
@import url("nav.css");
@import url("classes.css");
@import url("tables.css");

/* Turn off all margins and padding */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	width: 804px;
	height: auto;
	margin: 10px auto;
}

/*============================================================
	Header
============================================================*/
#conLogos {
	margin: 0 0 18px 0;
}

#conStrap {
	margin: 0 0 12px 0;
}

#conGrey {
	border-bottom: solid 9px #D2D3D5;
}
/*============================================================
	Content
============================================================*/
#conContent {
	border-bottom: solid 9px #005193;
	padding: 12px 0;
}

#conContent #conLeft {
	float: left;
	height: auto;
	width: 250px;
	background: #005193;
	margin: 0 18px 0 0;
	color: #fff;
	font-size: 80%;
}

#conContent #conLeft .nblock {
	margin: 0 0 12px 0;
	padding: 0 5px;
}

#conContent #conRight {
	float: left;
	height: auto;
	width: 536px;
}

/*============================================================
	Footer
============================================================*/
#conFooter {
	height: 30px;
	line-height: 29px;
	text-align: center;
	font-size: 80%;
}

/*============================================================
	Elements
============================================================*/
a img {
	border: none;
}

.clear {
	clear: both;
	height: 1px;
}

#conContent #conLeft a {
	color: #fff;
}
