/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: #e0e0ff;
	font-size: 10pt;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000066;
}

h1
{
	text-align: center;
	margin: 0px;
	font-size: 16pt;
}

h2
{
	text-align: left;
	margin: 0px;
	font-size: 12pt;
}

p
{
	line-height: 14pt;
	margin-bottom: 14px;
	text-align: justify;
	text-indent: 32px;
}

ul
{
	list-style-type: disc;
	list-style-position: inside;
}


input[type=text]
{
	border: 1px solid #C0C0C0;
	width: 400px;
}

textarea
{
	border: 1px solid #C0C0C0;
	width: 400px;
	height: 150px;
	overflow: auto;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 960px;
	background-color: #ffffe0;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header
{
	margin: 0px;
	background: #ffffe0;
	background-image: url(../images/logo.png.aspx);
	height: 203px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #000040;
}

.main
{
	padding: 0px 12px;
	margin: 2px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}

/* menu */
.main-menu
{
}

.main-menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.main-menu li
{
	margin: 0px;
	padding: 0px;
}

.main-menu ul.level2
{
	border: 1px solid #000080;
	background-color: #a0a0ff;
	color: #dde4ec;
	text-align: left;
}

.main-menu a, .main-menu a:visited, .main-menu a:active
{
	display: block;
	padding: 0px 10px;
	background-color: inherit;
	color: #000066;
	text-decoration: none;
	white-space: nowrap;
}

.main-menu a:hover
{
	background-color: #bfcbff;
	color: #000000;
}

.main-menu a.level1
{
	line-height: 30px;
	font-size: 14pt;
	font-weight: bold;
}

.main-menu a.level2
{
	line-height: 30px;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.leftimg
{
	float: left;
	margin-right: 30px;
	text-align: center;
	font-weight: bold;
}

.rightimg
{
	float: right;
	margin-left: 30px;
	text-align: center;
	font-weight: bold;
}

.error
{
	color: #FF0000;
	font-size: 14pt;
}

