/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	padding: 0 5%;
	font-size: 0.75em; /* .75em; */
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Georgia, Times New Roman, Times, serif;
	
	}


/** Headline **/

.headline  {
	color: #CE0000;
	font-size: 20px;
	font-weight: bold;
}

/** Body Text **/

.body_text
{
	color: #000000;
	/* font-size: 16px; */
}

/** Bullets **/

.bullets
{
	margin-top: 9px;
}


a:visited
{
color:blue;
}
a:link
{
color:blue;
}
a:hover
{
color:blue;
}
a:active
{
color:blue;
}


															/** 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 {
	
	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;
				}
				
#div-form
{
	width: 75%;
	border: 2px dashed;
	padding: 5px;
	margin: 10px;
	background: #FFFFCC;
}									

#div-form2
{
	width: 95%;
	border: 2px dashed;
	padding: 5px;
	/*margin: 10px;*/
	background-color: #FFFFCC;
}				

.bullets
{
	margin-top: 9px;
}

#button
{
	font-weight: bold;
	font-size: 15px;
}