<style type="text/css"> 

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0000FF;
	background-image: url(images/fgmborders1.jpg);
	background-color: #ffffff;
	background-repeat: repeat-y;
	
}


.twoColElsRtHdr #container {
	width: 93em;
	text-align: left;
	margin: 0 auto;
	font-size: 80%;
	background-image: url(images/fgmborders1.jpg);
	background-repeat: repeat-y;
} 

.twoColElsRtHdr #header {
	
	/*background-color: #9393FF;*/
	float:right;

	width: 74em;
	/*margin-left: 260px; */
	/*margin=right:10px;*/
	/*padding-left:20px;
	padding-right:30px;*/
} 
.twoColElsRtHdr #headerinside
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/gradblue.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 5px;
	float: right;
	width:70em;
	background-image: url(images/gradblue.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left: 0px;
	margin-right:15px;
	font-weight: bold;
	color: #0000CC;
	
}






.twoColElsRtHdr #header #headerinside table tr td{
	padding:5px;
}
.twoColElsRtHdr table tr  td.menu {
	color: #FFCC6D;
	border: 3px outset #C8C8FE;
	font-style: normal;
	font-weight: bold;
	font-size: small;
	}
.twoColElsRtHdr  #header #headerinside td.menu a:link {color:#0000CC;}      /* unvisited link */
.twoColElsRtHdr  #header #headerinside td.menu a:visited {color:#660099;}  /* visited link */
.twoColElsRtHdr  #header #headerinside td.menu a:hover {color:#6600FF;}  /* mouse over link */
.twoColElsRtHdr  #header #headerinside td.menu a:active {color:#6666FF;}  /* selected link */




.twoColElsRtHdr #header h1 {
	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 */
	text-align:center;
	padding:6px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:medium;

}
.twoColElsRtHdr #header h2 {
text-align:center;
padding:1px;
line-height:70%;
font-size: small;
}


.twoColElsRtHdr #header p {
font-size: small;
line-height: 7px;
}



.twoColElsRtHdr #mainContent {

	width: 74em;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #0000CC;}
	
	/*h1: font-size:2.5em;
	h2:font-size:1.em;
	p: font-size:0.75em; */
} 

.twoColElsRtHdr #mainContent #mainkey {
	width: 74em;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #0000CC;
	padding: 12px;
}
	
	.twoColElsRtHdr #mainContent #mainkey h1{ font-size:medium;}
	.twoColElsRtHdr #mainContent #mainkey h2{ font-size:medium;}


.twoColElsRtHdr #editable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	float: left;
	width:70em;
	background-image: url(images/gradblue.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left: 15px;
	color: #0000CC
	/*p: font-size:0.875em; */
}


.twoColElsRtHdr #container #mainContent a {
	color: #00FFFF;
	text-decoration: underline;
}

.twoColElsRtHdr #editable h1 {
font-size: medium;
}
.twoColElsRtHdr #editable h2 {
font-size: medium;
}
.twoColElsRtHdr #container  #mainContent #editable a{
color:#660099;
text-decoration: underline;
}
.clear {
	clear: both;
}
.clearR {
	clear: right;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.twoColElsRtHdr #container #mainContent #editable #media1 {
	float: right;
	height: auto;
	width: 320px;
}
.twoColElsRtHdr #container #mainContent #editable #words1 {
	float: left;
	width:400px;
	height: auto;
}
.twoColElsRtHdr #container #mainContent #editable #media2 {
	float:left;
	height: auto;
	width: 320px;
}
.twoColElsRtHdr #container #mainContent #editable #words2 {
	float: right;
	width: 400px;
	
}
.twoColElsRtHdr #container #mainContent #editable #media3 {
	float: right;
	height: auto;
	width: 480px;
}
.twoColElsRtHdr #container #mainContent #editable #words3 {
	float: left;
	width:250px;
	height: auto;
}.words {
	padding: 7px;
	float: left;
	width: 350px;
	margin: 20px;
}
.pics {
	padding: 5px;
	float: right;
	width: 335px;
}
.middlewords {
	margin: 15px;
}

.twoColElsRtHdr #footer {
	background-color: inherit;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #0000CC;
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.twoColElsRtHdr #footer p.white{
color: #ffffff;
font-size: xx-small;
}
/* 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 */
	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;
}
 

