﻿/*Most modifications should happen in this section */

.contentarea{
	margin:		0px;
	padding:	0px 5px 0px 5px;
	width:		100%;
}

.contentarea a{
	text-decoration: underline;
	cursor:		pointer;
	color:		#3377b8;
}

.contentarea a img{
	border-style: none;
}

h1{
	margin:		10px 0px 10px 0px;
	font-size:	14pt;
}

p{
	margin:		10px 0px 18px 0px;
	text-align: justify;
}

body{
	margin:		0px;
	padding:	0px;
	font-size:	11pt;
	font-family:Arial;
}

/* Below here should change rarely */

.nav_links{
	margin:		-57px 0px 0px 130px;
	z-index:	5;
	width:		370px;
	
	background-color:	#9e9fa3;
}

.nav_link{
	background-color:	#9e9fa3;
	font-size:			11pt;
	font-family:		Arial;
	font-weight:		bold;
	color:				black; 
	text-decoration:	none;
	margin-right:		5px;
}

.nav_link:link{
}

.nav_link:hover{
	color:		white;
}

nav_link:active{
	color:		white;
}

.breadcrumb{
	font-size: 9pt;
	margin-left: 35px;
}

.breadcrumb a{
	text-decoration: underline;
	cursor:		pointer;
	color:		#3377b8;
}

#BreadcrumbTitle{
	font-size: 9pt;
}

.all{
	margin:		20px auto 20px auto;
	width:		1010px;
}

.wrapper{
	margin:		0px;
	padding:	0px;
	width:		735px;
	float:		left;
	min-height: 851px;
}

.graphic{
	margin:		0px;
	padding:	0px;
	width:		244px;
	height:		851px;
	float:		left;
}

.container{
	margin:		0px;
	padding:	0px;
	width:		735px;
	float:		right;
}

.navigation{
	margin:		0px;
	padding:	0px;
	width:		735px;
	height:		148px;
}

.menus{
	margin:		0px;
	padding:	0px;
	width:		735px;
	height:		37px;
	text-align: right;
	font-size:	10.5pt;
}

.left_graphic{
	border:		0px;
	margin:		0px;
	padding:	0px;
	width:		244px;
	height:		851px;
}

.top_graphic{
	border:		0px;
	margin:		0px;
	padding:	0px;
	width:		735px;
	height:		148px;
}

.footer{
	margin: 35px auto 0px auto;
	text-align: center;
	padding-left: 15%;
	padding-bottom: 25px;
	font-size: 11px;
}

.footer a{
	color: #3377b8;
}

h2.disclosure{
	font-size: medium;
	text-decoration: underline;
}

.disc ul{
	list-style-type: disc;
}

.disc li{
	margin-bottom: 15px;
}


/* These are only used to created a box around content */

.box{ width:740px; padding-left: 15px; }
    
.side_top{background: url(/images/box_side_top.png) 0 0 repeat-x;}
.side_left{background: url(/images/box_side_left.png) 0 0 repeat-y;}
.side_right{background: url(/images/box_side_right.png) 100% 0 repeat-y;}
.side_bottom{background: url(/images/box_side_bottom.png) 0 100% repeat-x;}
   
.corner_topleft{background: url(/images/box_corner_topleft.png) 0 0 no-repeat;}
.corner_topright{background: url(/images/box_corner_topright.png) 100% 0 no-repeat;}    
.corner_bottomleft{background: url(/images/box_corner_bottomleft.png) 0 100% no-repeat;}
.corner_bottomright{background: url(/images/box_corner_bottomright.png) 100% 100% no-repeat; padding: 20px 48px 30px 20px; }


.inlay{ width:699px; margin-left: -12px; margin-top: -6px; padding: 0px; }
    
.inlay_side_top{background: url(/images/inlay_side_top.jpg) 0 0 repeat-x;}
.inlay_side_left{background: url(/images/inlay_side_left.jpg) 0 0 repeat-y;}
.inlay_side_right{background: url(/images/inlay_side_right.jpg) 100% 0 repeat-y;}
.inlay_side_bottom{background: url(/images/inlay_side_bottom.jpg) 0 100% repeat-x;}
   
.inlay_corner_topleft{background: url(/images/inlay_corner_topleft.jpg) 0 0 no-repeat;}
.inlay_corner_topright{background: url(/images/inlay_corner_topright.jpg) 100% 0 no-repeat;}    
.inlay_corner_bottomleft{background: url(/images/inlay_corner_bottomleft.jpg) 0 100% no-repeat;}
.inlay_corner_bottomright{background: url(/images/inlay_corner_bottomright.jpg) 100% 100% no-repeat; min-height: 220px; padding: 30px 20px 30px 20px;}

table{
	 border-collapse: collapse;
}

th p{
	text-align:center;
}

li{
	text-align:justify;
	padding-right:10px;
	margin-bottom: 7px;
}

.end_notes{font-size: 9pt}