/* generated by csscreator.com */ 
html, body{ 
	margin:5px; 
	padding:0; 
	text-align:center; 
	/*
	background-color: #CCCCCC;
	*/
	background-color: black;
	/*
	color: #7992C2;
	*/
	color: white;
	font-family: Verdana, Arial, Techno, Helvetica;
	font-size: 1em;
	min-height: 800px;
}

#header{
	position:relative; 
	height:95px; 
	background-color:#000000; 
	width:100%;
	margin: 0px;
	margin-bottom: 10px;
} 

#rightcol{
	width:28%; 
	float:right; 
	position:relative; 
	background-color:#0C0600; 
	/*
	border: solid 1px white;
	*/
}

#maincol{
	/*
	border: 1px solid white;
	*/
#companyAddress#
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	background-color: black;  
	float: left; 
	display: inline; 
	position: relative; 
	width: 69%; 
	/*
	margin-left: 2%;
	*/
}


#footer{
	height:100px; 
	background-color:black; 
	margin-top: 10%;
	clear:both;
} 

/* my custom stuff */
.bold
{
	font-weight: bold;
}
.header1
{
	font-size: 1.5em;
	color: white;
}
.header2
{
	font-size: 1.3em;
	color: white;
}
.header3
{
	font-size: 1.1em;
	color: white;
}
.divider
{
	/*
	background-color: #7992C2;	
	*/
}

.italics
{
	font-style: italic;
}
.quoteSpeaker
{
	font-style: italic;
	font-size: small;
	color: white;
}
.quote
{
	color: #7992C2;
	font-style: bold;
}
.centeredText
{
	text-align: center;
}
.mugPic
{
	margin:10px;
}
img
{
	border:0;
	/*
	border: 1px white solid;
	*/
}
a
{
	color: #FFFF99;
}
#attention
{
	font-family: Georgia;
	font-size: 1.5em;
	text-align: center;
	
}
#middleChunk
{
	width: 100%;
}
#fawnPic{
	position: relative;
	right: -50px;
	top: -2px;
}
#yesLogo{
}
#leftHalf
{
	float: left;
}
#rightHalf
{
	float: right;
}
.floatImageLeft
{
	float: left
	/*
	margin: 0 0 10px 10px;
	*/
}
#pagewidth{ 
	width:760px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 


/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/*printer styles*/ 
@media print{ 
	/*hide the left column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
	#header { background-color: black}
}


/*listomatic stuff*/
ul#navlist
{
	margin: 0 0 0 0px;
	padding: 0;
	width: 100%;
}

#navlist li
{
	list-style-type: none;
	background-color: black;
	color: white;
	/*
	border: .1em solid #7992C2;	
	*/
	border-bottom: 1px solid #7992C2;	
	
	font-weight: normal;
	text-align: left;
	padding: .3em;
	margin-bottom: .1em;
}

#navlist li a
{
	/*
	color: #daa520;
	*/
	color: #FFFF99;
	text-decoration: none;
	display: block;
}

#navlist li a:hover
{
	/*
	background-color: #faebd7;
	*/
	background-color: white;
	/*
	color: #191970;
	*/
	color: #7992C2;
}
#launchProgram
{
	padding: .3em;
	margin-bottom: .1em;
}

