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

/* reset code */
/*body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{
	margin:0px;
	padding:0px;
}*/

p {
	margin-top: 0;
	padding-top: 0;
}

html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* main div elements */

#container { 

}

#header {
	height:95px;
}

#content {
	background-color: #ffffff;
}

#footer {
	height: 43px;
}

.scrollCont {
	overflow: auto;
}

/* text styles */
a.navlinks {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	color: #999999;

}

a.navlinks:link {

	color: #666666;

}

a.navlinks:hover {

	color: #000000;

}

a.navlinks:visited {

	color: #666666;

}

a.navlinks:active {

	color: #666666;

}

a.navlinksmini {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	text-decoration: none;

	color: #999999;

	line-height: 11px;



}

a.navlinksmini:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	text-decoration: none;

	color: #333333;

}

.bodycopy {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	line-height: 20px;



}

.bodysubtitleblue {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #7A88D9;

	line-height: 20px;

	font-weight: bold;



}

.bodysubtitlegreen {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #4AAD3E;

	line-height: 20px;

	font-weight: bold;



}

.bodysubtitlepink {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #F65CA1;

	line-height: 20px;

	font-weight: bold;



}

.bodycopysm {



	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: #666666;

	line-height: 20px;

}

.bodytitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #666666;

	line-height: 20px;

	text-transform: capitalize;

	font-weight: normal;

}

.bodytitleblue {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #7A88D9;

	line-height: 20px;

	text-transform: capitalize;

	font-weight: bold;

}

.bodytitlegreen {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #4AAD3E;

	line-height: 20px;

	text-transform: capitalize;

	font-weight: bold;

}

.bodytitlepink {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #F65CA1;

	line-height: 20px;

	text-transform: capitalize;

	font-weight: bold;

}
.navTable {
	/*margin-right: 20px;*/
	padding-right: 10px;
}
.navBackground {
	background-image: url(/images/nav/navspacer.gif);
	background-repeat: repeat-y;
}

