/* 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, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
	}
body {
	display: table; 
	height: 100%; 
	width: 100%; 
	text-align: center;
	}
#wrapper {
	display: table-cell; 
	vertical-align: middle;
}


body{

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color:#222;
}







/*  Global Formatting */

/*Headings Tags*/

h1 {font-size:16px;line-height: 1em;font-weight: 900;}

h2 {font-size:15px;line-height: 1em;font-weight: 900;}

h3 {font-size:14px;line-height: 1em;font-weight: 900;}

h4 {font-size:13px;line-height: 1em;font-weight: 900;}

h5 {font-size:12px;line-height: 1em;font-weight: 900;}

h6 {font-size:11px;line-height: 1em;font-weight: 900;}



/*Tables*/

td{font-size: 12px;}

th{font-size: 12px;}



/* Links */

a:link {color: #999999;}

a:hover {color: white;}

a:visited {color: #999999;}

img {border: 0 none;}



/* Clears Divs */

.clr{clear: both; 

		height: 0;

  		overflow: hidden;}





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

/* Heading Color and Height control*/

#hd {

background-image:url(../images/brb.png);

background-repeat: repeat-x;

}



/* Grid Body margin Override would be 10px default*/

#doc3{margin: 0px;}



/* Footer Wrapper Trick */

.wrapper2 {

background-color: White;

height:auto !important;

min-height:80%;

}



.ft{

background-color: #DDE8EA;

min-height:25%;

}

.txt{
	background-color:#444444;
	color:#CCC;
	font-size:16px;
        margin-left:auto;
}





span.article_separator  {display: none;}


