@import url("Skin.css");

div#flashContainer 
{
    position: absolute;
    top: 220px;
    left: 0px;
    width: 1000px;
    height: 400px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
}

div#outerHeading
{
    position: absolute;
    top: 161px;
    left: 34px;
    z-index: 500;
    width: 800px;
}

div#contentHeading
{
    position: relative;
    float: left;
    clear: none;
    width: 422px;
    height: 70px;
}

div#mainHeading 
{   
    position: relative;
    border-bottom: 2px solid #ff7800;
    padding-left: 4px;
    padding-right: 10px;
    width: 502px;
}

div#mainHeading h2
{   
    position: relative;
    padding: 0px;
    margin: 0px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 32px;
	line-height: 45px;
	color: #A6A6A6;
}

div#contentHeadingCap
{
    position: relative;
	float: left;
	clear: none;
	width: 200px;
	height: 70px;
	background-image: url('images/spacer_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 45px;
}

div#contentMain
{
    float: left;
    clear: none;
    width: 998px;
    height: 400px;
	overflow: hidden;
	z-index: 10;
}

div#contentMain p
{
    margin: 0;
    padding-top: 25px;
}

#newsContainer 
{
    position: absolute;
    top: 620px;
    left: 34px;
    padding-left: 195px;
    padding-top: 10px;
	background-image: url('images/latestNews.png');
	background-repeat: no-repeat;
}

#newsContainer h3 {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Arial;
    font-size: 13px;
    color: Gray;
}

#newsContainer h2 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Arial;
    font-size: 15px;
    color: Gray;
}

#newsContainer h2 a {
    font-family: "Helvetica Neue", Arial;
    font-size: 15px;
    font-weight: bold;
    color: #6a6a6a;
    text-decoration: none;
}

#newsContainer h2 a:hover {
    color: #ff7800;
}

div#footerContainer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 61px;
	overflow: hidden;
}

div#footerContainer p {
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	padding-left: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 20px;
	text-align: justify;
}

div#footerContainer a {
	color: #957fbd;
	text-decoration: none;
}

div#footerContainer a:hover {
	color: #2b007c;
}































