@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zero margin and padding of body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers container in IE5*. Text then set to left align default where required */
	color: #333333;
	background-color: #3366CC;
	font-style: italic;
	font-size: 100%;
}

#header {
	background-image: url(../images/tileBG_Header_MP.png);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FFCC00;
	margin:0 0 0 0;
}
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse - using padding instead of margin will allow you to keep the element away from the edges of the div */

.subHdWidth {
	width: 95%;
	margin: 0 auto 0 auto;
}


.portWidth {
	width: 95%;
	margin: 0 auto 0 auto;
}


#subHeadWrapper {
	text-align: left; /* overrides the text-align: center on the body element. */
	font-style: normal;
	font-weight: normal;
	clear:both;
}

#tagTextStyle {
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	font-size:60%;
	text-align: left; /* overrides the text-align: center on the body element. */
	margin: 1% 0 1% 0;
}

#subHeadStyle {
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	font-size:60%;
	text-align: left; /* overrides the text-align: center on the body element. */
	margin: 1% 0 1% 5px;
}

.textEntryField{
	display: block;
	type:text;
	height: 15px;
	width: 75px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	font-size:100%;
	margin: 5% 0 5% 5px;
}

.menuColor {
	background-color: #99CC99;
}

#menuBarWrapper {
	text-align: left; /* overrides the text-align: center on the body element. */
	float:left;
	font-size:60%;
	font-style: normal;
	font-weight: bold;
	color: #CDCDCD;
	width:100%; /*all floats require width*/
	border-bottom: Solid #FFFFFF 10px; /* white gap between menu block and vertical column divider line */
}

#accordianWrap {
	margin-top:25px;
}


#contentStyler {
	border: Solid #333333 2px;
	text-align: left; /* overrides the text-align: center on the body element. */
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with a left (or right) margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
*/

#mainContent {
	float:left;
	font-size: 75%;
/*	line-height: 150%;
*/	color: #333333;
	margin-left:25px;
	margin-right:0px;
	padding-right:15px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	width:66%; /*all floats require width*/
}

/* Tips for sidebar:
1. When working in percentages, better not to use padding on sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between  side of div and  elements within can be created with a left and right margin.
3. IE calculates widths after the parent element is rendered & may run into bugs with percentage-based columns. Consider pixel columns.
*/
#sidebarL {
	float:left;
	font-size:70%;
	line-height: 150%;
	color: #333333;
	margin-left:15px;
	padding:0 0 0 0;/* top and bottom padding create visual space within this div  */
	width: 25%; /*all floats require width*/
}

#footer {
	margin: 0px 10px 10px 10px ; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #CCCCCC;
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
/* Miscellaneous classes for reuse */

.imageMarginR {
	margin:0 10px 0 0;
}

.imageMarginL {
	margin:0 0 0 10px;
}

.w100px{
width:100px;
}
.w125px{
width:125px;
}
.w150px{
width:150px;
}
.w175px{
width:175px;
}
.w200px{
width:200px;
}
.w225px{
width:225px;
}.w250px{
width:250px;
}
.w275px{
width:275px;
}
.w300px{
width:300px;
}
.w350px{
width:350px;
}.w400px{
width:400px;
}

.fltRt { 
	float: right;
}
.fltLft {
	float: left;
}
.clearfloat { 
	clear:both;
}

.caption {
font-size:75%;
font-style:italic;
text-align:center;
}

.trimColor {
	background-color: #99CC99;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}
