@charset "UTF-8";
/* CSS Document */

@import url("/css/header.css");

p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

body {
	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;
	background-color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	height: auto;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image:url(/images/newDesign/design-content-bkg-r.png);
	background-repeat:repeat-y;
	background-position: bottom;
	margin-bottom: 0px;
	overflow: hidden;
}
.oneColFixCtrHdr #container #mainContent a:link {
	text-decoration: none;
	color: #3A8CD5;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #175389;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent a:visited {
	text-decoration: none;
	color: #175389;
}
.oneColFixCtrHdr #container #footer {
	height:50px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 20px auto;
	background-image:url(/images/newDesign/footer-bkg.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.oneColFixCtrHdr #footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px 0px;
	padding: 40px 0px;
	color: #999;
}
.oneColFixCtrHdr #container #mainContent #columnWrapper #leftColumn h1 {
	clear: both;
	width: 325px;
	font-size: 2em;
	font-weight: 400;
	margin-left: 0px;
}
div#columnWrapper {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
}
.oneColFixCtrHdr #columnWrapper p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #000;
}
div#leftColumn {
	margin: 0px 15px 0px 5px;
	width: 325px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	clear: left;
	float: left;
}
div#rightColumn {
	margin: 0px 0px 0px 5px;
	float: left;
	width: 230px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	min-height: 135px;
}
.ie6 .oneColFixCtrHdr #container {
	/*width:840px;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-image: url(/images/newDesign/design-content-bkg-r.png);
	background-position: -1px;
}
.ie6 .oneColFixCtrHdr #mainContent {
	width:850px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(/images/newDesign/design-content-bkg-r.png);
	background-repeat:repeat-y;
	background-position: -1px;
}
.ie6 .oneColFixCtrHdr #container #mainContent #columnWrapper {
	width:790px;
	margin:0px 0px 0px 0px;
	padding:25px 0px 0px 55px;
	background-image:url(/images/newDesign/design-content-bkg-r.png);
	background-repeat:repeat-y;
	background-position: -1px;

}
.ie6 .oneColFixCtrHdr #container #mainContent #columnWrapper #leftColumn {
	width: 400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.ie6 .oneColFixCtrHdr #container #mainContent #columnWrapper #rightColumn {
	width: 400;
	padding:0px 0px 0px 50px;
	margin:0px 0px 0px 0px;
	height:488px;
}
.ie6 .oneColFixCtrHdr #container #footer {
	float:left;
	clear:both;
	width:849px;
	height:40px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(/images/newDesign/design-content-bkg-bttm.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #4D4D4D;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: none;
	color: #CCC;
}
.oneColFixCtrHdr #container #footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
.redtext {
	color: #900;
}
.bluetext {
	color: #30c;
}
.greentext {
	color: #060;
}

#bigtext {
	font-size: large;
}
#redtext {
	color: #900;
}

