/*********************************************************************/
/* Author: Sonoma Tek - Internet & Web-based Solutions for Business  */
/* www.sonomatek.com                                                 */
/* kastrop.mainstyles.css - April, 2007                            */
/*                                                                   */
/*********************************************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}
*********/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 135px;
	width:612px;
	background-color: #ffffff;
}

#masthead{
	position: absolute;
	top: 0px;
	min-height: 135px;
	height: 135px;
	width:100%;
	
}

#content{
	padding: 0px 0px 0px 0px;
	margin-left: 0;
	width: 612px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** utility styles *****************/

#utility{
	display: none;
}

/************** pageName styles ****************/

#pageName{
	display: none;
}

/************* globalNav styles ****************/

#globalNav{
display: none;
}


.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	display: none;
	
}


/*************** search styles (not in use) *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	display: none;
	
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	width: 350px;
	float: left;
	min-height: 300px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

#story_a
	{
	width: 380px; 
	float: left;
	}
	
#story_b
	{
	 width: 220px; 
	 float: right;
	 }
	 
#story_b p
	{
	font: 110% arial, Arial, Helvetica, sans-serif; 
	color: #000000; 
	padding: 0;
	}

.story {
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	width: 605px;
	min-height: 300px;
	float: right;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
	font: 110% arial, Arial, Helvetica, sans-serif; 
	color: #612c84; 
}


/************** siteInfo styles ****************/

#siteInfo{
	display: none;
}


/***************  FULLPAGEDIV - FOR USE WHERE CONTENT IS NOT DIVIDED BY FEATURE AND STORY  ***************/

.fullpagediv
	{
	width: 100%; 
	background: transparent;
	}
	
/******************************/
	
fieldset.question
	{
	border: 1px solid #612c84;
	margin-top: 16px;
	padding: 10px;
	background: transparent;
	}
	
fieldset.answer
	{
	border: 1px solid #ececf9;
	margin-top: 16px;
	padding: 10px;
	background: #ececf9;
	}
	
legend.question
	{
	color: #C19C2C;
	font-weight: bold;
	background: #FFFFFF;
	}
	
legend.answer
	{
	color: #c19c2c;
	font-weight: bold;
	background: transparent;/*#ececf9;*/
	}
	
.printableheadings
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	}
	
.noncenteredprintableheadings
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
.titleimage
	{
	display: none;
	}
	
.hideprintbutton
	{
	display: none;
	}
	
.center
	{
	display: none;
	}
	
.do_not_print
	{
	display: none;
	}
	
.nostyle
	{
	list-style-type: none;
	}
	
.numberedleft
	{
	float: left;
	margin-left: 0;
	width: 45%;
	}
	
.numberedright
	{
	float: right;
	margin-right: 0;
	width: 45%;
	}
	
.center
	{
	text-align: center;
	}
	
.bold
	{
	font-weight: bold;
	}
	
.underline
	{
	text-decoration: underline;
	}
	
.italic
	{
	font-style: italic;
	}
	
.greenmenu
	{
	display: none;
	}
