body  {
	background-color: black;
	color: White;
	font-size: 8px;
	font-family: Trebuchet MS, Arial;
	background-image: url(../images/main-bg.gif);
}


.main  {
	width : 980px;
	height : 400px;
}


.main-right-top  {
	background-color: Black;
	color: Red;
	height: 60px;
	background-image: url(../images/top-bg-image.gif);
	padding-left: 80px;
	padding-bottom: 5px;
}

.main-left  {
	width: 40px;
	background-color: Black;
	background-image: url(../images/left-bg-image.gif);
}

.main-right-login  {
	background-color: Black;
	height: 20px;
	padding-left: 40px;
	padding-right:40px;
	padding-top: 0px;
}


.main-right-heading  {
	background-color: black;
	font-size: 14px; 	
	height: 20px;
	padding-left: 40px;
	padding-top: 0px;
}



.main-right-middle-container {
	background-color: Black;
	font-size: 12px; 	
	height: 500px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-style: solid;
	border-width: 0px;
	border-color: #323232;
	background-image: url(../images/main-container-backgroundxxx.jpg);
}



.main-right-middle  {
	background-color: none;
	font-size: 15px; 	
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 0px;
}



.main-right-bottom {
	background-color : Black;
	color: Gray;
	font-size: 10px; 
	height: 40px;
	padding-bottom: 00px;
}


.main-right-package  {
	background-color: none;
	font-size: 15px; 	
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 0px;
}



.top-nav  {
	font: Trebuchet MS;
	font-size: 12px;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

.top-nav-current  {
	font: Trebuchet MS;
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.top-nav:ACTIVE  {
	color : White;
	text-decoration : none;
}

.top-nav:HOVER  {
	color : White;
	text-decoration : underline;
}

.top-nav-visited:VISITED  {
	color : White;
	text-decoration : none;
}


.section {
	font-family: "Trebuchet MS";
	color: White;
	font-weight: bold;
	font-size: 30px;
}

.sub-nav  {
	font: Trebuchet MS;
	font-size: 12px;
	color: White;
	text-decoration: none;
}


.sub-nav-current  {
	font: Trebuchet MS;
	font-size: 12px;
	color: Red;
	text-decoration: none;
}

.sub-nav:ACTIVE  {
	color : White;
	text-decoration : none;
}

.sub-nav:HOVER  {
	color : White;
	text-decoration : underline;
}

.sub-nav-visited:VISITED  {
	color : Red;
	text-decoration : none;
}





.body-link  {
	color: Red;
	text-decoration: none;
}

.body-link:ACTIVE  {
	color : Red;
	text-decoration : underline;
}

.body-link:HOVER  {
	color : Red;
	text-decoration : underline;
}

.body-link:VISITED  {
	color : Red;
	text-decoration : none;
}