/* As */

a:link, a:active, a:visited
{
	color:							#000000;
	text-decoration:				none;
}

a:hover
{
	text-decoration:				underline;
}

a.AMainMenu:link, a.AMainMenu:active, a.AMainMenu:visited
{
	color:							#FFFFFF;
	text-decoration:				none;
}

a.AMainMenu:hover
{
	text-decoration:				underline;
}

/* BODYs */

body
{
	font-family:					Verdana, Arial;
	font-size:						8pt;
	margin:							0px;
	behavior:						url("templates/csshover3.htc");
}

/* IMGs */

img
{
	border:							0px;
}

/* Ps and Hs */

p
{
	line-height:					150%;
}

h1
{
	color:							#606060;
	margin-top:						0px;
	font-size:						15pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h2
{
	color:							#606060;
	margin-top:						0px;
	font-size:						13pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h3
{
	color:							#606060;
	margin-top:						0px;
	font-size:						12pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h4
{
	color:							#606060;
	margin-top:						0px;
	font-size:						11pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h5
{
	color:							#606060;
	margin-top:						0px;
	font-size:						10pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h6
{
	color:							#606060;
	margin-top:						0px;
	font-size:						9pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

/* Other stylings */

pre
{
	font-family:					Courier New;
}

address
{
	font-style:						italic;
}

td
{
	font-size:						9pt;
	line-height:					150%;
}

/* DIVs */

div.DivSite
{
	position:						absolute;
	left:							50%;
	width:							780px;
	margin-left:					-390px;
	padding:						0px;
}

div.DivTopMenu
{
	border-left:					1px solid #B9B9B9;
	border-right:					1px solid #B9B9B9;
	padding:						0px;
	text-align:						right;
	width:							780px;
}

div.DivTopMenuPadding
{
	padding:						10px;
}

div.DivHeader
{
	width:							780px;
	height:							135px;
	background-image:				url(img/header.jpg);
	border-left:					1px solid #B9B9B9;
	border-right:					1px solid #B9B9B9;
}

div.DivMenu
{
	height:							35px;
	width:							780px;
	background-image:				url(img/menu_back.gif);
	border-left:					1px solid #B9B9B9;
	border-right:					1px solid #B9B9B9;
}

div.DivTicker
{
	height:							30px;
	background-color:				#efefef;
	border:							1px solid #627FAF;
	width:							780px
	text-align:						center;
}

#DivTicker p
{
	margin:							0px;
	margin-top:						6px;
	text-align:						center;
}

div.DivContent
{
	width:							778px;
	background-color:				#FFFFFF;
	border-left:					1px solid #627FAF;
	border-right:					1px solid #627FAF;
	background-image:				url(img/content_back.gif);
}

div.DivContentPadding
{
	padding:						20px;
}

div.DivSideBar
{
	float:							right;
	width:							162px;
	height:							200px;
}

div.DivSideBarPadding
{
	padding:						20px;
	padding-top:					10px;
}

div.DivFeeter
{
	background-color:				#20498E;
	height:							32px;
	width:							780px;
	border-left:					1px solid #627FAF;
	border-right:					1px solid #627FAF;
	color:							#FFFFFF;
}

div.DivFeeterPadding
{
	padding-top:					7px;
	text-align:						center;
}

#DivFeeter P
{
	margin:							0px;
}

div.DivMenuItemPadding
{
	padding-top:					4px;
}

div.DivContentBlock
{
	width:							613px;
}

/* TABLEs and TDs */

table.TableMainMenu
{
	border-left:					1px solid #415B87;
}

td.TdMenuItem
{
	border-right:					1px solid #415B87;
	height:							35px;
	width:							141px;
	text-align:						center;
	vertical-align:					top;
}