/* GENERAL */

body	{
	height:97%;
	margin:0px; 
	border:none;
	padding:0px;
}

/* BORDERS */

.border_l	{
	background-image:  url(images/border-bg.jpg);
	background-repeat: repeat;
	background-position: right bottom;
	margin:0px; 
	border:none;
	padding:0px; 
}
.border_r	{
	background-image:  url(images/border-bg.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	margin:0px; 
	border:none;
	padding:0px; 
}
.border_b	{
	background-image:  url(images/border-bg.jpg);
	background-repeat: repeat;
	background-position: 0px 51px;
	margin:0;
	margin-top:14px; 
	border:none;
	padding:0px;
	padding-top:14px;
	height:100%;
	width:100%;
	text-align:center;
	text-decoration:none; 
	font-family:arial;
	font-size:8pt;
	vertical-align:center;
}
.border_b table {
	font-family: Arial, Times, serif;
	font-size: 8pt;
	font-weight: normal;
	text-align:center;
	text-decoration:none; 
}
.border_b a {
	text-decoration:none;
	color:#000000; 
}


/* HEADER */

.head	{
	background-image:   url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin:0px; 
	border:none;
	padding:0px; 
}
ul#menu	{
	list-style-type:none;
	margin:0;
	padding:0;
	border:none;
	position:absolute; 
	left:16; 
	top:122;
}
ul#menu li	{
	float:left; 
	margin-right:1px;
}
ul#menu a	{
	display:1;
	display:block;
	width:102px; 
	height:36px; 
	background:url('images/menubtn-up.gif'); 
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none; 
	font-family:"arial";
	font-size:12pt;
	font-weight:"bold";
	color:#ABABAB;
	padding-top:8px;}
ul#menu a:link	{
	background:url('images/menubtn-up.gif'); 
	background-repeat:no-repeat;
}
ul#menu a:visited	{
	background:url('images/menubtn-up.gif'); 
	background-repeat:no-repeat;
}
ul#menu a:hover 	{
	background:url('images/menubtn-up.gif'); 
	color:#E2E2E2;
	background-repeat:no-repeat;
}
ul#menu a:active 	{
	background:url('images/menubtn-down.gif'); 
	background-repeat:no-repeat;
}
ul#menu a:focus 	{
	background:url('images/menubtn-down.gif'); 
	background-repeat:no-repeat;
}


/* BOXES */

.box	{
	background-image:   url('images/box.gif');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: left top;
	position:absolute;
	margin-left:20px;
	margin-top:8px;
	border:none;
	padding:0;
	font-family: Arial, Times, serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-align:left;
	text-decoration:none; 
}
.boxtitle	{
	position:relative;
	padding-bottom:5px;
	border:0;
	margin:0;
	font-size: 12pt;
	font-weight: bold;
}
.boxtitle p	{
	padding:0;
	border:0;
	margin:0;
}
.boxtitle #selected {
	font-family: Arial, Times, serif;
	font-weight: bold;
	font-size: 12pt;
	color:#000DC6;
}
.boxtitle a	{
	padding:0;
	border:0;
	margin:0;
	font-family: Arial, Times, serif;
	text-decoration:none; 
	color: #000000;
}
.boxtitle a:hover	{
	color:#00099B;
}
.boxtext	{
	position:relative;
	padding-left:5px;
	width:170px;
	height:150px;
	overflow:auto;
}
.boxtext p	{
	border:0;
	margin:0;
	text-decoration:none; 
}
.boxtext #selected {
	background-image:   url('images/bullet-4.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:8px;
	font-family: Arial, Times, serif;
	font-weight: bold;
	font-size: 11pt;
	color:#000DC6;
}
.boxtext #selected2 {
	background-image:   url('images/bullet-5.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:16px;
	font-family: Arial, Times, serif;
	font-weight: bold;
	font-size: 10pt;
	color:#000DC6;
}
.boxtext a	{
	padding:0;
	border:0;
	margin:0;
	font-family: Arial, Times, serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration:none; 
	color: #000000;
}
.boxtext a:hover	{
	color:#00099B;
}
.boxtext #M1	{
	background-image:   url('images/bullet-1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:8px;
	font-size: 11pt;
	color: #000000;
}
.boxtext #M1:hover	{
	color:#00099B;
}
.boxtext #M2	{
	background-image:   url('images/bullet-2.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:8px;
	padding-left:8px;
	color: #000000;
}
.boxtext #M2:hover	{
	color:#00099B;
}
.boxtext #H1 {
	font-size: 11pt;
	font-weight:bold;
	margin-left:-1px;
	color:#000DC6;
}

/* MAIN PAGE */

.page {
	font-family: Arial, Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width:84%;
	margin-left:45px;
	margin-right:35px;
	padding:4px;
	border:none;
}
.page table {
	font-family: Arial, Times, serif;
	font-size: 10pt;
	font-weight: normal;
}
.page td {
	vertical-align:center;
}
#aligntop {
	position:relative;
	vertical-align:top;
	padding-top:33px;
	top:-24px;
}
.page #quote {
	color:#980000;
	font-weight:bold;
}
.readmore {
	color:#00099B;
	cursor:pointer;
}
.page p	{
	margin-top:0px;
	margin-bottom:10px;	
}
.page table	p {
	vertical-align:top;	
}
.page ul {
	margin-top:0px;
	margin-bottom:15px;
}
.page ul li a {
	text-decoration:none; 
	vertical-align:top;
	list-style-image: url('images/bullet-3.gif');
}
.page ul li a:hover {
	color:#00099B;
}
.page h1	{
	color:#00099B;
}
.page h2	{
	color:#00099B;
}
.page h3	{
	color:#00099B;
}
.page h4	{
}
.page h5 {
	padding-top:5px;
	margin-bottom:2px;
	color:#00099B;
	font-size: 11pt;
}

/* BANNER */
.banner	{
	background-image:   url(images/banner-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border:none;
	margin:0;
	padding-left:27px;
	padding-top:2px;
	padding-bottom:0px;
	padding-right:0px;
}
.banner p	{
	margin:0;
	padding-bottom:5px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	outline:0;
}