/***********************************
************************************
	General Rules 
------------------------------------
*/
html, body {
	min-height: 900px;
	height: auto !important;
	height: 900px;
}

html {
	background: #fff url('../images/Background_Html.jpg') repeat-x 0 0;
}

body {
	width: 100%;
	padding: 20px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	background: #222;
}

html>body {
	font-size: 100.1%;
}

/*----------------------------------
	Headers, Paragraphs, Text style
------------------------------------
*/

p {
	margin: 0 0 15px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	color: #686868;
}

h1 {
	margin: 0 0 20px;
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	margin: 30px 0 15px;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	margin: 20px 0 10px;
	font-size: 1em;
	font-weight: bold;
}

h1, h2, h3 {
	color: #00458a;
	line-height: 20px;
}

/*------------------------------------
	LISTS
------------------------------------*/

ol, ul {
	margin: 5px 0 15px 15px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #686868;
}

ol li {
	margin: 2px 0;
	list-style-type: decimal;
}

ul li {
	margin: 2px 0;
	padding-left: 20px;
	list-style-type: disc;
}

dl {
	clear: both;
	margin: 0 0 15px;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #686868;
}

dl dt {
	clear: both;
	float: left;
	margin: 0 20px 10px 0;
}

dl dd {
	float: left;
	margin: 0 0 10px;
}

/*----------------------------------
	LINKS
------------------------------------
*/

a {
	color: #00458a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*----------------------------------
	Text
------------------------------------
*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.highlight {
}

/*----------------------------------
	Text Alignment
------------------------------------
*/
.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/*----------------------------------
	Floats
------------------------------------
*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*----------------------------------
	Clear & Hide
------------------------------------
*/
.clearme {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: none;
}

.hideme {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: none;
}

/***********************************
************************************
	Tables 
------------------------------------
*/

/***********************************
************************************
	Forms 
------------------------------------
*/

