BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family: arial,verdana,helvetica ; } 


SMALL { font-size:8pt } 
TH {text-align:left; }
.listtd { font-size: 8pt; }
.menubuttonlink { text-decoration:none; }
.menubuttonlink:hover { text-decoration:underline; }
.copyright { color: #999999; }


#homePageWidget { border: solid 1px #CCC; margin-bottom: 10px; } 
#homePageWidget ul { list-style: none; padding: 0px; margin: 0px;} 
#homePageWidget li { list-style: none; padding: 2px; margin: 2px;} 
#homePageWidget h3 { margin: 0px; padding: 3px; background-color: #EEE; color: black; font-size: 10pt;}


#bannercontainer{
	margin:20px 0;
}
/*NEW TEMPLATE STYLING*/

#outer {
    background: #fcfcfc;
    padding-top: 24px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

	max-width:960px;
	width: 96%; 
	margin:2% auto;
	padding:24px 44px;
	box-sizing: border-box;
}

h1,h2,h3,h4{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:28px;
	font-weight:300;
	text-decoration:none;


}

#heading{
	margin-bottom:20px;
}
#heading h1{
	text-transform:uppercase;
	border-left: 6px solid #c90000;
	padding-left: 12px;
}
h2{
	font-size:24px;
}

h3,
#ContentCMS .cmsTitle{
	font-size:20px;
	margin-bottom:0.25em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
}

h4{
	font-size:16px;
}

a{
	text-decoration:none;
	color:[WSCOL_THEME_PRIMARY];
	color:[WSCOL_LINK];
}

p{
	margin-bottom:1.5em;
	margin-top:0;
}
hr{
	color:[WSCOL_THEME_PRIMARY];
background-color:[WSCOL_THEME_PRIMARY];
height: 3px;
border:0;
}

#footer #menu{
	border:0;
}

#footer #menu a{
	font-size:16px;
	text-transform:initial;
}

#footer #menu li{
	border:0;
}

input[type=submit]{
    margin: 0px;

    padding: 3px 8px;
    cursor: pointer;
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
border:0;
}