body 
{
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	width: 960px;
	margin: 0 auto 0 auto;
}

a:link, a:visited  { text-decoration: none; font-weight: normal; color: #989a9d; }
a:hover  { text-decoration: none; font-weight: normal; color: #bddceb; }


form 
{
	margin: 0;
	padding: 0;
}

form .label
{
	text-align: right;
	padding-right: 15px;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img
{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
	overflow: hidden;	align: middle
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

.clear_both { clear: both; height: 0; }

.message
{
	background-color: #b4f771;
	border: 1px solid #58e654;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #222;
	padding: 5px 5px 5px 5px;
	line-height: 160%;
}

.error
{
	background-color: #ffd9d9;
	border: 1px solid #f44400;
	margin-bottom: 15px;
	color: #222;
	padding: 5px 5px 5px 5px;
	line-height: 160%;
}



/* Header */
#header
{
	height: 50px;
}

#header #logo
{
	width: 331px;
	height: 50px;
	top: 10px;
	position: absolute;
}

#header #menu
{
	text-align: right;
	float: right;
	margin-top: 25px;
	font-size: 13px;
}

#header #menu li
{
	float: left;
	margin-left: 5px;
}



/* Footer */
#footer
{
	border-top: 1px solid #4b4a4d;
	padding-top: 10px;
	color: #38373a;
	text-align: right;
	margin-top: 20px;
	padding-bottom: 20px;
}



/* PopUp */
#popUp
{
	background-color: white;
	margin-top: 20px;
	position: absolute;
	z-index: 1000;
	border: 8px solid #545145;
	padding: 10px 10px 0 10px;
}

#popUpOverlay
{
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
}


.pages { display: inline; }
.pages .selected_page { color: #399bba; }
.pages .page, .pages .selected_page { padding: 0 3px 0 3px; }