﻿*
{
	color: #000000;
	background-color: transparent;
	font-family: 'Helvetica', 'Arial', 'tahoma', 'verdana', sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 120%;
	outline-style: none;
}
html		/*		document root element		*/
{
	height:100%;
	width:100%;
}
body		/*		document body		*/
{
	background: #6670AC url('/images/body_bg.png') no-repeat fixed center bottom;
	margin: 30px 0 30px 15px;
}
#aspnetForm
{
	overflow: hidden;
}
#contentVariable,
#sponsorsRight,
#navLeft
{
margin-bottom: -1000px;
padding-bottom: 1000px;
}

#contentVariable
{
position: relative;
left: 199px;
width: 55%;
background: #7680BC;
}
#variableContentBody
{
padding: 15px;
}
#sponsorsRight
{
width: 100px;
}
#navLeft
{
width: 184px;
/*margin-left: -914px;*/
position: fixed;
top: 30px;
left: 0;
}

#navLeft li
{
	text-align: right;
	border-bottom: 1px dashed #FFFFFF;
}
#navLeft a
{
	font-size: 80%;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #5467AB;
	display: block;
	width: 100%;
	padding: 2px 3px 15px 0;
}
#navLeft a:hover
{
	color: #000000;
	background-color: #FFFFFF;
}
a.categorySelected
{
	color: #3B0000 ! important;
	background-color: #9F9378 ! important;
}
#footer
{
	position: fixed;
	left: 199px;
	bottom: 0;
	width: 55%;
	background-color: #CCCCFF;
}
#footer
{
text-align: center;
}

.formsGroup
{
background-color: #C9CFE4;
padding: 15px;
margin-bottom: 10px;
}
.formsGroup li
{
margin-bottom: 5px;
}

/*----------------------------------------------------------------------*/
/*	BLOCK ELEMENTS ↓	*/
br		/*		forced line break		*/
{		}
blockquote		/*		long quotation		*/
{		}
div		/*		generic language/style container		*/
{		}
h1		/*		heading		*/
{
	font-size: 175%;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 3px dashed #6670AC;
}
h2		/*		heading		*/
{
	font-size:140%;
	font-weight: 500;
	margin-bottom: 10px;
	border-bottom: 3px solid #163F97;
}
h3		/*		heading		*/
{		}
h4		/*		heading		*/
{		}
h5		/*		heading		*/
{		}
h6		/*		heading		*/
{		}
hr		/*		horizontal rule		*/
{
	border-top: 1px solid #000000;
	clear: both;
}
p		/*		paragraph		*/
{
	margin: 0 0 15pt 0;
/*	text-shadow: 0 0 3px #FFFFFF;*/
}
pre		/*		preformatted text		*/
{		}

/*----------------------------------------------------------------------*/
/*	LIST ELEMENTS ↓	*/
dd		/*		definition description		*/
{		}
dl		/*		definition list		*/
{		}
dt		/*		definition term		*/
{		}
dfn		/*		instance definition		*/
{		}
li		/*		list item		*/
{		}
ol		/*		ordered list		*/
{		}
ul		/*		unordered list		*/
{	list-style-type: none;	}

/*----------------------------------------------------------------------*/
/*	TABLE ELEMENTS ↓	*/
caption		/*		table caption		*/
{		}
col		/*		table column		*/
{		}
colgroup		/*		table column group		*/
{		}
table		/*		table		*/
{		}
tbody		/*		table body		*/
{		}
td		/*		table data cell		*/
{		}

/*----------------------------------------------------------------------*/
/*	FORM ELEMENTS ↓	*/
button		/*		push button		*/
{		}
fieldset		/*		form control group		*/
{	}
form		/*		interactive form		*/
{		}
input		/*		form control		*/
{		}
legend		/*		fieldset legend		*/
{		}
optgroup		/*		option group		*/
{		}
option		/*		selectable choice		*/
{		}
select		/*		option selector		*/
{		}
textarea		/*		multi-line text field		*/
{		}
tfoot		/*		table footer		*/
{		}
th		/*		table header cell		*/
{		}
thead		/*		table header		*/
{		}
tr		/*		table row		*/
{		}

/*----------------------------------------------------------------------*/
/*	INLINE ELEMENTS ↓	*/
a		/*		anchor		*/
{		}
area		/*		client-side image map area		*/
{		}
cite		/*		citation		*/
{		}
code		/*		computer code fragment		*/
{		}
img		/*		embedded image		*/
{		}
map		/*		client-side image map		*/
{		}
object		/*		generic embedded object		*/
{		}
q		/*		short inline quotation		*/
{		}
samp		/*		sample program output, scripts, etc.		*/
{		}
span		/*		generic language/style container		*/
{		}

/*----------------------------------------------------------------------*/
/*	PHRASE ELEMENTS ↓	*/
em		/*		emphasis		*/
{	font-style: italic;	}
strong		/*		strong emphasis		*/
{		}
sub		/*		subscript		*/
{		}
sup		/*		superscript		*/
{		}
