@charset "iso-8859-1";
/* css standard style, by Andrew Robinson for use with http://www.brightonbaptist.org.au */
/* added 13-3-2005 */


/* basic elements */

a img
{
	border:0;
}

body
{
	color: #000000;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, "Times New Roman", Times, serif;
	line-height: 13pt;
	background-color: #0099CC;
	text-align: left;
	margin: 0;
	padding: 0;
}

div#page
{
	padding: 5px 0 5px 0;
	background-color: #FFFFFF;
	text-align: left;
	width: 730px;
	margin: auto;
	position: relative;
	border-right: 4px solid #006699;
	border-left: 8px solid #006699;
	border-top: 4px solid #006699;
	border-bottom: 4px solid #006699;
}

div#header
{	
	height: 120px;
	clear: both;
	text-align: center;
}

div#sidemenu
{	
	width: 115px;
	margin-top: 20px;
	margin-right: 20px;
	float: left; 
	font-size: 10pt;
	line-height: 12pt;
}
/*SIDEMENU NAVIGATION MENU*/
div#sidemenu ul, div#sidemenu ul li
{
	list-style-type:none;
	margin:0;
	padding:0; 
	text-align: center;
	width:100%; 

}


<!--[if IE 7]>
div#sidemenu ul li a {display:inline-block;}
div#sidemenu ul li a {display:block;}
<![endif]-->

div#sidemenu ul li
{
	clear:both; 
	width:100%; 
	font-size: 10pt;
}

div#sidemenu ul a
{
	display:block;
	text-decoration:none; 
	margin: 0; 
    padding: 0;
	color: #ffffff; 
	background-color:#006699; 
	line-height:28px; 
	border: 0;
	border-right:5px solid #D86414;
	width:110px; 

}

div#sidemenu ul a:hover
{
	display:block;
	text-decoration:none; 
	margin: 0; 
	padding: 0;
	color: #000000; 
	background-color:#D86414; 
	line-height:28px; 
	border: 0;
	border-right:5px solid #D86414;
	width:110px; 

}

div#sidemenu ul p
{
	display:block;
	text-decoration:none; 
	margin: 0;
	padding: 0;
	color: #0099CC; 
	background-color:#ffffff; 
	line-height:28px; 
	border: 0;
	width:110px; 

}
/*--------------------------------*/

div#content
{	
	width: 575px;
	min-height: 480px;
	float: left;
	padding-right: 20px;
}
div#content-member
{	
	width: 660px;
	min-height: 480px;
	float: left;
	padding: 20px 30px 20px 30px;
}

div#footer
{	
	height: 50px;
	clear: both;
	font-size: 8pt;
	line-height: 13pt;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #006699;
}

/*FOOTER NAVIGATION MENU*/
div#footer ul {list-style-type:none; margin:auto; padding:0; width:360px;}
div#footer ul li{display:inline; list-style-type:none; margin:auto; padding:0 5px 0 5px;}
div#footer ul a{text-decoration:none; color: #D86414}
div#footer ul a:hover{color: #00008D;}
div#footer ul p{display:inline; text-decoration:none; margin:auto; color: #0099CC}
/*--------------------------------*/


div#display
{
	height: 300px; 
	border: solid 2px #000; 
	padding: 0 10px 0 10px; 
	overflow: auto; 
	background-repeat: no-repeat; 
	background-position: top right; 
	background-attachment: scroll !important;
	background-attachment: fixed; 
	position: relative;
}

div.clear
{
	clear: both;
}

/* classic elements */

img.right { float:right; padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { float:left; padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.center { display: block; margin-left: auto; margin-right: auto; }

a:link, a:visited
{
	color: #D86414;
	font-weight: normal;
	text-decoration: underline;
}

a:link:hover
{
	color: #00008D;
	font-weight: normal;
	text-decoration: none;
}

h1.main
{
	color: #D86414;
	font-size: 22px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}

h1
{
	color: #D86414;
	font-size: 26px;
	line-height: 20px;
}

h2
{
	color: #D86414;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 8px;
}

h3
{
	font-size: 10pt;
	margin-top: 10pt; 
	margin-bottom: 4pt;
}

h4
{
	font-size: 14pt;
	margin-top: 8pt; 
	margin-bottom: 4pt;
}

p.text
{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 13pt;
}

p.small1
{
	font-size: 9px;
	line-height: 12px;
	text-align: center;
}

p.small2
{
	font-size: 10px;
	line-height: 12px;
}


table.text
{
       display:block;
}

/************MARQUEE open************/
#t1_container
{
  color: purple;
  background-color: #eee;
}

#t1
{
  color: purple;
  background-color: #eee;
}
/************MARQUEE close************/