@charset "utf-8";
/* Index Page and global site CSS Document */

body{
	margin:0;
	padding:0;
	background:#333366;
	font-size:medium;
	font-variant: normal;
	font-family:"Times New Roman", Times, serif;
}

.bold{
font-weight:bold;
}

.noBorderLink img{
border:none;
}

.italics {
font-style:italic;
}

.whitespace{
white-space:pre;
}

.center{
text-align:center;
}

#headerContainer{
background-color:#333366;


}
#headerBackground{
background-color:#CCCC99;
height:10px;
}


#navigation{
background-color:#CCCC99;
}

#teaser {
overflow:hidden;
height:123px;

}

#teaser img{
border:none;
margin:5px;
}

#nav {
height:50px;
width:575px;
background-color: #CCCC99;
overflow:hidden;
}

#nav ul{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;

}

#nav li {
	display:inline;
	float:left;
	background-image:url(../graphics/normalTabNav2.gif);
	background-repeat:no-repeat;
	width:111px;
	text-align:center;
	font-size:135%;
	line-height:65px;
	height:50px;
}

#nav a{
	padding: 20px;
}

#nav a#co{
padding: 20px 10px 20px 10px;
}

#nav a#faqs{
padding: 20px 25px 20px 25px;
}

#nav li:hover {
background-image:url(../graphics/currentTabNav2.gif);
}

#nav li.current {
color:#27274E;
background-image:url(../graphics/currentTabNav2.gif);
text-decoration:none;
}

#nav a:link {
color: white;
text-decoration:none;
}

#nav a:visited {
color: white;
text-decoration:none;
}

#nav a:hover {
color:#27274E;
text-decoration:underline;
}

#mainColumn{
float:left;
width:75%;
background-color:white;
}

#content{
background-color:white;
height:983px;
padding:10px;

}

#usesContainer{
	overflow:hidden;
	height:20px;
	margin:10px 0px 0px 0px;
	background-color:#CCCC99;
	color:#27274E;
	font-variant:small-caps;
	padding:3px 5px 2px 5px;
	font-size:95%;
	width:98%;
	line-height:25px;
	clear:both;
}

#usesContainer.largeTopMargin{
margin:130px 0px 0px 0px;
}

#pageTitle{
	background-color:#5C7A95;
	margin-top:0;
	padding:5px;
	color:white;
	font-size:110%;
	width:98%;
}

#pageTitle img{
vertical-align:top;
}

#pageTitle span{
color:white;
font-size:110%;
font-weight:bold;
}

#sidebar{
float:right;
width:25%;
margin-top:150px;
height:1029px;
background:url(../graphics/background.png);
overflow:hidden;
}

#quoteHeader{
text-align:right;
padding:5px;
background:url(../graphics/sidebarcorner2.gif) top right no-repeat;
height:108px;
}

#quotes{
padding:10px;
font-size:105%;
color:white;
font-style:italic;
border:thin white dotted;
margin:5px;
}

#contentText {
width:98%;
float:left;

}

#contentText h3{
margin-top:15px;
}

#contentText p{
clear:both;
}

#contentText img {
vertical-align:top
}

.floatLeft{
float:left;
}

.floatRight{
float:right;

}
.WBBText{
vertical-align: text-bottom;
}

#footer{
	clear:both;
	width:100%;
	background-color:white;
	float:left;
}

#footerText{
	color:white;
	float:right;
	width:50%;
	text-align:center;
	background:url(../graphics/footerCorner.gif) top left no-repeat #27274E;
	padding: 5px;
	font-size:90%;
}

#footerText a{
	font-weight:bold;
	color:white;
	text-decoration:none;
}

#footerText a:hover{
	text-decoration:underline;
}