﻿body 
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	background-color:White;
	color:#202020;
}

#headerpanel
{
	width:775px;
	height:150px;
	overflow:hidden;
	background-image:url(images/global/head.jpg);
}

.box600x150
{
	width:600px;
	height:150px;
	background-image:url(images/global/box600x150.jpg);
	overflow:hidden;
	margin-top:10px;
}


.insidebox600x150
{
	width:570px;
	height:120px;
	overflow:hidden;
	margin:15px 0px 0px 15px;
}

#sidebarpanel
{
	width:125px;
	background-image:url(images/global/sidebar.jpg);
	height:auto;
	overflow:hidden;
	float:left;
}

#topmenupanel
{
	margin:35px 0px 0px 25px;
	color:White;
}

#topmenupanel a
{
	color:White;
	text-decoration:none;
}

#pagetitle
{
	float:right;
}

td
{
	vertical-align:top;
}

#topmenupanel a:hover
{
	color: #90bbff;
}

a
{
	text-decoration:none;
	color:#202020;
}

a:hover
{
	color:#90bbff;
}


img
{
	border:none;
}

#pagecontentpanel
{
	float:left;
	margin:0px 25px 0px 25px;
	width:600px;
	height:auto;
	overflow:hidden;
}


h1
{
	font-size:20px;
	font-family:Times New Roman ;
	color:#3274ff;
	font-style:italic;
}

h2
{
	font-size:14px;
	font-family:arial;
	color:#3274ff;
}