/* CSS Document */

/* Site General */

body {
	margin: 0px;
	background-color: #1C2C4B;
}

#logo {
	margin-left: 110px;
	margin-bottom: 0px;
}

p {
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
	color: #333360;
	line-height: 160%;
}

ul {
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
	color: #333360;
	line-height: 150%;
	list-style: disc;
}

h1 {
	font: bold 18pt Georgia, "Times New Roman", Times, serif;	
	color: #DE7524;
	margin: 0;
}

/* Site DIVs */

#headerwrapper {
	width: 100%;
	background: #1C2C4B url(../gfx/grid_gradient.gif) repeat-x top left;
	margin: 0 auto 0 auto;
}

#header {
	width: 800px;
	height: 120px;
	margin: 20px auto 0 auto;
}

#contentwrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	background: #395A99;
}

#content {
	width: 800px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.page {
	width: 520px;
	padding: 30px 250px 30px 30px;
	background: transparent url(../gfx/notepad_lines.gif) repeat-y top left;
	vertical-align: top;
}

#post-it {
	width: 740px;
	position: absolute;
	z-index: 2;
}

#footerwrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}

#footer {
	width: 800px;
	margin: 0 auto 0 auto;
}

.footer {
	padding: 30px 0 30px 0;
	text-align: left;
}


/* Site Classes */

p.footertext {
	font: normal 8pt Georgia, "Times New Roman", Times, serif;
	color: #33446C;
}

img.thumbnails {
	float: right;
	border: 1px solid #d9d9d9;
	margin-left: 10px;
}

img.post-it {
	float: right;
	margin-left: 10px;
}

/* Site Links */

a, a:visited {
	color: #00003A;
	text-decoration: none;
	background: #E6EEF6; /*url(../gfx/link_highlight.gif) repeat-x top left;*/
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1px;
}

a:hover {
	color: #00003A;
	text-decoration: none;
	border-bottom: 1px solid #333360;
}