@charset "UTF-8";
/* CSS Document */


/*Landing page styling*/
.major #container {
	background: #FFFFFF;
	width:95%;
	margin: 0 auto;
	text-align: left;
	font-size:.9em;
}
.major #header{
	
}
.major #header p{
	padding-bottom: 2em;
	padding-left: 2em;
	padding-top: 80px;
}
.major img{
	float:left;
	padding-right: 1em;
	padding-left: .5em;
}
.major p
{font-size: 1em; margin: 0; color: #000000; padding: 0em 2em;}
 
.major p{
	padding: 2em;
}
.major ul{list-style:none; list-style-type:none; list-style-image:none; text-align: center;}
.major li{display:inline; text-decoration:none;}
.major b{
	text-align:center;
	display:block;
	width:15em;
	float:left;
	border:1px solid #2D5593;
	margin:1px;
	height:5em;
	padding-top: 0.4em;
	padding-bottom: .4em;
}
.majortitle{
	color: #2D5593;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.link{font-size: 0.8em;text-decoration: none;color: #000000;}
.major #footer{font-size:.8em; text-align:center}

/*Links page styling*/
.links {
	background: #FFFFFF;
	width:95%;
	margin: 0 auto;
	text-align: left;
}
.links links{list-style-image: none;list-style-type: none;padding: 0; font-weight: bold; text-transform: uppercase;}
.links ul{list-style-image: none;list-style-type: none;	font-weight: normal; font-style: normal; text-transform: none;}
.links ul li{list-style-image: none;list-style-type: none;padding: 0; font-weight: bold; text-transform: uppercase;}
.links ul li ul li{
	font-weight:normal;
	font-style:normal;
	text-transform:none;
	line-height: 1.4em;
}
.links h2{
	font-size:2em;
	font-weight:bold;
	color:#2D5593;
}
#update{display:none;}

/*Web-Outline page styling*/
.web_out #container {width: 90%; height:auto; background: #FFFFFF; margin: 0 auto; border: 1px solid #000000; text-align: left;}
.web_out #header {
	background: #DDDDDD;
	padding: 0 10px;
	text-align: center;
} 
.web_out #header h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 2em;
}
.web_out #header h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 0.9em;
	font-style: italic;
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".web_out #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.web_out #section_main {width: 100%; margin:auto; border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid;  border-top-color: #000000; border-bottom-color: #000000;}
.web_out #section {width: 100%;	margin:auto;}
.web_out #section_shade{width: 100%; margin:auto; background-color: #CCCCCC;}
.web_out #left {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 33%; /* since this element is floated, a width must be given */
}
.web_out #middle { 
	float:left;
	width: 33%;
	
}
.web_out #right {
	float: left;
	width: 33%; /* since this element is floated, a width must be given */
	}
.web_out #section h4, .web_out #section p, .web_out #section_main h3, .web_out #section_shade h4, .web_out #section_shade p{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.web_out #section_main h3{
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
}
.web_out #section h4{
	font-size: 1em;
	font-weight: bolder;
}
.web_out #section_shade h4{
	font-size: 1em;
	font-weight: bolder;
}
.web_out #section p{
	font-size: .9em;
	font-style: italic;
}
.web_out #section_shade p{
	font-size: .9em;
	font-style: italic;
}

.web_out #left p, .web_out #left h3, .web_out #right p, .web_out #right h3, .web_out #middle p, .web_out #middle h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.web_out #footer {
	background:#DDDDDD;
	text-align:center;
	padding: 15px 10px;
} 

.web_out #footer p{
	font-size: .9em;
	font-style: italic;
}
.web_out ul{
	font-size:.9em;
}
.web_out h5{
	display: none;
}
/* Miscellaneous classes for reuse */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
