body { 
	margin: 0;
	padding: 0;
	background: #000;
	color: #eef;
	text-align: center;
	font-size: 75%;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
	background-image: url(images/bluegull-topbg.jpg);
	background-repeat: repeat-x;
	}

#fixedwidth { 
	width: 800px; 
	text-align: left; 
	margin: 30px auto; 
	line-height: 1.5em;
	}

#hdrrow {
	width: 800px;
	height: 137px;
	background-image: url(images/bluegull-hdr.jpg);
	}

#hdrrow p {
	padding: 107px 27px 0 0; 
	font-size: 80%;
	color: #fff;
	text-align: right;
	}
	
img.bg-ftr {
	width: 800px;
	height: 30px;
	}

img.bg-mpic {
	border: 0;
	width: 149px;
	height: 149px;
	margin: 1.5em 0;
	}

#menucol {
	width: 150px;
	float: left;
	}

a {
	color: #cc3;
	text-decoration: none;
	}

a:hover {
	color: #69c;
	text-decoration: none;
	}
	
div.menu {
	background: #222;
	}
	
div.menu, div.menublank {
	padding: 0.2em 0 0.25em 0.4em;
	border-bottom: 1px solid #555; 
	}
	
#col1 {
	width: 650px;
	font-size: 125%;
	float: left;
	}

#col1 small {
	color: #69c;
	}
	
#col1 td.ptf {
	font-size: 80%;
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 1.2em;
 	}

#col2left, #col2right {
	width: 325px;
	float: left;
	}

#col2left {
	font-size: 125%;
	}

div.col-pad {
	padding: 1.6em 0 1.4em 2em;
	}

div.section-hdr {
	color: #69c;
	font-size: 140%;
	margin-bottom: 0.55em;
	font-family: Arial, sans-serif;
	}

div.sub-hdr {
	color: #69c;
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	}
	
ul {
	padding: 0.3em 0 0.3em 1.2em; 
	margin-top: 0;
	margin-left: 0; 
	}

ul li {
 	list-style-image: url(images/bluegull-li.jpg);
 	}

ol li { 
	margin-bottom: 0.4em;
	font-size: 90%;
	}

img.ptf {
	border: 0;
	width: 160px;
	height: 120px;
	}

img.ptf a {
	border: 0;
	}

table.tokend {
	border-collapse: collapse;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	font-size: 90%;
	}

table.tokend th {
	background: #222;
	color:  #69c;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	padding: 0.2em 0.6em;
	}

table.tokend td {
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	padding: 0.2em 0.6em;
	}

form {
        background: #222;
	margin: 0.5em 0;
	padding: 0.5em;
	background-image: url(images/bluegull-formbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
 	
#footer {
	font-size: 85%;
	color: #999;
	margin: 0.3em 0;
	}

div.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

div.clearfix {
	display: inline-table; 
	margin: 0;
	padding: 0;
	width: 100%;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
div.clearfix {display: block;}
/* End hide from IE-mac */
