body {
	background: url(/images/back.jpg) repeat-x;
	color: #333333;
	font-size: 12px;
	font-family: MS Sans Serif, sans-serif, Arial;
	margin: 0px;
}

p { line-height: 18px; font-size: 13px; }

h1 {
	border-bottom: 1px solid #7f7f7f;
	color: #000000;
	font-size: 17px;
	font-family: MS Sans Serif, sans-serif, Arial;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
}

a { color: blue; }

h2, h2 a {
	color: #424242;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

h2 a:hover { color: blue; }


h3 {
	color: #545454;
	font-size: 12px;
	font-family: MS Sans Serif, sans-serif, Arial;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.OuterShell { background: url(/images/outerback.jpg) 50% 0 no-repeat; }

.Container {
	background: #ffffff url(/images/container_background.gif) 0 0 repeat-y;
	margin: 0 auto;
	padding: 0 8px;
	width: 784px;
}

.TopMenuContainer {
	background: url(/images/topmenucontainer.jpg) 0 100% repeat-x;
	height: 33px;
}

.TopMenu {
	float: left;
	margin-top: 10px;
}

.TopMenu a {
	color: #690000;
	font-weight: bold;
	margin-right: 15px;
	text-decoration: none;
}

.TopMenu a:hover, #Active  {
	color: #6b8db6;
	text-decoration: underline;
}

.BreadCrumbs {
	color: #b6b6b6;
	float: right;
	margin-top: 10px;
}

.BreadCrumbs a { color: #b6b6b6; }

.Header, .HeaderInside {
	background: url(/images/header.jpg) no-repeat;
	clear: both;
	height: 233px;
	margin-top: 4px;
	text-align: left;
}

.HeaderInside {
	background: url(/images/inside_header.jpg) no-repeat;
	height: 115px;
}


#Logo {
	display: block; 
	height: 115px;
	width: 270px; 
}

.ContentContainer {
	background: url(/images/contentcontainer.jpg) 0 0 repeat-x;
	clear: both;
	margin-top: 4px;
}

.ContentText {
	float: left;
	padding: 30px 0px 30px 30px;
	text-align: left;
	width: 465px;
}

.RightContentContainer {
	background: url(/images/rightcontainer.jpg) no-repeat;
	color: #235fb0;
	font-size: 16px;
	float: right;
	height: 296px;
	margin-top: 10px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	width: 238px;
}

.RightContentContainer h2 { border-bottom: 1px solid #d7d7d7; }

.BottomContentContainer {
	background: url(/images/bottomcontainer.jpg) no-repeat;
	clear: both;
	height: 166px;
}

.BottomContentLeft {
	float: left;
	padding: 30px 0 0 35px;
	text-align: left;
	width: 355px;
}

.BottomContentRight {
	float: right;
	padding: 30px 27px 0 0;
	text-align: left;
	width: 355px;
}

.Footer {
	background: url(/images/footer.jpg) 0 -3px no-repeat;
	margin: 0 auto;
	width: 800px;
	padding: 20px 0; 
	color: #808080;
	text-align: center;
}

.Footer a { color: #808080; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forms ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form, fieldset, form fieldset ol, form fieldset li {
	margin: 0;
	padding: 0;
}

form { margin-top: 10px; }

form, input, textarea, option, select {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, Times New Roman;
	font-size: 11px;
}

fieldset {
	background: url(/images/form_background.gif) 0 100% repeat-x;
	border: 0;
	border-top: 1px solid #808080;
	clear: both;
	margin: 0 0 10px 0;
}

legend {
	color: #569de0;
	font-size: 14px;
	font-weight: bold;
}

form fieldset ol {
	list-style: none;
}

form fieldset li {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	min-height: 20px;
	padding: 8px 5px 3px 5px;
}

form fieldset label {
	color: #808080;
	display: block;
	float: left;
	height: 16px;
	padding: 0;
	width: 125px;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

textarea, input { padding: 3px; }

textarea { 
	background: #ffffff url(/images/textarea_background.gif) repeat-x;
	border: 1px solid #a5aeb5;
	line-height: 15px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Alerts ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.GoodAlert, .BadAlert {
	background: #e7ffe6 url(/images/icon_alert_good.gif) 10px 50% no-repeat;
	border: 1px solid #beffbb;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}

.BadAlert {
	background: #ffe6e6 url(/images/icon_alert_error.gif) 10px 50% no-repeat;
	border: 1px solid #ffbbbb;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.Submit {
	background: #f7f7f7 url(/images/main_table_header.gif) 0 100% repeat-x;
	border: 1px solid #cfcfcf;
	padding: 3px 6px;
	text-align: center;
	cursor: pointer;
}

.Submit:hover { 
	background: #d6e5f2; 
	color: #0085cf;
}
