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


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
	
{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal; font-style: normal; color:#666; font: 9pt  arial,verdana,sans-serif; line-height:1.3em; }


body {
		margin: 0px auto;
		padding: 0px;
		border:0;
		background: #CCC;
}


#wrapper {
		text-align: left;
		margin: 0px auto;
		padding: 0px 10px 0 10px;
		border:0;
		width: 1039px;
		min-height:870px;
		background: #FFF;
}

#header {
		margin: 0;
		width:1039px;
		height: 225px;
		background: #fff;

}


#nav {	padding:0px 0px 0px 0px;
		background:#fff;
		width: 1039px;
		height: 55px;
			}



#side-a {
		float: left;
		width: 338px;
		padding: 15px 45px 15px 20px;
		background-color:#fff;
}

#side-b {
		float: right;
		width: 318px;
		background-color:#fff;
}

#content { 
		float: left;
		width: 318px;
		background-color:#fff;
}


#content_box {
		margin:0px;
		width: 278px;
		height:115px;
		background-color: #fff;
		background-image:url(images/content_div.jpg);
		background-repeat:no-repeat;
		padding:20px 20px 20px 20px;
}


#footer {
		clear: both;
		background: #fff;
		padding: 10px 0px 10px 0px;
}





/******Fonts*****/

p {
		font-size: 10pt;
		font-weight:lighter;
		padding: 0px 0px 10px 0px;
}

p.large {
		font-size: 14pt;
		letter-spacing: -.3px;
		font-weight:lighter;
		padding: 0px 0px 10px 0px;
	
}


p.content_box{
		font-size: 9pt;
		line-height: 1.2em;
		font-weight:lighter;
		padding: 0px 0px 10px 0px;
}

h1{

		font-size:14pt; 
		font-weight:bold; 
		color:#CC0033;

}

h2{

		font-size:19pt;
		letter-spacing: -.3px;
		line-height: 1.05em;
		font-weight: 900; 
		color:#CC0033;
		text-align:center;
		padding:20px 0px 0px 0px;

}

a { 
		color: #CC0033;
}


	
	
