/**
 **
 **  Page Layout
 **
 **/
html 
{
	overflow-y: scroll;
}

body, html
{	
	font-family: Arial;
	font-size: 10pt; 	
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #E6E6E6;
}

#content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 930px;
	height: 620px;
	margin: auto;
	margin-top: 10px;
	border: 2px solid #000000;
	background-color: #F4F4F4;
}

#panel_left
{
	position: absolute;	
    z-index: 7;     	
	top: 276px;
	left: 0px;
	height: 348px;
	width: 251px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #F4F4F4;
}

#panel_left #main
{
	position: absolute;	
    z-index: 8;     	
	top: 19px;
	left: 15px;
	width: 185px;
	height: 268px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
	margin: 0px;
	border-left: 3px solid #B4B4B4;
	border-top: 3px solid #B4B4B4;
	border-right: 3px solid #E6E6E6;
	border-bottom: 3px solid #E6E6E6;
	background: #F4F4F4;
}

#panel_right
{
	position: absolute;
    z-index: 5;     
	top: 140px;
	left: 252px;
	width: 613px;
	height: 470px;
	padding: 0px;
	margin: 0px;
	background: #F4F4F4;
}
#panel_right #main
{
	position: absolute;
    z-index: 6;     	
	top: 19px;
	left: 16px;
	width: 580px;
	height: 415px;
	padding: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	border-left: 3px solid #B4B4B4;
	border-top: 3px solid #B4B4B4;
	border-right: 3px solid #E6E6E6;
	border-bottom: 3px solid #E6E6E6;
	background: #FFFFFF;
}



/*
 *  Quote
 */
#quote
{
	position: absolute;
	top: 43px;
	left: 315px;
	width: 377px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}
.quotecontent
{
	width: 100%;
	display: none;
}
.quotecontent .quote
{
	font-family: Arial; 
	font-size: 10pt;	
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #000000; 
	padding: 3px;		
}
.quotecontent .name
{
	font-family: Arial; 
	font-size: 9pt;	
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #000000; 
	padding: 3px;		
}




/*
 *  Boxes within content
 */
