﻿*
{
	color: black;
	background-color: transparent;
	font-family: 'Helvetica', 'Arial', 'tahoma', 'verdana', sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 130%;
	outline-style: none;
}
html		/*		document root element		*/
{
	height:100%;
	width:100%;
}
body		/*		document body		*/
{
	height:100%;
	width:600;
}
.contentLeft
{
	width: 522px;
	float: left;
	margin-left: 22px;
}
.leftUL
{
	width: 500px;
	height: 318px;
	background: url(/images/boilerplate/left_ul_bg.jpg) no-repeat top left;
}
.leftUL li
{
	width: 230px;
	height: 26px;
	border-bottom: 1px solid #FFAE53;
	text-indent: 12px;
	padding-top: 8px;
}
.leftUL li a
{
	color: #9C561E;
	font-weight: 900;
}
.contentVariable
{
	background: url(/images/boilerplate/main_bg.jpg) no-repeat top left;
	padding: 15px;
	width: 480px;
}
.contentRight
{
	float: left;
}
.rightUL ul
{
	margin: 0 0 10px 0;
}
.rightUL li ul li
{
	width: 240px;
	padding-left: 10px;
}
li.first .righTitle
{
	background: #F4AD21 url(/images/boilerplate/right_ul_first_top.gif) no-repeat top right;
}
.rightButtonContainer
{
	background: #FADEA7;
}
li.last .rightButtonContainer
{
	background: url(/images/boilerplate/right_ul_last_bot.gif) no-repeat top left;
	height: 59px;
}
.rightUL img
{
	float: left;
}
.righTitle
{
	width: 215px;
	height: 4ex;
	font-size: 120%;
	font-weight: bold;
	background: #F4AD21;
	color: #FFFFFF;
	padding-top: 1ex;
}
.rightImg img
{
	margin-right: 10px;
	margin-bottom: 3px;
}
.rightImg_p
{
	background: #FADEA7;
	padding-top: 10px;
}
.rightImg_p p
{
	font-size: 90%;
	color: #990000;
	margin: 0;
	padding-right: 5px;
}
.rightButton
{
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	background: url(/images/boilerplate/button_link.gif) no-repeat top left;
	padding: 5px 0 0 5px;
}
.rightButton a
{
	color: #FFFFFF;
}
.rightButton:link {	}
.rightButton:visited {	}
.rightButton:hover
{
	background: url(/images/boilerplate/button_hover.gif) no-repeat top left;
}
.footer
{
	height: 30px;
	clear: both;
	margin-bottom: 5px;
}
div[class$="tBg"]
{
	height: 30px;
	width: 10px;
}

.footerLeftBg	{	background: url(/images/boilerplate/footer_leftBg.gif) no-repeat top left;	float: left;}
.footerRightBg	{	background: url(/images/boilerplate/footer_rightBg.gif) no-repeat top left;	float: left;}
.footerCenter	{	background: #F5C371;	float: left;	height: 26px;	padding-top: 4px;}

.TextLink
{
	color: #000000;
}

img[class^="img_"]
{
margin-bottom: 10px;
}

.img_lefty
{
float: left;
margin-right: 10px;
}

.img_righty
{
float: right;
margin-left: 10px;
}

/*----------------------------------------------------------------------*/
/*	BLOCK ELEMENTS ↓	*/
br		/*		forced line break		*/
{		}
blockquote		/*		long quotation		*/
{		}
div		/*		generic language/style container		*/
{		}
h1		/*		heading		*/
{
	width: 817px;
	height: 77px;
	font-size: 175%;
	font-weight: 500;
	background: url(/images/boilerplate/header_bg.gif) no-repeat top left;
	padding: 5pt 5pt 1pt 50pt;
}
h1 a	{	color: #000000;	}
h2		/*		heading		*/
{
	font-size: 140%;
	font-weight: 500;
	margin-bottom: 10px;
	border-bottom: 4px solid #3B0000;
	padding: 5pt 3pt 1pt 0;
}
h3		/*		heading		*/
{		}
h4		/*		heading		*/
{		}
h5		/*		heading		*/
{		}
h6		/*		heading		*/
{		}
hr		/*		horizontal rule		*/
{
	border: none;
	border-top: 1px solid #000000;
	clear: both;
	margin-bottom: 10px;
}
p		/*		paragraph		*/
{
	margin: 0 0 15pt 0;
/*	text-shadow: 0 0 3px #FFFFFF;*/
}
pre		/*		preformatted text		*/
{		}

/*----------------------------------------------------------------------*/
/*	LIST ELEMENTS ↓	*/
dd		/*		definition description		*/
{		}
dl		/*		definition list		*/
{		}
dt		/*		definition term		*/
{		}
dfn		/*		instance definition		*/
{		}
li		/*		list item		*/
{		}
ol		/*		ordered list		*/
{		}
ul		/*		unordered list		*/
{	list-style-type: none;	}

/*----------------------------------------------------------------------*/
/*	TABLE ELEMENTS ↓	*/
caption		/*		table caption		*/
{		}
col		/*		table column		*/
{		}
colgroup		/*		table column group		*/
{		}
table		/*		table		*/
{		}
tbody		/*		table body		*/
{		}
td		/*		table data cell		*/
{		}
tfoot		/*		table footer		*/
{		}
th		/*		table header cell		*/
{		}
thead		/*		table header		*/
{		}
tr		/*		table row		*/
{		}

/*----------------------------------------------------------------------*/
/*	FORM ELEMENTS ↓	*/
button		/*		push button		*/
{		}
fieldset		/*		form control group		*/
{	}
form		/*		interactive form		*/
{		}
input		/*		form control		*/
{		}
legend		/*		fieldset legend		*/
{		}
label		/*		label		*/
{		}
optgroup		/*		option group		*/
{		}
option		/*		selectable choice		*/
{		}
select		/*		option selector		*/
{		}
textarea		/*		multi-line text field		*/
{		}


/*----------------------------------------------------------------------*/
/*	INLINE ELEMENTS ↓	*/
a		/*		anchor		*/
{
text-decoration: none;
font-size: 100%;
color: #0000FF;
}
area		/*		client-side image map area		*/
{		}
cite		/*		citation		*/
{		}
code		/*		computer code fragment		*/
{		}
img		/*		embedded image		*/
{		}
map		/*		client-side image map		*/
{		}
object		/*		generic embedded object		*/
{		}
q		/*		short inline quotation		*/
{		}
samp		/*		sample program output, scripts, etc.		*/
{		}
span		/*		generic language/style container		*/
{		}

/*----------------------------------------------------------------------*/
/*	PHRASE ELEMENTS ↓	*/
em		/*		emphasis		*/
{	font-style: italic;	}
strong		/*		strong emphasis		*/
{		}
sub		/*		subscript		*/
{		}
sup		/*		superscript		*/
{		}