body
{
	background: #000 url('../../images/background_main.gif') repeat-x;
	text-align: center;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0px auto;
	padding: 0px auto;
}

#container
{
	width: 930px;
	margin: 0px auto;
	text-align: left;
}


#menuMain ul
{
	height: 35px;
	margin: 20px 0px 0px -30px;
}

.menuMainItem
{
	margin-left: 60px;
	float: left;
}

.menuMainItem a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.menuMainItem a:hover
{
	text-decoration:underline;
}

.menuMainItemOrange
{
	margin-left: 75px;
	float: left;
}

.menuMainItemOrange a
{
	text-decoration: none;
	color: #F79003;
	font-weight: bold;
	font-size: 15px;
}

.menuMainItemOrange a:hover
{
	text-decoration:underline;
}


#contentMain
{
	background-color: #fff;
	padding: 16px 25px 25px 25px;
	margin: 0px;
	background-image:url(../../images/background-content.gif);
	background-repeat:repeat-y;
}

.content
{
	color:#000;
	margin:20px 35px 10px 20px;
	font-size:1.2em;
}

#contentTop
{
	background-image:url(../../images/background-content-top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:11px;
}



#contentBottom
{
	background-image:url(../../images/background-content-bottom.gif);
	background-repeat:no-repeat;
	height:11px;
	margin:0px;
}

#contentMainBlack
{
	background-color: #fff;
	padding: 16px 25px 25px 25px;
	margin: 0px;
	background-image:url(../../images/background-content-black.gif);
	background-repeat:repeat-y;
}

.contentBlack
{
	color:#fff;
	margin:20px 35px 10px 20px;
	font-size:1.2em;
}

.contentBlack p
{
	color: #fff;
}


#contentTopBlack
{
	background-image:url(../../images/background-content-top-black.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:11px;
}



#contentBottomBlack
{
	background-image:url(../../images/background-content-bottom-black.gif);
	background-repeat:no-repeat;
	height:11px;
	margin:0px;
}


.heading
{
	font-weight: bold;
	font-size: 1.8em;
}

.subHeading
{
	font-weight: bold;
	font-size: 1.2em;
}

.imageHover
{
margin:0px;
}

.headingBlack
{
	font-weight: bold;
	font-size: 1.8em;
	color:#fff;
}

.subHeadingBlack
{
	font-weight: bold;
	font-size: 1.2em;
	color:#fff;
}

h1
{
	font-weight: bold;
	font-size: 1.6em;
	margin:0px 0px -8px 0px;
}

#homePageHeading
{
	color:#fff;
	font-weight: bold;
	font-size: 1.8em;
	background-color:#000;
	padding: 18px 12px 16px 16px;
	height:30px;
	width:852px;
}

#homePageIntro
{
	width:880px;
	padding:0px;
	margin:0px;
}

.homePageContent
{
	width:500px;
	float:left;
	padding:0px 0px 0px 0px;
}

#NewsContainer
{
	background: #000 url('../../images/background_main.gif') repeat-x scroll 0px -557px;
	margin: 51px 0px 0px 584px;
	width: 276px;
	height: 400px;
	padding: 13px 0px 0px 13px;
	border: #cdced4 2px;
	border-style:solid;
}

#NewsContent
{
	margin: 26px 5px 0 0;
}

#NewsContent a
{
	color: #fff;
	font-size:1.2em;
	text-decoration:none;
}

#NewsContent a:hover
{
	text-decoration:underline;
}


.headingNews a
{
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	margin:0 0 6px 0;
	text-decoration:none;
}

.headingNews a:hover
{
	text-decoration:underline;
}

#capabilitiesNav ul
{
	float:right;
	margin: 8px 0px 0px 0px;
}


.capabilitiesNavItem
{
	margin-left: 30px;
	float: left;
	list-style:none;
}

.capabilitiesNavItem a
{
	font-weight: bold;
	font-size: 1.2em;
}



.copyright
{
	padding: 10px 0px 10px 22px;
	color: #F79003;
	font-size: 11px;
	text-align: left;
}

.leftSide
{
	float: left;
	width: 150px;
	margin:10px;

}

.rightSide
{
	margin: 10px 20px 5px 0px;
	float: left;
	width: 600px;

}

.imageHover{
margin:0px;
padding:0px;

}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.clear
{
	clear: both;
}

a
{
	color:#f7961e;
}
