/* CSS Document */


	body {
		background-color:#000000;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF
	}
	a {
		color:#cccc00;
	}
	a:hover {
		color:#ffffff;
	}
	#shell {
		margin: 0px auto auto auto;
		border:#555555 solid 1px;
		width:748px;
		
	}
	#shell:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;	
	}
	#top {
		margin: 10px auto 0px auto;
		width:750px;
		height:12px;
		background-image:url(/images/topGrad.gif);
		background-repeat:repeat-x;
	}
	#bottom {
		clear:both;
		color:#CCCCCC;
		text-align:center;
		height:20px;
		margin:0px auto;
		width:750px;
		height:12px;
		background-image:url(/images/bottomGrad.gif);
		background-repeat:repeat-x;
	}
	#logo {
		width:50%;
		height:89px;
		float:left;
		padding-top:10px;
	}
	#address {
		text-align:right;
		width:50%;
		height:89px;
		float:right;
		padding-top:10px;
	}
	#address p {
		margin-right:20px;
	}
	#menu {
		display:block;
		clear:both;
		background-image:url(/images/menuBG.gif);
		background-repeat:repeat-x;
		height:16px;
		text-align:center;
		vertical-align:bottom;
		font-size:14px;
		font-weight:bold;
		padding-top:5px;
	}
	#menu a {
		color:#FFFFFF;
		text-decoration:none;
		padding:0px 45px 0px 0px;
	}
	#flash {
		text-align:center;
		margin:0px;
		padding:0px;
	}
	img {
		
	}
	#mainContent {
		padding:20px;
		display:block;
	}
	#pageHead {
		display:block;
		width:700px;
		height:20px;
		color:#CCCC00;
		font-size:24px;
		padding:0px 0px 3px 10px;
		margin:10px auto 0px auto;
		border-left:#e0e0e0 solid 1px;
		border-bottom:#e0e0e0 solid 1px;
	}
	.pageImage {
		position:relative;
		width:249px;
		float:right;
		padding:1px;
		margin-top:20px;
		border:#FFFFFF solid 1px;
	}
	.description {
		position:relative;
		display:block;
		padding:5px;
		height:110px;
		width:300px;
		margin: 20px 50px 10px 20px;
		float:left;
		clear:left;
	}
	.imgSm {
		border:#FFFFFF solid 1px;
		text-align:left;
		margin:0px 5px;
	}
	h1 {
		color:#CCCC00;
		margin:0px;
		font-size:14px;
		font-weight:bold;
	}
	p {
		font-size:12px;
		line-height:14px;
		margin:0px;
		text-indent:0px;
	}