#logo
{
	position: absolute;
    z-index: 25;     				
	top: 14px;
	left: 15px;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
#picture
{
	position: absolute;
    z-index: 25;     			
	top: 118px;
	left: 0px;
	width: 251px;	
	height: 141px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 1px solid #000000;	
	background: #000000;
}

#bar_top
{
	position: absolute;
    z-index: 26;     				
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	border-bottom: 2px solid #000000;
	background: #4E5371;
}
#bar_middle
{
	position: absolute;
    z-index: 26;     					
	top: 260px;
	left: 0px;
	width: 251px;
	height: 15px;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #4E5371;
}
#buttons
{
	position: absolute;	
    z-index: 26;     			
	top: 118px;
	left: 252px;
	width: 678px;
	height: 22px;
	clear: both;	
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	background: #F4F4F4;	
}

/*
 *  Footer
 */
#footer_bar
{
	position: absolute;
    z-index: 26;     		
	top: 620px;
	left: -2px;
	margin: auto;
	margin-top: 0px;
	width: 930px;
	height: 14px;
	border: 2px solid #000000;
	background: #4E5371;
}
#footer
{
	position: absolute;
    z-index: 26;     			
	top: 640px;
	left: 0px;
	margin: auto;
	margin-top: 0px;
	width: 930px;
	height: 40px;
	font-family: Arial; 
	font-size: 10pt; 
	color: #000000;
	border: 0px solid #000000;
	background-color: #E6E6E6;
}



/**
 **
 **  Misc Styles
 **
 **/
.noprint
{
	display: inline;
}
.pagebreak
{
	display: none;
}



/**
 **
 **  Text Styles
 **
 **/
a img {border: none;} 

a:link, a:active, a:visited, a:hover
{		
	text-decoration: underline;
	background:	transparent;
	font-family: Arial; 
	font-size: 10pt; 
	color: #0000CC; 
}

td 
{
	font-family: Arial; 
	font-size: 10pt;
}	

h1
{
	padding-top: 20px;	
	padding-bottom: 15px;
	margin: 0px;
	text-align: center;
	font-family: Arial; 
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #0000CC; 
}
h2
{
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
	font-family: Arial; 
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #0000CC; 
}
h3
{
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
	font-family: Arial; 
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color: #0000CC; 
}



.ItalicsBlack
{
	display: inline;
	font-style: italic;
	font-weight: normal;
	color: #000000; 
}
.ItalicsBlackBold
{
	display: inline;
	font-style: italic;
	font-weight: bold;
	color: #000000; 
}
.ItalicsBlue
{
	display: inline;
	font-style: italic;
	font-weight: normal;
	color: #0000CC; 
}
.ItalicsBlueBold
{
	display: inline;
	font-style: italic;
	font-weight: bold;
	color: #0000CC; 
}


.LeftHeader
{
	font-family: Arial; 
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-left: 8px; 	
	padding-bottom: 11px;
	color: #0000CC; 
}
.LeftHeader a:link, .LeftHeader a:active, .LeftHeader a:visited, .LeftHeader a:hover
{		
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.LeftText
{
	font-family: Arial; 
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 125%;
	padding-left: 10px; 
	color: #000000; 
}

.RightHeader
{
	padding-top: 16px;
	padding-bottom: 0px;
	font-family: Arial; 
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 125%;
	color: #0000CC; 
}
.RightText
{
	font-family: Arial; 
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 125%;
	color: #000000; 
}
.Space2
{
	font-family: Arial; 
	font-size: 2pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 100%;
	color: #000000; 
}
.Space4
{
	font-family: Arial; 
	font-size: 4pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 125%;
	color: #000000; 
}
.Space8
{
	font-family: Arial; 
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 125%;
	color: #000000; 
}

ul.LeftList 
{
	font-family: Arial; 
	list-style-type: none;
	list-style-position: outside;
	text-indent: 10px;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	color: #0000CC;	
}
ul.LeftList li
{
	line-height: 13pt;	
	font-size: 9pt;		
}
ul.LeftList a:link, ul.LeftList a:active, ul.LeftList a:visited, ul.LeftList a:hover
{		
	text-decoration: none;
	font-weight: normal;	
	font-size: 9pt;	
}


ul.RightList 
{
	font-family: Arial; 
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0px;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #0000CC;	
}
ul.RightList li
{
	line-height: 24pt;
}
ul.RightList2 
{
	list-style-type: none;
	list-style-position: outside;
	text-indent: 25px;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	color: #0000CC;	
}
ul.RightList2 li
{
	line-height: 20pt;
}
ul.RightList a:hover
{		
	color: #000000;	
}
ul.RightList2 a:hover
{		
	color: #000000;	
}



#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
	text-decoration: underline;
	background:	transparent;
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000; 
}
#footer .text
{
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000;
}
#footer_print
{
	display: none;
}





/**
 **
 **  Buttons Styles
 **
 **/
table.buttons
{ 
	width: 100%;
	border: 0px solid #000000;
	border-collapse: collapse;
	border-spacing: 3px; 
	padding: 0px;
	background-color: #transparent;
}
td.Button
{ 
	font-family: Arial; 
	font-size: 9pt;
	font-weight: bold;	
	border: 1px solid #AAAAAA;	
	padding-left: 8px;
	padding-right: 8px;
	height: 20px;
	color: #222222;	
	background-color: #888888;	
}
td.Button a:link, td.Button a:active, td.Button a:visited
{		
	font-family: Arial; 
	font-size: 9pt;
	font-weight: bold;	
	text-decoration: none;
	color: #FFFFFF; 
}
td.Button a:hover 
{		
	font-family: Arial; 
	font-size: 9pt;
	font-weight: bold;	
	text-decoration: none;
	color: #222222; 
}


/**
 **
 **  Trail Button Styles
 **
 **/
#trial
{
	position: absolute;
	top: 80px;
	left: 749px;
	width: 175px;
	height: 45px;
	margin: 0px;
	padding: 0px;
} 
table.trial
{ 
	border: 0px solid #000000;
	border-collapse: collapse;
	background-color: transparent;	

}
td.trial
{ 
	border: 0px solid #000000;
	background-color: transparent;	
	padding-left: 5px;
	padding-right: 0px;	
	vertical-align: top;
}
td.trial a:link, td.trial a:active, td.trial a:visited
{		
	text-decoration: underline;
	background:	transparent;
	font-family: Arial black; 
	font-size: 10pt; 
	font-weight: normal;	
	color: #240078;
}
td.trial a:hover
{		
	text-decoration: underline;
	background:	transparent;
	font-family: Arial black; 
	font-size: 10pt; 
	font-weight: normal;	
	color: #999999;
}
td.trial_off
{		
	text-decoration: none;
	background:	transparent;
	font-family: Arial black; 
	font-size: 10pt; 
	font-weight: normal;	
	color: #999999;
	padding-bottom: 5px;	
	padding-left: 5px;
}



/**
 **
 **  Search Styles
 **
 **/
#search
{
	position: absolute;
	top: 32px;
	left: 772px;
	width: 150px;
	height: 40px;
	margin: 0px;
	padding: 0px;
} 
table.Search
{ 
	border: 0px solid #000000;
	border-collapse: collapse;
	border-spacing: 3px; 
	padding: 0px;
	background-color: transparent;	
}
td.Search
{ 
	border: 0px solid #000000;
	background-color: transparent;	
}



// end