/* CSS Document */
img.left{ float:left; margin:0 5px 0 0; border:0px solid #AAA}

body
	{
	margin: 0px;
	}
a
{
	
	text-decoration: none;
	color: #3270A7;
}
a:hover 
{

	text-decoration: underline;
	color: #666666;

}
.TopNavigation{
	display: block;
  	padding: 3px;
	vertical-align : middle;
    font-family: Arial; 
	font-size:13px;
    color: #FFFFFF; 
    cursor: hand; 
    font-weight: bold; 
    text-decoration: none
}
a.TopNavigation:HOVER{
    font-family: Arial; 
    color: White;
	background-color: #99CCFF; 
	text-decoration: underline
}

.ActiveButton{
	display: block;
  	padding: 3px;
	vertical-align : middle;
    font-family: Arial; 
	font-size:13px;
    color: White;
	background-color: #99CCFF; 
	text-decoration: underline;
    font-weight: bold; 
}
.Headings
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #3270A7;
}


.Left-Border{
	background-image: url(images/left_border.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #002F5E;
	}

.Right-Border{
	background-image: url(images/right_border.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #002F5E;
	}
.Main-Pane {
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	
	}
.Left-Pane-TopLeft{
	background-image: url(images/left_pane_topleft.jpg);
	background-repeat: no-repeat;
	width: 8;
	}
		
.Left-Pane-TopCenter{
	background-image: url(images/left_pane_topcenter.jpg);
	background-repeat: repeat-x;
	}

.Left-Pane-TopRight{
	background-image: url(images/left_pane_topright.jpg);
	background-repeat: no-repeat;
	width: 8;
	}

.Left-Pane-BottomLeft{
	background-image: url(images/left_pane_bottomleft.jpg);
	background-repeat: no-repeat;
	width: 8;
	}
		
.Left-Pane-BottomCenter{
	background-image: url(images/left_pane_bottomcenter.jpg);
	background-repeat: repeat-x;
	}

.Left-Pane-BottomRight{
	background-image: url(images/left_pane_bottomright.jpg);
	background-repeat: no-repeat;
	width: 8;
	}		

.NormalText
	{
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}
.QuickLink-Text
	{
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3270A7;
}
.Titles
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	}
.LightText
{
	
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	}
.MoreLink
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3270A7;
}
