/* CSS Document */

/***********************************************/
/* Universal Styles                     */
/***********************************************/ 

body { 
	background-color: #ffffff;
	font-family: Helvetica, Lucida Sans, Arial, sans-serif;
}

p {
	font-size: .8em;
	color: #320c00;
	line-height: 1.6em;
}

a:link {
	color: #57d701;
	text-decoration: none;
	border-bottom:1px dotted #cccccc;
}

a:hover {
	color: #57d701;
	text-decoration: none;
	border-bottom:1px dotted #000000;
}

a:visited {
	color: #57d701;
	text-decoration: none;
	border-bottom:1px dotted #cccccc;

}

/***********************************************/
/* Layout Styles                     */
/***********************************************/

#main_container {
	width: 770px;
	margin: auto;
}

#masthead {
	width: 770px;
}

#content {
	width: 610px;
	margin: 20px auto 0px auto;
}

#footer {
	width: 770px;
	margin: 50px auto;
	text-align: center;
	clear:both;
}

/***********************************************/
/* Specific Element Styles                     */
/***********************************************/

img.homepage_logo {
	display: block;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}

#masthead img {
	display: block;
	margin: 0px 0px 0px auto;
}

p.navigation {
	text-align: center;
	font-size: 1em;
}

.navigation a:link {
	color: #57d701;
	text-decoration: none;
	border-bottom:1px dotted #cccccc;
	margin-left: 10px;
	margin-right: 10px;
}

.navigation a:hover {
	color: #57d701;
	text-decoration: none;
	border-bottom:1px dotted #000000;
	margin-left: 10px;
	margin-right: 10px;
}

.navigation a:visited {
	color: #57d701;
	text-decoration: none;
	border-bottom:1px dotted #cccccc;
	margin-left: 10px;
	margin-right: 10px;
}

.content_img_right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px; 
	border: 1px solid #cccccc;
}

.content_img_left {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px; 
	border: 1px solid #cccccc;
}

p.footer {
	color:#999999;
	font-size: .7em;
}

.alert {
	color: #5a1600;
}