body {
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width: 95%;
	padding: 30px;
	/*font-size: small;*/
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: #FF514F;
}
#masthead {
	background-color: #FF7F00;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper {
	width: 800px;
	/*width: 100%;*/
	margin: 0 auto;
	/*background-color: #FF514F;*/
	background-color: #FF7F00;
}
#column_wrapper {
	background-image: url(../Templates/p7csslm/img/clm07_middle.gif);
	background-repeat: no-repeat;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 450px;
	/*width: 55%;*/
	float: left;
	background-color: #6DBE1C;
}
#left {
	width: 170px;
	/*width: 15%;*/
	float: left;
	background-color: #FF7F00;
}
#right {
	width: 170px;
	/*width: 20%;*/
	float: left;
	background-color: #FF7F00;
}
#center .content {
	padding: 24px 32px;
	font-size: 1em;
	line-height: 1.65em;
		
	
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
   font-size: 1.3em; 
	padding: 12px;
	margin-left: 100px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.8em;
	clear: both;
	background-color: #000000;
}
.menulist {
	color: #000000;
	font-size: 1em;
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}
.smlcontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #000000;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.thinborderfloat {
	float:left;
	font-size: 1.3em;
	padding:3px;
	margin-right:10px;
	background-color: #FFFF00;
  } 
  .thinborderfloat2 {
	font-size: 1em;
	padding:1px;
	margin-right:0px;
	background-color: #FFFF00;
  } 
.center_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 250px;
	letter-spacing: 0.1em;
	vertical-align: bottom;
}
.big_letter {
	color: #000000;
	font-size: 18px;
	font-style: oblique;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: none;
	background-image: none;
	letter-spacing: 0.25em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #00000;
	border-right-color: #00000;
	border-bottom-color: #00000;
	border-left-color: #00000;
	background-color: #FFFF00;
	margin: 0px;
}
/* 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: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.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;
	padding-left: 5px;
}
.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;
}

