/* CSS Document */
* {margin:0 0 0 0; padding:0 0 0 0; border: 0 0 0 0;}

/*Microsoft Internet Explorer sucks ass FIXES */
* html div#toplogo{margin-right:-8px;}
* html div#leftbar{margin-right:-8px;}
* html div#content{background-attachment:fixed;}

body, td, th{
	font:Book Antiqua, Times New Roman, sans-serif;
	color:#000000;
	font-style:italic;
	font-size:16px;}
	
body {background-color:#FFFFFF;
	  text-aligh:center;}
	
a:link {
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0099;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0099;
}

td a:link {
	color: #FF0099;
	text-decoration: none;
}
td a:visited {
	text-decoration: none;
	color: #FF0099;
}
td a:hover {
	text-decoration: none;
	color: #000000;
}
td a:active {
	text-decoration: none;
	color:#FF0099;
}

div#mainwrap {width:760px;
		  margin-left:auto; margin-right:auto; margin-top:35px;
		  text-align:left;}
		  
div#toplogo {width:313px;
			float:left;
			padding:0px;
			margin:0px;
			border:0px;}

div#topbarA {width:447;
			height:89px;
			background-image:url(top_bar_background_A.jpg);
			background-repeat:no-repeat;
			background-position:right;
			}

	div#topbarA img{padding-top:12px;
					padding-left:30px;
					}
					
div#topbarB {color:#FF0099;
			width:447;
			height:69px;
			font-weight:bold;
			font-size: 24px;
			background-image:url(top_bar_background_B.jpg);
			background-repeat:no-repeat;
			background-position:right;
		}
	div#topbarB p {padding-top:8px;
				   color:#FF0099;
				   }
		
		  
div#leftbar {width:226px;
			height:454px;
			background-image:url(bar_left.jpg);
			background-repeat:no-repeat;
			float:left;
			clear:left;
			padding:0px;
			margin:0px;
			text-align:right;
			}
	div#leftbar ul, li {list-style:none;
						margin-right:30px;
						}
	div#leftbar a:link {color:#FF0099;
						text-decoration:none;
						font-size:20px;
						font-weight:bold;
						}
						
	div#leftbar a:visited {color:#FF0099;
						text-decoration:none;
						font-size:20px;
						font-weight:bold;
						}
						
	div#leftbar a:hover {color:#000000;
						font-size:20px;
						font-weight:bold;
						}
	
	div#leftbar a:active {color:#000000;
							text-decoration:none;
							font-size:20px;
							font-weight:bold;
							border-left:solid;
							padding-left:10px;
							border-width:2px;
						border-left-color:#000000}

div#content {width:533;
			height:454px;
	        background-image:url(content_background.jpg);
			background-repeat:no-repeat;
			padding:0px;
			margin:0px;
			font-size:16px;
			text-indent:30px;
			overflow:scroll;
			overflow-x:hidden;
			overflow-y:auto;
			}
	div#content .border {border-color:#FF0099;
						border:1px solid;
						text-indent:0px;
						margin-left:25px;}
						
	div#content .blocktext {
					text-indent:40px;}

div#navpictures {width:500px;
				float:right;
				margin-top:10px;
				clear:both;
				text-align:right;
				text-indent:0px;}
			
				

			


/* START Alsett Clearing method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%}
.clearfix {display: block;}
/* END Alsett Clearing method */
