
/* HTML ELEMENTS */
body, html {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #6c6c6c;
	line-height: 1.6;
	font-family: tahoma, arial, sans-serif;
	background: url(images/head_bg.gif) repeat-x #ECF7FA;
}

h1 {
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	display: inline;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family:  tahoma, arial, sans-serif;
	margin: 0px 0px 5px 0px;
}

p {
	line-height: 1.6;	
	font-size: 9pt;
}

a, a:visited, a:hover {
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

li {
	font-size: 9pt;
}

/**
	*  MISC ELEMENTS
**/

#header {
background:url(images/logo.gif) top left no-repeat;
height:196px;
}

#headerLeft {
	height: 196px;
	float: left;
}

#headerRight {
	float: right;
	width: 320px;
	background: url(images/head_bg.gif) repeat-x;
}

#content {
 position: relative;
 background: #ECF7FA;
 	min-height: 410px;	
}

#rightContent {
	position: absolute;
	right: 15px;
	top: 210px;
	width: 300px;
	background: #ECF7FA;
		
}

#rightContent a:link, #rightContent a:visited, #rightContent a:hover, #rightContent a:active {
text-decoration:none;
}

#navElement1 {
	background: url(images/black_button.gif) top right repeat-y #000000;
	margin:0px 10px 8px 10px;
	height: 50px;
	line-height:50px;
	color: white;
	padding: 0px 0px 0px 19px;
	font-size: 9pt;
	cursor: hand;
}

#navElement2 {
	background: url(images/black_button.gif) top right repeat-y #000000;
	margin:0px 10px 8px 10px;
	height: 50px;
	line-height:50px;
	color: white;
	padding: 0px 0px 0px 19px;
	font-size: 9pt;
	cursor: hand;
}

#leftContent {
		margin:0px 320px 0px 15px;
	padding:0px 20px 0px 0px;
	background: url(images/vert_dots.gif) repeat-y 100% 0px #ECF7FA;
	border:none;
}

#footer {
	margin: 30px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	background: url(images/footer_top.gif) no-repeat 50% 0px;
	clear: both;
	font-size: 11px;
	text-align: center;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #6c6c6c;
}

#footer a:hover {
	color: black;
}


#formBox {
	margin:20px auto 30px auto;
	border: 1px solid #000000;
	padding: 10px;
	font-family: arial, tahoma, sans-serif;
	text-align:left;
	overflow:visible;
}

#formBoxTitle {
	position:relative;
	top:-4px;
	left:20px;
	margin:-20px 0px 0px 20px;
	background-color:#ECF7FA;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

#formBoxTitle2 {
	position: absolute;
	top: 0px;
	background: #fff;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}
#formLabel {
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #164A7A;
	padding: 3px;
}
#formElement {
	padding-bottom: 8px;	
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #164A7A;
}
#formBox input, textarea, select {
	background: #f1f1f1;
	border: 1px solid #E0DFE3;
}