﻿*
{
	margin: 0px 0px 0px 0px;
	font-family:Arial;
}
body
{
	background-color:Black;
}
.bcolor
{

}
#page
{
 margin-left:auto;
 margin-right:auto;
margin-top:0px;
padding-top:0px;
 width:1024px;
 background-color:White;
}
#page #topbanner
{
	/* make sure the top banner u use must be in the theme folder itself as for div by using theme, the image url path is relative to ur theme which is App_Themes */
	
	margin:0px 0px 0px 0px;
	padding-top:10px;
	background-image: url('topbanner1.png');
	background-repeat:no-repeat;
	height:172px;
	width:100%;
}

#page #topstrip
{
	background-color:#003366;
height:21px;width:100%;
}


#page #topstrip .links
{
	padding-top:3px;
	padding-left:33px;
	padding-right:33px;
	color:White;
	text-decoration:none;
display:block;
height:100%;

height:21px;
}
#page #topstrip .links:hover
{
	padding-left:33px;
	padding-right:33px;
height:21px;
	text-decoration:none;	
	background-color:#CC0358;
	display:block;
}


#page #contents
{
	width:1000px;
	list-style-type:circle;
	margin:12px;
	

}
#page #contents #catagorycontent
{
	font-family:Arial;
	font-size:12px;
	
}
#page #contents .leftsection
{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
		background-image: url('leftsectionbg.png');
		
	background-repeat:no-repeat;
	
	
}
#page #contents .leftsection a
{
	font-family:Arial;
	font-size:13px;
	color:#006699;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	width:180px;
	border-bottom:dotted 1px green;
}
#page #contents .leftsection a:hover
{
	font-family:Arial;

	color:black;
}


#page #contents .rightsection
{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	
	
}
#page #contents .rightsection a
{
	font-family:Arial;
	font-size:13px;
	color:#006699;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;


}
#page #contents .rightsection a:hover
{
	font-family:Arial;

	color:black;
}


#page #topbanner #toplinks a
{
	
	color:White;font-size:12px; padding-left:5px; padding-right:4px;  font-family:Arial;
	border-right:1px solid white;
}
#page #topbanner #toplinks a:hover
{
	color:black;
}
#page #topbanner #middlelinks a
{
	
	color:White;font-size:14px; padding-left:20px; padding-right:20px; font-family:Arial;
}
#page #topbanner #middlelinks a:hover
{
	color:black;
}

#page #contents .link
{
	color:#0690FB;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#page #contents .leftlink
{
	padding-bottom:3px;
	padding-top:10px;
	border-bottom:solid 1px #879DBE;
}

#page #footer
{
	background-color:#A0CA49;
	width:100%;

	height:22px;
}
#page #footer .links
{
	padding-left:15px;
	padding-right:5px;
	color:White;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
#page #footer .links:hover
{
	padding-left:15px;
	padding-right:15px;
	color:gray;
	text-decoration:none;
}

