/* CSS Document */

/* basic style sheet for southwest digital lab. */

/* here is the general stuff */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFcc;
	font-size 100%
	}
h1 {
	font-size: 1.1em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	text-align: center;
	font-size: 1.5em;
	color: #599bc1;
	}	
h4 {
	font-size: 1.3em;
	}

/* here is the stuff for the heading section */

#swdlheading {
	width: auto;
	position: relative;
	height: 205px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	}
#swdlheading a {
    text-decoration: none;
	color: #FFFFcc;
	}
#swdlheading a:hover {
	color: #599bc1;
	}
#swdlheadingleft {
	width: 40%;
	text-align: left;
	float: left;
	font-size: 1.2em;
	}
#swdlheadingcenter {
	width: 230px;
	text-align: center;
	float: left;
	}
#swdlheadingright {
    position: relative;
	width:auto;
	float: right;
	text-align: right;
	font-size: 1.1em;
	}

/* this is the container for the menu */

#swdlmenu {
/*		padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px; */
width: 100%;
	}

	

/* here are our main text wrappers */
	
#mainwrapper {
    width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0 5px;
	}
#mainwrapper a {
	color: #FFFFCC;
	}
#maintext {
	line-height: 1.2;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	float: left; 
	width: 100%;
	}
#maincentered {
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;	
	}
	
#subheadtext {
	line-height: 1.5;
	padding: 12px;
	text-align: justify;
	float: left; 
	width: 93%;
	}
#subheadtext p:first-line {
    font-size: 1.2em;
	}
#centerheadtext {
	text-align: center;
	float: left; 
	width: 100%;
	}
#centerheadtext p:first-line {
    font-size: 1.2em;
	text-align: center;
	}
#piece1 {
	line-height: 1.3;
	text-align: justify;
	width: 40%;
	float: left; 
	margin-right: 3%;
	margin-left: 3%;
	}
#piece1 p:first-line {
    font-size: 1.2em;
	text-align: center;
	}
#piece2 {
	line-height: 1.3;
	text-align: justify;
	width: auto;
	float: left; 
	margin-right: 8%;
	margin-left: 3%;
	}
#piece2 p:first-line {
    font-size: 1.2em;
	text-align: center;
	}
#piece3 {
	line-height: 1.3;
	text-align: justify;
	width: 45%;
	float: left; 
	margin: 0% 5% 0% 0%;
	}
#piece3 p:first-line {
    font-size: 1.2em;
	text-align: center;
	}
#piece4 {
	line-height: 1.3;
	text-align: justify;
	width: 43%;
	float: right; 
	margin: 0% 0% 0% 5%;
	}
#piece4 p:first-line {
    font-size: 1.2em;
	text-align: center;
	}
#segmentheader1c {
	font-size: 1.2em;
	text-align: center;
	}
#segmentheader1l {
	font-size: 1.2em;
	text-align: left;
	}
#segmentbody1 {
    font-size: 1em;
	text-align: justify;
	}
#segmentbody2 {
    font-size: 1em;
	text-align: justify;
	}
#segmentbody2 p:first-line {
    font-size: 1.2em;
	}

#segmenttable {
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	}

/* this is the style section for the footer */
#swdlfooting {
	float: left;
	padding: 0px 0px 0px 0px;
    text-align: center;
	font-size: .8em;
	}
#swdlfooting a {
    color: #ffffcc;
	text-decoration: none;
	}
#swdlfooting a:hover {
	color: #599bc1;
	}
