@charset "UTF-8";


h1 {
	font-family: "Arial Rounded MT Bold";
	font-size: 2em;
	color: #E06400;/*----orange big bold rounded---*/
	line-height: 1em;
	
}

h2 {
	font-family: "Arial Rounded MT Bold";
	font-size: 1.3em;
	color: #663300;/*----dark brown med bold rounded---*/
	line-height: 1em;
	font: Arial Rounded MT Bold;
	}
	
h3 {
	font-family: "Arial Rounded MT Bold";
	font-size: 1.4em;
	color: #807370;/*----larger dark grey---*/
	line-height: 1.1em;
}	

.subhead1 {
	font-size: 1.25em;
	color: #666666;/*----dark grey bold---*/
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.subhead2 {
	font-size: 1.2em;
	color:#CC0056;/*----dark magenta larger normal weight---*/
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
}
.subhead3 {
	font-size: 1.2em;
	color: #666666;/*----dark grey larger normal---*/
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	}

body,td,th {
	color: #333333;/*----dark grey---*/
}


a:link {
	color:#999999;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#E06400;
	text-decoration:underline;
	font-style: normal;
	font-weight: bold;
}
a:active {
	color:#999999;
	text-decoration: none;
	font-weight: bold;
}

p {
	line-height:1.4em;
	font-size: 1em;
	}
	
/*---Cont--------------------------------------------------*/

.container {
   position: relative;
   height: 50px;
   }

.left-element {
	position: absolute;
	width: 400px;
	border: 1px solid #666666;
	;
	padding: 10px;
	margin-left: 20px;
   }

.right-element {
	position: absolute;
	width: 400px;
	text-align: right; /* depends on element width */
	border: 1px solid #666666;
	;
	top: 1px;
	padding: 10px;
	left: 460px;
	margin-right: 20px;
   } 

/*-----------------------------------------------------*/

body  {
	margin:200px;
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.2em; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 10px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666666;
	background-image:url(imgs/bg-long.jpg);
	background-repeat: repeat-x;
	
}
.side_body {
	font: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	color:#666666;
}
.side_emph {
	font: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding: 0;
	color:#990000;
	font-weight: bold;
}		
.side_heavy {
	font: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:#666666;
}
.event_emph {
	font: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding: 0;
	color:#663300;
	line-height: 1.4 em;
	font-weight: bold;
}
.form_table {
	margin-left: -15px;	
	}
	
h2, .email_form {
	padding: 0px 0px 0px 10px;
	}
/*---------------- GLOBAL -------------------------------------*/

#container {
	width: 930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	top: 29px;
	background-image:url(imgs/ww-bg-mult.jpg);
	left: 155px;
	right: 189px;
} 
#header {  
	margin: 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 */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 930px;
	border: 1px solid #FFFFFF;
}

#NavContainer {
	width: 630px;
	background:#552200;
	margin: 0;
	border-top:1.5px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding: 5px 150px 30px 150px;
	text-align: center;
}

#bio_imgs {
	width: 34em;
}

#mainContent {
	margin: 0px 240px 0px 250px; /* T R B L; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 0px 20px; /* T-B L-R ; remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 420px;
}

#footer {
	padding: 30px 0px 20px 00px;
} 
 
a.footer_link {
 	color: #666;
	font-weight:normal;
	}

.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*---------------- EVENTS ----------------------------*/

#mainContent_topBlock {
	width: 400px;
	height: 125px;
	padding-bottom:10px;
	border-bottom: 2px dotted #807370;
}
#mainContentBlock {
	width: 400px;
	height: 110px;
	padding: 10px 0px;
	border-top: #999 1px dashed;
} 
#sidebar1_pic {
	background-color:FFF
	;
	width: 200px; /* this block should contain an image related to the Main content block on its right)*/
	height: 110px;
	padding: 0px 0px 20px 0px;
}
.event_emph {
	font: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding: 0;
	color:#663300;
	line-height: 1.4 em;
	font-weight: bold;
}

/*----------------SIDEBAR 1 (LEFT SIDEBAR)-------------------------------*/
#sidebar1 {
	background:;
	float: left; /* since this element is floated, a width must be given */
	width: 20em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px  0px 10px ; /* T R B L ; padding keeps the content of the div away from the edges */
	font-size: 0.9em;
	line-height: 1em;
}

/*----------------SIDEBAR 2 (RIGHT SIDEBAR)-------------------------------*/
#sidebar2 {
	background:;
	float: right; /* since this element is floated, a width must be given */
	width: 16em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px;
	padding: 10px 10px 0px 0px; /* T R B L ; padding keeps the content of the div away from the edges */
}
#side_callout {
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	border-top: 2px dotted #666;
	border-bottom: 2px dotted #666;
	font-size: 1em;
	line-height: 1em;
}
.indent_h2 {
	padding: -15px;
	font-family: "Arial Rounded MT Bold";
	font-size: 1.4em;
	color: #663300;/*----dark magenta med bold rounded---*/
	line-height: 1em;
	font: Arial Rounded MT Bold;
	}
	
	
#mainContent {
	margin: 0px 240px 0px 250px; /* T R B L; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 0px 20px; /* T-B L-R ; remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 420px;
}


.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*---------------- EVENTS ----------------------------*/

#mainContent_topBlock {
	width: 400px;
	height: 125px;
	padding-bottom:10px;
}
#mainContentBlock {
	width: 400px;
	height: 110px;
	padding: 10px 0px;
	border-top: #999 1px dashed;
} 
#sidebar1_pic {
	background-color:FFF
	;
	width: 200px; /* this block should contain an image related to the Main content block on its right)*/
	height: 110px;
	padding: 0px 0px 20px 0px;
}
.event_emph {
	font: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding: 0;
	color:#663300;
	line-height: 1.4 em;
	font-weight: bold;
}
#mainContent2 {

	margin: 0px240px 0px 135px; /* T R B L; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 0px 20px; /* T-B L-R ; remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 650px;
}
#footer2 {

	padding: 30px 0px 20px 30px;
}
#mainContent3 {


	margin: 0px 140px 0px 50px; /* T R B L; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 0px 20px; /* T-B L-R ; remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
}
#mainContent4 {
	margin: 0px 50px 0px 460px; /* T R B L; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 20px 0px 0px; /* T-B L-R ; remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	position: absolute;
	left: 11px;
	top: 217px;
	height: 245px;
}
.left-element2 {
	position: absolute;
	width: 400px;
	border: 1px solid #666666;
	;
	padding: 10px;
	margin-left: 20px;
	left: 4px;
	top: 631px;
}
.left-element3 {
	position: absolute;
	width: 400px;
	border: 1px solid #666666;
	;
	padding: 10px;
	margin-left: 20px;
	left: 3px;
	top: 925px;
}
