/* ___________Reset Rules___________ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul 
{
	list-style: none;
}
strong, .b
{
	font-weight: bold;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

blockquote
{
	background: url(/images/open-quote.jpg) no-repeat;	
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}

q
{
	font-style: italic;
	margin-left: 20px;
	background: url(/images/close-quote.jpg) no-repeat bottom right;
	padding-right: 23px;
}

/* Global Text Rules */
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times, serif;
	line-height: 18px;
}
h1
{
	font-size: 1.2em;
	color: #454545;
	margin-bottom: .8em;	
	text-transform: uppercase;
}
h2, h3
{
	font-size: 1.4em;
	margin-bottom: .5em;
}
h2
{
	color: #454545;
	text-transform: none;	
}
h3
{
	color: #454545;
	border-bottom: 1px solid #6bb653;
}
hr
{
	margin: 20px 0px 0px;
	border-top: 0px;
	height: 1px;
	border-bottom: 1px solid #aac9fe;
}
hr.top
{
	margin: 8px 0px 20px 0px;
	border-top: 0px;
	height: 1px;
	border-bottom: 1px solid #aac9fe;
}

p
{
	margin-bottom: 10px;
	line-height: 18px;
}
ul.grayBlue
{
	color: #3442fd;
	margin: 0px 0px 10px 40px;
	list-style-type: square;
}

ul.grayBlue li
{
	line-height: 18px;
}
ul.grayBlue li span
{
	color: #000;
}

a:link
{
	color: #5280fc; 
}
a:visited
{
	color: #3a3a6b;
}
a:hover
{
	color: #394afd;	
}
a.noline
{
	text-decoration: none;
}

/* ___________Global Layout Rules___________ */
body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #454545;
	min-width: 991px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	min-height: 500px;
}

.imgLink
{
	border: 0px none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

.smallGray
{
	font-size: 10px;
	color: #666;
	padding-left: 4px;
}
.tablePadding td
{
	padding: 4px;
	vertical-align: top;
}

/* ___________Layout Rules___________ */
#layout
{		
	margin: 0px auto;
	width: 991px;
	padding: 0px;
}


#header
{	
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 17px 0px 0px 0px;
	padding: 0px;
	width: 991px;	
	height: 204px;	
}
#navBar
{
	background: url(images/buttonbarbg.jpg);
	background-repeat: no-repeat;
	width: 991px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#buttons
{
	padding-left: 60px;
	clear: both;
}
.button
{
	background: url(images/button.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 105px;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.button a, .button a:link, .button a:visited, .button a:hover
{
	color: #fff;	
	text-decoration: none;
	display: block;
}
.button a:hover
{
	font-weight: bold;
}
#content
{
	background-repeat: repeat-y;
	background: url(images/bodybg.jpg);
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#container
{
	width: 870px;
	min-height: 250px;
	padding: 2px 64px 20px;
}


#footer
{	
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 991px;
	height: 43px;
	clear: both;
}
.copyright
{
	color: #fff;
	font-size: 10px;
}



/* ___________Common Float Rules___________ */
.fLeft
{
	margin: 0px;
	padding: 0px;
	float: left;
}
.fRight
{
	margin: 0px;
	padding: 0px;
	float: right;
}
.clear
{
	clear: both;
}
.clearLeft
{
	clear: left;
}
.clearRight
{
	clear: right;
}
.marginTop15
{
	margin-top: 15px;
}
.marginLeft10
{
	margin-left: 10px;
}
.marginLeft5
{
	margin-left: 5px;
}
.center
{
	text-align: center;
}

/* ___________TITLE PANE___________ */
.labelTitlePane
{
	font-size: 16px;	
	color: #2F5477;		
	cursor: pointer;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}
.labelTitlePane a
{
	font-size: 16px;	
	color: #2F5477;	
	cursor: pointer;
	text-decoration: none;
}
.contentTitlePane
{
	padding: 10px;	
	display: block;
	margin-bottom: 15px;
}
.contentTitlePane hr
{
	border: 0pt none;
	border-bottom: 1px solid #436DBE;
	border-top: 1px dashed #5A92FD;
	color: #fff;
	height: 3px;	
	margin-top: -12px;
}



/* ___________FORMS___________ */
input, textarea
{
	border-color: #aac9fe;
	border-width: 1px;
}
.formHeader
{
	margin: 0px 0px 15px 0px;
	padding-top: 0px;
}
.formLayout label, .formLayout input, .formLayout select
{
	display: block;	
	float: left;
	margin-bottom: 10px;
}
.formLayout input, .formLayout select, .formLayout textarea
{
	width: 150px;
	border: 1px solid #ccc;
}
.formLayout textarea
{
	width: 500px;
}
.formLayout label 
{	
	text-align: right;
	width: 75px;
	padding-right: 15px;
}
fieldset 
{
	margin: 0 0 20px 0;
	padding: 5px;
	border: 3px double #ccc;	
	overflow: auto;
}
legend 
{
	padding: 2px 5px;	
	color: #3E6932;
	font-weight: bold;
}
/* Nested Fieldset  */
fieldset fieldset  
{
	background-color:#FFF;
	border: 1px solid #ccc;
}
fieldset fieldset legend 
{
	font-size: 90%;
}