/*********************
	Id's
**********************/

#Header, #CEEHeading, #CEELogo, #NavBar, #IntroPicture
{
	display: block;
	background-repeat: no-repeat;
}

#Header, #CEEHeading, #CEELogo
{
	height: 300px;
}

#Header
{
	width: 800px;
}

#CEEHeading, #IntroPicture
{
	width: 600px;
}

#CEEHeading
{
	float: right;
	background-image: url(images/CEEHeading.gif);
	background-position: top left;
	margin-top: 10pt;
}

#CEELogo, #NavBar
{
	width: 150px;
}

#CEELogo
{
	width: 150px;
	float: left;
	background-image: url(images/CEELogo.gif);
	background-position: top center;
}

#NavBar
{
}

#IntroPicture
{
	height: 600px;
	background-image: url(images/BillsBrochureSketch.jpg);
	background-position: top right;
}

#RegisterForm, #ContactForm
{
/*
	border: solid 1px #f66;
*/
	display: block;
	width: 600px;
	margin: 10px;
}

/*********************
	HTML Elements
**********************/
h1, h2, h3, h4, body
{
	font-family: Verdana, Arial;
}

h1, h2, h3, h4
{
	font-weight: bold;
	color: red;
}

h1
{
	font-size: 18pt;
	line-height: 100%;
	height: 30pt;
	width: 100%;
	background-image: url( images/ThickRedLine.gif );
	background-repeat: no-repeat;
	background-position: bottom left;
}

h2
{
	font-size: 14pt;
	line-height: 0%
}

h3, h4
{
	font-size: 12pt;
}

h4
{
	display: block;
	height: 18pt;
	width: 100%;
	background-image: url( images/ThinRedLine.gif );
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: none;
	margin: none;
}

body
{
	/*border: solid 1px #f06060;*/
	display: block;
	width: 80%;
	font-size: 10pt;
	padding-left: 0em;
	color: black;
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	height: 600px
}

li.ListBullet
{
	text-indent: 0%;
	list-style: url(images/arrow-right.gif) circle outside;
}

a
{
	font-size: 10pt;
}

/*
a:hover { font-weight: bold; }
*/
/*
li a:link { color: #ff0000; text-decoration: none; }
li a:visited { color: #ff9999; text-decoration: none; font-weight: normal; }
li a:hover { text-decoration: underline; font-weight: bold; }
li a:active  { color: #cc0000 }
*/

a.FAQLink
{
	color: red;
}

label
{
	font-weight: bold;
	float: left;
	text-align: right;
	display: block;
	line-height: normal;
	width: 120px;
	position: relative;
	margin-right: 5px;
}

fieldset
{
	border-style: none;
}

/************************
	Classes
*************************/
.FAQ
{
	font-weight: bold;
	color: red;
}

.Question
{
	line-height: normal;
	padding-top: 10pt;
}

.Caveat
{
	font-weight: normal;
	font-style: italic;
	font-size: 8pt;
}

.Mandatory, .FieldLeader, .InputText, .InputTextArea
{
	font-family: Verdana, Arial;
	position: relative;
	font-size: 10pt;
}

.Mandatory
{
	font-weight: bold;
	font-style: italic;
	color: black;
}

.FieldLeader
{
/*	border: solid 1px #f06060; */
	display: block;
	width: 150px;
	float: left;
	font-weight: bold;
	color: black;
	text-align: right;
	height: 12pt;
	
}

.InputText, .InputTextArea, .InputSelect
{
	border: solid 1px #f06060;
	background-color: #ffffcc;
	color: black;
}

.InputText, .InputTextArea
{
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

.InputText
{
	height: 12pt;
}

.InputSelect
{
	margin-bottom: 3px;
}

/*
.Buttons, .ButtonClear, .ButtonSubmit
{
	display: block;
}
*/

.Buttons
{
	display: block;
	padding-left: 165px;
	width: 330px;
}

.ButtonClear, .ButtonSubmit
{
	display: inline;
	width: 100px;
}

.ButtonClear
{
	text-align: right;
	float: right;
}

.ButtonSubmit
{
	float: left;
}

.Address
{
	padding-left: 25px;
	color: red;
	font-weight: bold;
}