body
{
	margin: 3px;
}


/*- TOP BANNER STYLES --------------------------------------*/

.topbody			{
	background-image: url(top_page_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

.toplayer{
	position: absolute;
	background-image: url(top_page_corner2.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	width: 100%;
}

.toplogo			{
	border-width:0;
	right:auto;
	width:100%;
	text-align: right;
}

.topText			{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	text-align: left;
	width: 170px;
	padding-left: 10px;
}


/*- MENU STYLES --------------------------------------------*/

.menubody			{
	margin:0px;
	background-color: #6cc6d4;
}
.menuheading		{
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	padding-left: 13px;
	background-image: url(menu_heading_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	width: 160px;
}
a.menulink:link			{
	font-family:Verdana; font-size:10px;
	font-weight: bold;
	color: 21407f;
	text-decoration: none;
	background-image: url(main_menu_bg.gif);
	background-repeat: repeat-x;
	width: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
a.menulink:active			{
	font-family:Verdana; font-size:10px;
	font-weight: bold;
	color: 21407f;
	text-decoration: none;
	background-image: url(main_menu_bg.gif);
	background-repeat: repeat-x;
	width: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
a.menulink:visited			{
	font-family:Verdana; font-size:10px;
	font-weight: bold;
	color: 21407f;
	text-decoration: none;
	background-image: url(main_menu_bg.gif);
	background-repeat: repeat-x;
	width: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
a.menulink:hover			{
	font-family:Verdana; font-size:10px;
	font-weight: bold;
	color: ffffff;
	text-decoration: none;
	background-image: url(main_menu_bg_ov.gif);
	background-repeat: repeat-x;
	width: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
.menuitem			{
font-family:Verdana; font-size:10px;
}
.menubutton			{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color: #FFFFFF;
	text-align: center;
	width: 100px;
	background-color: #234783;
	border: 1px solid #21407f;
	cursor: hand;
}


/*- FORM STYLES --------------------------------------------*/

.formBody			{
	margin:0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #21407f;
}

.formTable			{border:0px;}

.formTextBox		{
	width:300;
	border: 1px solid #21407f;
	background-color: #e9ecf2;
	font-size:80%;
}
.formTextBoxVerySmall		{
	width:176;
	border: 1px solid #21407f;
	background-color: #e9ecf2;
	font-size:80%;
}
.formTextBoxSmall		{
	width:221;
	border: 1px solid #21407f;
	background-color: #e9ecf2;
	font-size:80%;
}
.formTextBoxLrg		{
	width:300;
	border: 1px solid #21407f;
	background-color: #e9ecf2;
	height:100;
	font-size:80%;
}
	
.formLabel			{
	font-family:Verdana;
	font-size:11px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}
.Label			{
	font-family:Arial;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
}
.formButton			{
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	width: 110px;
	background-color: #234783;
	border: 1px solid #21407f;
	cursor: hand;
	color: #FFFFFF;
}
.formErrorMessage	{font-family:Arial; font-size:12px; color:Red; font-weight:bold;}
.formHeading		{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	font-weight: bold;
}


/*- LIST STYLES --------------------------------------------*/

.list
{
	width: 100%;
	border: 1px solid #21407f;
	background-color: #FFFFFF;
}

.listHeading		{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(main_menu_bg_ov.gif);
	padding-right: 20px;
	padding-left: 20px;
	height: 20px;
}
.listItem			{
	font-family:Arial;
	font-size:80%;
	margin-left: 20px;
}

.listItemSelected	
{
	background-color: #c8e3f1;
}


/*- TABBED SECTIONS --(eg. page edit screen)----------------*/

#TabDefaultStyle	{background-color:#c8e3f1;font-family:verdana;font-weight:bold;font-size:8pt;color:#ffffff;width:600;height:50;text-align:center;border-top:1px black solid;border-left:1px black solid;border-right:1px black solid;border-bottom:1px black solid;}
#TabHoverStyle		{background-color:#777777;}
#TabSelectedStyle	{background-color:#c8e3f1;color:#000000;border-top:1px black solid;border-left:1px black solid;border-right:1px black solid;border-bottom:1px #ECE9D8;}
#SepDefaultStyle	{border-bottom:solid 1px #000000;}


/*- GENERAL STYLES -----------------------------------------*/

.sectionHeading		{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: 21407f;
	background-image: url(section_heading_bg.gif);
	background-repeat: no-repeat;
}
.sectionParagraph	{font-family:Arial; font-size:85%;}

a:link{
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	color: #21407f;
	text-decoration: none;
}

a:active{
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	color: #39abbd;
	text-decoration: none;
}

a:visited{
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	color: #21407f;
	text-decoration: none;
}

a:hover{
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

p{
	font-family:Verdana;
	font-size:11px;
}

td{
	font-family:Verdana;
	font-size:11px;
}
span{
	font-family:Verdana;
	font-size:11px;
}
legend{
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
}



.sizeDown{
	font-size:80%;
	font-family:Arial;
}

.table {
	background-color: #c8e3f1;
	border: 1px solid #21407f;
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 3px;
	width: 100%;

}
.tableNoSize {
	background-color: #c8e3f1;
	border: 1px solid #21407f;
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 3px;

}

.buttonMenu {
	background-color: #c8e3f1;
	border: 1px solid #21407f;
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 3px;
	text-align: right;
}
.cellBorder {
	background-color: #c8e3f1;
	border: 1px solid #21407f;
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 3px;
	text-align: left;
}
.tableHeading {
	background-position: right;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
}
label
{
	font-family:Verdana;
	font-size:11px;
}
