/* CSS Document */

body
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#mainContainer
{
	background-image: url("/assets/images/body-background.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}

#headerContainer
{
	padding: 20px 0 0 20px;
	margin-bottom: 20px;
}

#logo
{
}

#logo img
{
	display: block;
	margin: 0;
	border: none;
}

#navigationContainer
{
	width: 536px;
	position: absolute;
	z-index: 80;
	top: 100px;
	left: 245px;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active
{
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 1px 10px 1px 5px;
	text-transform: uppercase;
	float: left;
	margin: 0 30px 0 0;
	font-weight: bold;
}

.regLink
{
	color: #00ace3;
}

.activeLink
{
	background-color: #08afe4;
	color: #fff;
	background-image: url("/assets/images/active-link-background.gif");
	background-position: top right;
	background-repeat: repeat-y;	
}

#navigationBorder
{
	background-image: url("/assets/images/nav-border-background.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	height: 9px;
	font-size: 1px;
	margin-top: 3px;
}

.clearLeft
{
	font-size: 1px;
	clear: left;
}

.clearBoth
{
	font-size: 1px;
	clear: both;
}

h2
{
	color: #00ace3;
	padding: 0;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
}

#homeMarketGraph
{
	margin: 25px 0 20px 0;
}

#homeContact
{
	margin: 0;
	padding: 0;
	line-height: 18px;
}

#newContact
{
	margin-top: 0;
	margin-bottom: 8px;
	font-size:   12px;
        color: #00ace3;

}

#newContact a:link, #newContact a:visited, #newContact a:hover, #newContact a:active
{
	color: #0499c8;
        text-decoration:none;
}

#mainContainer a:link, #mainContainer a:visited, #mainContainer a:hover, #mainContainer a:active
{
	color: #0499c8;
}





#para1
{
	font-style: italic;
	line-height: 30px;
	color: #00ace2;
	font-size: 22px;
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#para2
{
	font-style: italic;
	line-height: 30px;
	color: #287646;
	margin-bottom: 35px;
	font-size: 20px;
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;	
}


#para1 span, #para2 span
{
	font-size: 30px;
	color: #84ab93;
}