/* CSS Document */

body 	 {
		font-family: Arial, Helvetica, sans-serif;
		line-height: 12pt;
		font-size:10pt;
		color: #000000;
		margin: 0px;
		text-align: justify;
		background-image:url(images/bg.gif);
		background-repeat:repeat;
		 }

h1		{
		font-size:18px;
		font-weight:bold;
		line-height:11pt;
		}
		
h2		{
		font-size:15px;
		text-align:right;
		font-weight:bold;
		line-height:11pt;
		margin-top:0px;
		margin-bottom:0px;
		}
		
p		{
		font-family: Arial, Helvetica, sans-serif;
		line-height: 12pt;
		margin-top: 6px;
		}

#wrapper {
		margin-left:auto;
		margin-right:auto;
		margin-top:5px;
		width:710px;
		bottom:0px;
		 }
		 
#banner	 {
		width:710px;
		height:200px;
		border-bottom:0px;
		background-image:url(images/bannerbg.gif);
		background-repeat:repeat-y;
		background-repeat-x:no-repeat;
		background-position:right;
		background-color:#FFFFFF;
		 }
		 
#linkswrap	 {
		width:710px;
		height:65px;
		background-image:url(images/linksbg.gif);
		background-repeat:no-repeat;
		background-position:right;
		margin-bottom:10px;
			}
			
#links1	{
		position:relative;
		margin-right:27px;
		padding-top:8px;
		padding-right:10px;
		text-align:right;
		word-spacing:10px;
		}	
#links2	{
		position:relative;
		padding-top:8px;
		text-align:right;
		word-spacing:15px;
		margin-right:27px;
		padding-right:10px;
		color:#FFFFFF;
		}
		
hr		{
		margin-top:2px;
		margin-bottom:3px;
		text-align:left;
		position:relative;
		padding-top:0px;
		}

.siderule	{
		padding-top:0px;
		padding-bottom:0px;
		margin-top:2px;
		margin-left:0px;
		margin-bottom:0px;
		width:70%;
		}
		
a		{
		color:#009999;
		font-weight:bold;
		text-decoration:none;
		}
		
a:hover	{
		color:#FF0000;
		}
		
.small	{
		color:#666666;
		font-size:10px;
		}		
				
.inpage	{
		color:#666666;
		font-size:10px;
		}
.inpage:hover {
		font-size:11px;
		}
		
.link	{
		color:#fff371;
		font-size:10pt;	
		}
		
.link:hover	{
		color:#ffffff;
		font-weight:bold;
		}
		
.link2	{
		color:#ffffff;
		font-size:10pt;	
		}
		
.link2:hover	{
		color:#fff371;
		font-weight:bold;
		}
		
.sheets		{font-size:9pt; color:#666666;}
.sheets2	{font-size:10pt; color:#666666;}
.sheets3	{font-size:12pt; color:#666666;}
			
#headingwrap  {
		position:relative;
		float:left;
		width:710px;
		height:50px;
		background-image:url(images/headerbg.gif);
		background-repeat:no-repeat;
		padding-left:30px;
		margin:0px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:10pt;
		}

#content	{
		text-align:justify;
		width:710px;
		float:left;
		left:0px;
		right:0px;
		top:0px;
		overflow:hidden;
		background-image:url(images/contentbg.jpg);
		background-position:right;
		background-repeat-x:no-repeat;
		background-repeat:repeat-y;
		background-color:#FFFFFF;
		}
		
#contentbot	{
		position:relative;
		float:left;
		background-image:url(images/contentbotbg.gif);
		width:710px;
		height:8px;
		margin-bottom:5px;
		}
		
#leftcol	{
		width:200px;
		background-image:url(images/leftbg.gif);
		position:relative;
		float:left;
		left:0px;
		right:0px;
		top:0px;
		height:90%;
	}
		
#leftcoltext {
		position:relative;
		width:185px;
		height:90%;
		left: 5px;;
		top:5px;
		}		

#rightcol {
		position: relative;
		float:right;
		right: 15px; /*make this 15px */
		top: 5px;
		width: 485px;
		font-size: 10pt;
		text-align:justify;
		min-height: 480px;
		overflow-x:hidden;
		margin-bottom:15px;
		padding-right:5px;
		background-color:white;
		}
	
ul {  margin-left: 0; padding-left: 2em }

li { margin-bottom: 3px;}

td { vertical-align:top; text-align:justify;}

#bottom	{
		position:relative;
		float:left;
		background-image:url(images/bottombg.gif);
		background-repeat:no-repeat;
		width:710px;
		height:20px;
		padding-top:15px;
		text-align:center;
		color:#FFFFFF;
		margin-bottom:0px;
		font-size:10pt;
		}
					
			 

