/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	padding: 0 5%;
	font-size: .75em;
	text-align: center;
	}


/** Headline **/

.headline  {
	color: #CC0000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
}


/** Body Text **/

.body_text
{
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}

/** Bullets **/

.bullets
{
	margin-top: 9px;
}






															/** MAIN CONTAINERS **/
div#container {
	width: 580px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {
			
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		
		
	div#footer {
		  width: 580px;
                  margin: 0 auto;
		}
		div#footer-in {
			
			}

/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #ffffff;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 0 auto;
	}
	
		
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 3px solid #000000;
						}
			div.content-in {
				padding: 20px;
				padding-top: 0px;
				}
		
			
	






														




												