body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.kirtas_siteframe #background  {
background:#FFF;
}

.kirtas_siteframe #container { 
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(images/bodybackground.gif);
	background-repeat:repeat-x;
	border: 1px solid #999999; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.kirtas_siteframe #header {
	width: 1004px; 
	height: 99px;
} 
	
.kirtas_siteframe #subpage_header {
	height: 99px;
	padding-bottom: 10px;
}	
	
.kirtas_siteframe #splashimage  {
	margin: 0px;
	border: 0px;
}

.kirtas_siteframe #sub_splashimage img {
	margin-top: 11px;
	margin-bottom: 30px;
}

.kirtas_siteframe #mainContent { 
	
	width: 480px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float: left;
}

.kirtas_siteframe #mainContent h2 { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ED6C2A;
	}
	
.kirtas_siteframe #mainContent h3 { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#330099;
	}
	
.kirtas_siteframe #mainContent a { 
	text-decoration:none;
	}		

.pullquote {
width:130px;
float:right;
width:130px;
margin-top:10px 0px 10px 12px;
padding-bottom:10px;
font-family:'Lucida Grande', Helvetica, sans-serif;
font-size: 24px;
line-height:30px;
letter-spacing:-1px;
text-align: right;
color:#FF9900;
}

.kirtas_siteframe #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}


.kirtas_siteframe #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}

.kirtas_siteframe #pageMenu { 

	background-image:url(images/pagemenu_background.jpg); background-repeat:no-repeat;	
	height: 301px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.kirtas_siteframe #extranet_pageMenu { 

	background-image:url(images/extranet_bottommenu_background.jpg); background-repeat:no-repeat;	
	height: 301px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.kirtas_siteframe #pageMenu #pageMenu_textColumns { 
	margin-left: 20px;
}

/* star hack for ie */
* html .kirtas_siteframe #pageMenu #pageMenu_textColumns { 
margin-left: 2px;
}
/* end of hack */


.kirtas_siteframe #pagemenu_col { 
	margin: 90px 0px 0px 12px;
	padding: 0 0 0 0px;
	width: 128px;
	font-size:10px;
	text-align: left;
	float: left;
}

.kirtas_siteframe #pagemenu_col a { 
	text-decoration: none;
	color: #333333;
	font-size:10px;
	line-height: 1.5em;
	text-align: left;
}

.kirtas_siteframe #pageMenu h1 { 
	font-size: 1em;
	}
	
.kirtas_siteframe #pageMenu p { 
	font-size: .8em;
	}

.kirtas_siteframe #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	font-size: .7em;
	color: #555555;
	text-align: center;
} 

.kirtas_siteframe #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.kirtas_siteframe #footer a {
	text-decoration: none;
	color: #555555;
}

img.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 18px;
}

img.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
}

img.rightimage  {
float: right; 
margin-left: 10px;
margin-right: 10px; 
padding: 10px; 
border: 1px solid #666;
background-color: #fffff9;
}

img.leftimage  {
float: left; 
margin-left: 0px;
margin-right: 10px; 
padding: 10px; 
border: 1px solid #666;
background-color: #fffff9;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menu {width:1004px; height:32px; font-size:0.85em; position:relative; z-index: 100;background-color:#999;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1003px; w\idth:1004px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#FFF; width:138px; height:30px; border-width:1px 0 1px 1px; background:#999; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000; }
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px; border:1px solid black; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* left sidebar */
#subnav { 
	position:relative; 
	background: url(images/subnav_bg20070807.gif) repeat-y left;  
	margin:5px 0 1.6em; 
	font-size:17px; 
	font-family: Gill Sans, Arial, Helvetica, Verdana, sans-serif;	
	}
	
#subnav h2 { 
	position:relative; 
	top:-8px; 
	margin:0 0 -8px; 
	padding:9px 13px 0; 
	font-size:10px; 
	height:23px; 
	color:#323232; 
	background:url(images/subnav_header_20070807.gif) no-repeat left top; 
	}
	
#subnav h2 a { 
	color:#303030; 
	text-decoration:none; 
	}
#subnav h2 a:hover { 
	text-decoration:underline; 
	}

#subnav ul { 
	margin:0; 
	padding:0 1px 8px; 
	background:url(images/subnav_bgbottom20070807.gif) no-repeat left bottom; 
	position:relative; }
#subnav ul li { 
	display:block; 
	margin:0; 
	padding:0 10px; 
	position:relative; 
	margin-top:0px; 
	list-style-type: none;}
#subnav ul li a { 
	display:block; 
	margin-bottom:-1px; 
	height: 3em;  
	border-bottom:1px solid #dcdcdc; 
	line-height:50px; color:#595959; 
	text-decoration:none; 
	position:relative; 
	outline:none; 
	}
	
#subnav ul li a:hover { 
	text-decoration:none; 
	color:#08c; 
	background-image:url(images/arrow_blueright20070807.gif); 
	}
	
#subnav ul li a { 
	background:url(images/subnav_arrow20070807.gif) no-repeat right center; 
	}
	
