/*-----------------------------------------------------*\
Content Is Queen Productions Cascading Style Sheet

This stylesheet defines styles and classes for the 
Content Is Queen website at:
http://www.contentisqueen.com

Version		1.1
Date:		3/19/04

Updated to 1.1:  11/11/04 - Fixed validation errors, W3C CSS Validator

Author: Content Is Queen Productions
http://www.contentisqueen.com
\*-----------------------------------------------------*/



/*-----------------------------------------------------*\
 * Position and Layout Classes
\*-----------------------------------------------------*/
#widthsetter760	{
	width: 760px;
}

#widthsetter120	{
	width: 120px;
}
#widthsetter200	{
	width: 200px;
}
#widthsetter290	{
	width: 290px;
}
#widthsetter440	{
	width: 440px;
}
#widthsetter470	{
	width: 470px;
}



#header {
  margin: 0px;
  padding: 0px;
  /*background: #E5DBC3;*/
  height: 95px;
}

#leftColumn {
  position: absolute;
  left: 0px;
  top: 95px;
  width: 20%;
  background: #E9EEFD;
}

#centerColumn {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 0;

}
#rightColumn {
  position: absolute;
  right: 0px;
  top: 95px;
  width: 20%;
  background: #FDFAF1;
}

#leftColumnContent, #centerColumnContent, #rightColumnContent {
  margin: 0;
  padding: 1em;
}

#footer {
  background: #2C59B1;
  margin: 0;
  padding: .4em;
  height: 40px;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

.clear {
	clear: both;
	}

/*-----------------------------------------------------*\
 * Default HTML tag behavior
\*-----------------------------------------------------*/

body {  

	font-family: Arial, sans-serif; 
	font-size: 1em; 
	font-weight: normal; 
	color: #000000;
	background-color: #ffffff;
	margin: 0;
  	padding: 0;
	}

hr {
	color: #660066; 
	height:1px;
	width: 100%;
	/*align: center;*/
	}
	

	
td { 
	font-family: Arial; 
	font-style: normal; 
	color: #000000;
	}
	
	
	
P  { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	margin-left: .8em;
	margin-right: .8em;
	margin-top: 0;
	margin-bottom: .8em;

	}

DL	{
	margin-left: 10px;
	}	
	
	
DT	{
	 font-weight: normal;
	}	
	
LI  { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	margin-left: 10px;
	margin-right: 5px;

	}
	
	
/*-----------------------------------------------------*\
 * Anchor Classes
\*-----------------------------------------------------*/

A:link { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #336600;
	}
	
	
A:visited { 
	font-family: Arial;  
	font-style: normal; 
	font-size: 1em; 
	color: #336600;
	}
	
A:active { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #cc9933;
	}
	
A:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #cc9933;
	}

	
	
	
	
A.navlink:link { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.8em; 
	text-decoration: none;
	color: #996633;
	line-height: 2em;
	}
		
A.navlink:visited { 
	font-family: Arial;  
	font-style: normal;
	font-weight: bold; 
	font-size: 0.8em; 
	color: #996633;
	text-decoration: none;
	line-height: 2em;
	}
	
A.navlink:active { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.8em; 
	color: #CC6600;
	text-decoration: underline;
	line-height: 2em;
	}
	
A.navlink:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.8em; 
	color: #CC6600;
	text-decoration: underline;
	line-height: 2em;
	}


A.navlinksmall:link { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	text-decoration: none;
	color: #996633;
	}
	
A.navlinksmall:visited { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	text-decoration: none;
	color: #996633;
	}
	
A.navlinksmall:active { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	text-decoration: underline;
	color: #996633;
	}
	
A.navlinksmall:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	text-decoration: underline;
	color: #996633;
	}
	
	
	
A.whitelink:link { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.6em; 
	color: #FFFFFF;

	}
	
	
A.whitelink:visited { 
	font-family: Arial;  
	font-style: normal;
	font-weight: bold; 
	font-size: 0.6em; 
	color: #FFFFFF;
	}
	
A.whitelink:active { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.6em; 
	color: #FFFFFF;
	}
	
A.whitelink:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.6em; 
	color: #FFFFFF;
	}


	
	
/*-----------------------------------------------------*\
 * Page Heading Classes
\*-----------------------------------------------------*/


.Header	{

	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #336600;
	text-align: left;
	margin-left: .8em;
	margin-right: .8em;
	margin-top: 0;
	margin-bottom: 0.8em;
	line-height: 2.2em;
	
	}

.HeaderSmall {  

	font-family: Arial, sans-serif; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style : normal;
	color: #336600;
	text-align: left;
	margin-left: .8em;
	margin-right: .8em;
	margin-top: 0;
	margin-bottom: 0.8em;
	line-height: 1.8em;

	}

.HeaderSmaller {  

	font-family: Arial, sans-serif; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style : italic;
	color: #000000;
	text-align: left;
	/*padding-left: 10px;*/

	}

	
	
	
	
	
/*-----------------------------------------------------*\
 * SPAN and Other  Misc. classes
\*-----------------------------------------------------*/

P.mission  { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: .8em; 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
	color: #996633;
	}

.navtext { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.8em; 
	color: #996633;
	line-height: 2em;
	}
	
span.copyright { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.6em; 
	color: #336600;
	}
	
span.addresses { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	color: #996633;
	}

span.addressheader { 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 0.8em; 
	color: #996633;
	}
	
.footnote { 
	font-family: Arial; 
	font-style: italic; 
	font-size: 0.7em; 
	color: #003399;
	}
	
.BodyText { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	color: #000000;
	}
	
.BodyTextLabel { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	color: #996633;
	}
	
.BodyTextSmall { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.6em; 
	color: #000000;
	}
