@charset "utf-8";
/* CSS Document */

body {
	background-color:#0d0d0d;
	background-image:url(../Images/MainBG.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#857f7f;
	font-size:0.8em;
}
A:link {
	text-decoration: none;
	color:#ad0550;
}
A:visited {
	text-decoration: none;
	color:#ad0550;
}
A:active {
	text-decoration: underline;
	color:#ad0550;
}
A:hover {
	text-decoration: underline;
	color:#ad0550;
}
h1 {
	font-size:1.5em;
	color:#c50a4d;
}
h2 {
	font-size:1.3em;
	color:#00d8ff;
}
h3 {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:1.1em;
}

td{
padding:10px;

}

.CMS{
margin-top:50px;
margin-left:10px;
margin-right:10px;

}
/*Side Bar link only styling.*/
A.sidebar {
	text-decoration: none;
	color:#4b4949;
}
A:hover.sidebar {
	text-decoration: underline;
	color:#4b4949;
}
button {
	background-color:#00d8ff;
	font-weight:bold;
}
input, textarea {
font-weight:bold;
}

#flashRibbon{

}

#site{
position:relative;
top:-465px;
}


/*Bottom Content Box CSS Code.*/
#BottomContentBox {
	background-image:url(../Images/BottomContentBox_MainBG.png);
	width: 954px;
	color:#000000;/*border-style:solid; border-width:1px; border-color:#FF0000;*/
}
#BottomContentBox_TopBorder {
	background-image:url(../Images/BottomContentBox_TopBorder.png);
	width: 954px;
	height:7px;
	color:#000000;
	background-repeat:no-repeat;
}
#BottomContentBox_BottomBorder {
	background-image:url(../Images/BottomContentBox_BottomBorder.png);
	background-repeat:no-repeat;
	width: 954px;
	height:7px;
	color:#000000;
}
/*Side bar content styling*/
#SidebarContent {
	float:left;
	width:194px;
	position:relative;
	left:10px;
	text-align:left;
	color:#4b4949;
	font-size:0.9em;
	padding:5px;
}
.sidebar {
	color:#00d8ff;
}
/*Content Area Styls*/
#RightContent {
	width:710px;
	float:right;
	position:relative;
	right:9px;
	color:#857f7f;
	font-size:0.8em;
	text-align:left;
}
#ContentTopBar {
	background-image:url(../Images/Content_TopBar_BG.png);
	background-repeat:repeat-y;
	position:relative;
	right:6px;
	padding:5px;
	text-align:left;
	padding-left:20px;
}
/*Rolling Baner Preloader*/
#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}
#footer{
font-size:0.8em;
}



/*New Top bar design*/
#Linkbar_Topborder{
height:2px;
width:953px;
background-image: url(../Images/Linkbar_TopBorder.png);
}
#Linkbar_BG{
width:953px;
background-image:url(../Images/Linkbar_BG.png);
padding-bottom:5px;
padding-top:5px;
font-weight:bold;
color:#FFFFFF;
}


#Linkbar_Bottomborder{
width:953px;
height:3px;
background-image:url(../Images/LinkBar_BottomBorder.png);
}

#Bannerbar_BG{
width:953px;
height:239px;
background-image:url(../Images/Bannerbar_BG.png);
}

#Bannerbar_Bottomborder{
width:953px;
height:5px;
background-image:url(../Images/Bannerbar_BottomBorder.png);
margin-bottom:20px;
}

#Banner_image{
width:944px;
height:239px;
right:5px;
}
