/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

/*body{
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.7em;
color: #242424;
background-color:#d5b079;

}*/

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
/*body a:link {color: #f00;}
body a:hover {color: #72767a;}
body a:visited {color: #50585e;}*/
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

.main_content{
	padding: 30px 10px 20px;
}
#l_cover_center p{
	padding-left: 40px;
}
.content_right{
	padding-top: 15px;
}
.slogan{
	color: #fff;
	font-family: Verdana;
	font-size: 1em;
	text-align: left;
}
div.slogan{
	top: 0px;
}










