﻿/*CSS for new design implementation starts here.*/
body{
margin:0;
padding:0;
background-color:#000000;
}

.mainBack{
background:url(../images/homepage.jpg) no-repeat center top;
width:1200px;
height:600px;
}

.leftBack{
background:url(../images/leftBack.jpg) repeat-y left -167px;
width:237px;
}

.contentBack{
background: url(../images/circles.jpg) no-repeat center top;
height:437px;
min-height:437px;
}

.leftLink{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
font-size:18px;
line-height:28px;
text-decoration:none;
}
.leftLink:hover{
text-decoration:underline;
}

.black8ptver
{
	font-family:verdana,arial,helvetica;
	color:#000000;
	text-decoration:none;
	font-size:10pt;
	font-weight:normal	
}
.black12ptver
{
	font-family:Tahoma;
	color:#000000;
	text-decoration:none;
	font-size:14pt;
	font-weight:normal	
}
.PageMainHeading
{
	font-family:Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.TDHeading
{
	font-family:Verdana;
	font-size: 10px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
.Message
{
	font-family:Verdana;
	font-size: 10px;
	font-weight:normal;
	color:Red;
	text-decoration: none;
}

#navigationNew {
	background-color: #000000;
	overflow: hidden;
	
}
/* Styles for Navigation */
#navigationNew ul {
	background: #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigationNew li {
	float: left;
	font-family:Verdana;
	font-size:12px;
}
#navigationNew a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #000000;
}
#navigationNew a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #996600;
}
/*CSS for new design implementation ends here.*/
