﻿
a
{
	color:blue;
	text-decoration:none;	
	
}

a:hover
{
	color:red;
	text-decoration:none;	
	
}

a:link
{
	color:blue;
	text-decoration:none;	
}



body{
margin:0;
padding:0;
line-height: 1.5em;

font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: black;
background-image:url(Bg/bodybackground.gif);
background-repeat:repeat-x;
background-color:#ada309;

}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 995px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:white;
}

#topsection{



}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -995px; /*Set margin to that of -(MainContainerWidth)*/

}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/

}

#footer{
clear: left;
width: 100%;

}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/*Working Area========================================================*/


#TopArea
{
	width:979px;
	padding:8px;	
}

#TopArea .Banner
{
	width:979px;	
	
}

#TopArea .Banner a
{
	color:blue;
	text-decoration:none;	
	
}

#TopArea .Banner a:hover
{
	color:red;
	text-decoration:none;	
	
}



#TopArea .Menu
{
	width:979px;	
	
}

#TopArea .Menu
{
	width:979px;	
	
}

#TopArea .Menu .LefMenu
{
	width:75px;	
	float:left;
	background-image:url(Bg/Homemenu.gif);
	background-repeat:no-repeat;
	height:30px;
	padding-left:25px;
	padding-top:10px;
	text-align:left;
		
}

#TopArea .Menu .LefMenu a
{
	
	color:White;
	font-weight:bold;
	text-decoration:none;	
}

#TopArea .Menu .LefMenu a:hover
{
	
	color:White;
	font-weight:bold;
	text-decoration:underline;	
}





#TopArea .Menu .RightMenu
{
	width:879px;	
	float:right;
	background-image:url(Bg/Menubg.gif);
	height:37px;
	padding-top:3px;

}


#LeftArea
{
	width:192px;
	padding-left:8px;	
}

#LeftArea .LeftDescription
{
	width:192px;


	
}




#RightArea
{
	width:192px;
	padding-right:8px;
		
}

#RightArea .RightDescription
{
	width:192px;
	
	
	
}



#BodyArea
{
	width:579px;
	padding-left:8px;
	padding-right:8px;	
}

#BodyArea .BodyDescription
{
	width:579px;	
	
	
}



#FooterArea
{
	width:979px;
	padding-left:8px;
	padding-right:8px;	
	margin-top:10px;
	
}

#FooterArea .Desigedby
{
	width:977px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	font-size:10px;

}

#FooterArea .FooterDescription
{
	width:979px;
	
	
	padding-top:5px;

}

#FooterArea .FooterDescription a
{
		color:Blue;
		text-decoration:none;	

}

#FooterArea .FooterDescription a:hover
{
		color:Maroon;
		text-decoration:none;	

}