@charset "utf-8";
/***** Global Settings *****/



/****** reset all styles ****/



 



html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:100%/1.25 arial, helvetica, sans-serif;
}
/***** Common Formatting *****/



 



h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font:2em arial, helvetica, sans-serif;
}
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:1.5em arial, helvetica, sans-serif;
}
h3 {
	font:1em arial, helvetica, sans-serif;
	font-weight:bold;
}
/*p, ul, ol {

	margin:0;

	padding:0 0 18px 0;

}

ul, ol {

	list-style:none;

	padding:0 0 0 40px;

}*/

blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/



 



a, a:visited {
	text-decoration:none;
}
/***** Forms *****/



 



form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/



 



table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/*** START CUSTOM CSS ***/





body {
	margin: 0px auto;
	background-color: #E4E4E4;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
a:link {
	color:#006600;
	text-decoration:none;
}
a:visited {
	color:#006600;
	text-decoration:none;
}
a:hover {
	color:#0099CC;
	text-decoration:none;
}
a:active {
	color:#599439;
	text-decoration:none;
}
#wrapper {
	margin:0px auto;
	width:810px;
	clear: both;
}
#header {
	height:102px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}
#title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding:33px 45px 0px 0px;
	text-align:right;
	color:#CCCCCC;
	font-weight:bold;
}
#subNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding:21px 0px 0px 34px;
	text-align:left;
	color:#999999;
}
#leftCol {
	margin-left:115px;
	width:238px;
	background-image:url(../images/navTile.jpg);
	float:left;
	display: inline;
}
#DesignBy {
	padding-top:54px;
	text-align:right;
	font-size:.8em;
	color:#999999;
}
#DesignBy a:link {
	color:#669900;
	text-decoration:none;
}
#DesignBy a:visited {
	color:#669900;
	text-decoration:none;
}
#DesignBy a:hover {
	color:#0099CC;
	text-decoration:underline;
}
#DesignBy a:active {
	color:#FF9900;
	text-decoration:none;
}
#rightCol {
	width:457px;
	background-image:url(../images/bodyTile.jpg);
	float:right;
}
#homeRight_Col {
	width:457px;
	height:720px;
	background-image:url(../images/homeBody.jpg);
	float:right;
}
#homeContent {
	padding:38px 55px 0px 43px;
}
#nav_header {
	background-image:url(../images/navHeader.jpg);
	height:59px;
}
#nav_content {
	margin-left:18px;
}
#tips_container {
	padding:40px 30px 30px 30px;
}
#tips_container a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#tips_container a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#tips_container a:hover {
	color:#FFFFCC;
	text-decoration:none;
}
#tips_container a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#nav_footer {
	background-image:url(../images/navFoot.jpg);
	background-repeat:no-repeat;
	height:80px;
	background-color: #E4E4E4;
}
#body_header {
	background-image:url(../images/bodyHeader.jpg);
	height:101px;
}
#body_content {
	padding:20px 50px 0px 34px;
}
#body_footer {
	background-image:url(../images/bodyFoot.jpg);
	height:71px;
}
#clearing {
}
#copyright {
	padding-top:33px;
	color:#CCCCCC;
	text-align:center;
	font-size:.8em;
}
