body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-image : url(/images/top_bg.gif);
}

.toptext
{
	position : absolute;
	top : 3px;
	left : 380px;
	color : white;
	z-index : 5;
	font-size: 10px;
}

.toptext h1
{
	font-size : 11px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 99px;
	left : 0px;
	width : 100%;
	background-color : #351C5E;
	padding : 5px 0px;
	text-align : center;
	font-weight : bold;
	color : white;
}

.nav a
{
	color : white;
	padding : 5px;
	text-decoration : none;
}

.nav a:hover
{
	background-color : #00085D;
}


.content
{
	position : relative;
	margin : 135px 150px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 145px;
	right : 5px;
	text-align : center;
}

.breadcrumbs
{
	text-transform : capitalize;
}