﻿*
{
	margin: 0px 0px 0px 0px;
	font-family:Arial;
}
body
{
	background-color:Black;
}
.bcolor
{
	background-color:#C0C0C0;
}
#page
{
 margin-left:auto;
 margin-right:auto;
 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 */
	/* top banner width must me 993px */
	margin:0px 0px 0px 0px;
	background-image: url('top.jpg');
	background-repeat:no-repeat;
	height:172px;
	width:100%;
}
#page #topbanner a
{
	color:White;
	text-decoration:none;
	border-right:solid 1px white;
	padding-left:9px;
	padding-right:9px;
}
#page #topstrip
{
	background-image: url('strip.jpg');
	background-repeat:no-repeat;
	height:28px;
	padding-left:225px;
	padding-top:5px;

}
#page #contents
{
	width:100%;
	margin-top:11px;
}

#page #contents .link
{
	color:#0690FB;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

#page #contents .leftlink
{
	padding-bottom:3px;
	padding-top:10px;
	border-bottom:solid 1px #879DBE;
}

#page #footer
{
	width:100%;
	background-color:#304593;
	height:21px;
}
