body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
body {
	background-color:#E1DDBB;
}

/*Links*/
a:link {color: #005AA7;	text-decoration: underline;}
a:visited {text-decoration: underline;	color: #005AA7;}
a:hover {text-decoration: none;	color: #006666;}
a:active {text-decoration: underline;	color: #005AA7;}

/*Defaults*/
h1, h2{font-size: 14px; color:#000000;}
h3, h4, h5, h6 {font-size: 12px; font-weight:bold;}


/*Alignment*/
.par {margin-left: 1em;}
.parsm {margin-left:1em; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.par6px {margin-left:10px;}
.par12px {margin-left:30px;}

/*Font Styles*/
.hdrtxt {font-size:14px; font-weight:bold; text-transform:uppercase;}
.hdtxt2 {font-size:14px; font-weight:bold;}
.hdtxt2sm {font-size:14px; font-weight:bold;}

.red  {color:#FF0000; font-weight:bold; font-size:10px;}

.smtxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.smtxtb {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold;}
.smtxtbw {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; color:#FFFFFF;}

/*Borders*/
.bdrrt {border-right-style:solid; border-right-width:thin; border-right-color:#999999;}
.bdrleft {border-left-style:solid; border-left-width:thin; border-left-color:#999999;}
.bdrtop {border-top-style:solid; border-top-width:thin; border-top-color:#999999;}
.bdrbtm {border-bottom-style:solid; border-bottom-width:thin; border-bottom-color:#999999;}
.bdrbtmdash {
	border-bottom-color:#666666;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}
.bdrbtmdashlt {
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}
.bdrbtmdash-par12 {
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	padding-left:30px;
}


/*Other*/
abbr, acronym {cursor: help;}
.hidden {
	display: none;
}

/*List Styles*/
.lisd {list-style-image: url(images/bullet.jpg);}
.lisdblock {list-style-image: url(images/bullet.jpg);background-color:#E8E8E8; display:block; font-weight:bold;}
.lisc {list-style-image: url(images/check.gif);}

/*Layout*/
#topheader {
	height:53px;
	padding: 0 0 0 0;
	margin: auto;
	}

#header {
	height: 143px;
}

#header #hdrtop {
	display:none;
	}

#header #hdrimg {
	display:none;
	}

#header .noprint {
	display:none;
}

#header .printonly {
	height: 143px;
	}

#all-container {
	width: 800px;
	margin: auto;
	border:1px #1d1a6b solid;
}

#body-container {
	position:relative;
	background-color:white;
	}

#body-container #main {
	background-image:url(images/back_03.jpg);
	background-repeat:repeat-y;
	padding:3px 15px 0px 15px;
	}

/*Body Containers*/
#full {
	width:773px;
	clear:both;
}

#full .third-left {
	float:left;
	width: 252px;
	border-right:thin solid #005AA7;
	padding:2px;
	}

#full .third-ctr {
	float:left;
	width: 252px;
	border-right:thin solid #005AA7;
	padding:2px;
	}

#full .third-right {
	float:right;
	width: 252px;
	padding:2px;
	}

#full .half-left {
	float:left;
	width:375px;
	padding:5px;
	border-right:thin solid #005AA7;
}
#full .half-right {
	float:right;
	width:375px;
	padding:5px;
}

table#cal {
}

table#cal td {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:dotted 1px gray;
}

/*Footer*/
#footer {
	border-top:thin solid #A8A8A8;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding:20px 0 20px 0;
	margin:auto;
	clear:both;
	}

#btmimg {
	clear:both;
	width:800px;
	margin:auto;
	background-color:#005AA7;
	height:25px;
	}

#footer .left {
	display:none;
	}

#footer .right {
	float:right;
	width: 350px;
	text-align:right;
	}

/*external links*/
a[href^="http:"] {
	background: url(images/icons/extlink.gif) no-repeat right top;
	padding-right: 18px;
	}

a[href^="mailto:"] {
	background: url(images/icons/email.gif) no-repeat right top;
	padding-right: 18px;
	}

a[href$=".pdf"] {
	background: url(images/icons/adobe.gif) no-repeat right top;
	padding-right: 18px;
	}
a[href$=".jpg"] {
	background-image:none;
	padding-right:0;
	}

/*Form styles*/

fieldset {
	margin:1em 0;
	padding:0 1em;
	border:1px solid #ccc;
	background-color: #FCFCF8;
	}

legend {
	font-weight:bold;
	}

label {
	font-weight:bold;
	display:block;
	background-color:#DDDDAE;
	}

input {
	width: 200px;
	margin-left:25px;
	}

input.short {
	width: 75px;
}
	
textarea {
	width: 300px;
	height:100px;
	margin-left:25px;
}

input [type="text"] {
	width: 200px;
	}

input.radio, input.checkbox, input.submit {
	width:auto;
	}

input.radio {
	float:left;
	margin-right:1em;
	}

input.paypal {
	width: auto;
	}