#subnav ul li a img { 
	float:left; 
	margin-right:8px; 
	}
	
#subnav ul li.bottom a { 
	border:0; 
	}

#subnav h3 { 
	margin:0; 
	padding:6px 1px 8px; 
	background:url(images/subnav_bgbottom20070807.gif) no-repeat left bottom; 
	position:relative;}

#subnav p { 
	font-size:12px; 
	padding: 2px 10px;}

/* left information boxes */

#left_infobox { 
	position:relative; 
	background: url(images/subnav_bg20070807.gif) repeat-y left;  
	margin:5px 0 1.6em;  
	font-size:15px; 
	font-family: Gill Sans, Arial, Helvetica, Verdana, sans-serif;
	} 
	/*Sets up the left information box and sets the general font */
	
#left_infobox h2 { 
	position:relative; 
	top:-8px; 
	margin:0 0 -8px; 
	padding:9px 13px 0; 
	font-size:10px; 
	height:23px; color:#323232; 
	background:url(images/subnav_header_20070807.gif) no-repeat left top; 
	}
	 /*inserts the header and the title */
	 
#left_infobox h2 a { 
	color:#303030; 
	text-decoration:none; 
	}

#left_infobox ul {
	margin: 10px 0 10px 0; 
	padding:0 1px 4px; 
	background:url(images/subnav_bgbottom20070807.gif) no-repeat left bottom; 
	position:relative; 
	}
	
#left_infobox ul hr {
	width: 70%; 
	color: 1px solid #dcdcdc;
	}
	 
#left_infobox ul li { 
	display:block; 
	margin:0; 
	padding:0 10px; 
	position:relative;  
	list-style-type: none;
	}
	
#left_infobox ul li a { 
	display:block; 
	height: 1.2em; 
	color:#595959; 
	text-decoration:none; 
	position:relative; 
	outline:none; 
}

#left_infobox ul li.bottom a { 
	border:0; 
}

#left_infobox h3 { margin:0; padding:6px 1px 8px; background:url(images/subnav_bgbottom20070807.gif) no-repeat left bottom; position:relative;}

#left_infobox p {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 2px 4px 2px;
	padding: 0;
}


/* left information boxes */

#right_infobox { 
	position:relative; 
	background: url(images/right_boxbody.jpg) repeat-y left;  
	margin:5px 0 1.6em;  
	font-size:15px; 
	font-family: Gill Sans, Arial, Helvetica, Verdana, sans-serif;
	} 
	/*Sets up the right information box and sets the general font */
	
#right_infobox h2 { 
	position:relative; 
	top:-8px; 
	margin:0 0 -8px; 
	padding:9px 13px 0; 
	font-size:10px; 
	height:23px; color:#323232; 
	background:url(images/right_boxheader.jpg) no-repeat left top; 
	}
	 /*inserts the header and the title */
	 
#right_infobox h2 a { 
	color:#303030; 
	text-decoration:none; 
	}

#right_infobox ul {
	margin: 10px 0 10px 0;
	padding:0 1px 4px; 
	background:url(images/right_boxbottom.jpg) no-repeat left bottom; 
	position:relative; 
	}
	
#right_infobox ul hr { 
	width: 70%; 
	color: 1px solid #dcdcdc; 
	}
	 
#right_infobox ul li { 
	display:block; 
	margin:0; 
	padding:0 10px; 
	position:relative; 
	margin-top:0px; 
	list-style-type: none;
	}
	
#right_infobox ul li a { 
	display:block;  
	height: 1.6em;   
	color:#595959; 
	text-decoration:none; 
	position:relative; 
	outline:none; 
}

#right_infobox ul li.bottom a { 
	border:0; 
	}

#right_infobox h3 { margin:0; padding:6px 1px 8px; background:url(images/subnav_bgbottom20070807.gif) no-repeat left bottom; position:relative;}

#right_infobox p { font-size:14px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
padding: 2px 16px 8px 6px;}

#searchform  {
	display: none;
}

/* star hack for ie */
* html #searchform  {
margin-top:-50px;
}
/* end of hack */

* html #logon {
position:relative;
top: 0px;
right: 10px;
width: 50px;
height:20px;
font-size:0.8em;
background-color:#999;
color:white;
text-decoration: none;
z-index:100;
}

#logon {
position:relative;
top: -30px;
right: -880px;
width: 80px;
height: 40px;
font-size:0.8em;
color:white;
text-decoration: none;
z-index:100;
}

.style1 {color: #FF9900}

.style2 {
	color: #330099;
	font-weight: bold;
}

.style3 {color: #330099; 
		font-size: 12px;
		}
		
.style5 {font-size: 14px}

.style7 {font-size: 14px; 
		font-style: italic; 
		}

.style8 {
	color: #FF9900;
	font-weight: bold;
}

</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.kirtas_siteframe #sidebar1 { width: 232px; }
.kirtas_siteframe #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.kirtas_siteframe #sidebar2, .kirtas_siteframe #sidebar1 { padding-top: 30px; }
.kirtas_siteframe #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]