body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

#body {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 1000px;
	background-color: white;
}

#rfcImage {
	background-color:white;
	background-image: url(../images/rfcImage.gif);
	width:197px;
	height:30px;
	float:left;
	padding: 0px;
	background-repeat: no-repeat;	
}

#headerFlower {
	background-color:white;
	background-image: url(../images/headerFlower2.jpg);
	width:1000px;
	height:100px;
	float:left;
	padding: 0px;
	background-repeat: no-repeat;	
}

#headerBottom {
	background-color:transparent;
	background-image: url(../images/headerBottom.jpg);
	width:200px;
	height:175px;
	float:left;
	padding: 0px;
	background-repeat: no-repeat;
}

#navigation {
	padding: 0;
	margin:0;
	color: #CCCCCC;
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
}

#navigation ul {
	background-color: #666666;
	height:30px;
}

#navbar {
	margin:0;
	padding:0;
	height: 1em;
}

#navbar li {
	list-style:none;
	float:left;
}

#navbar a {
	display:block;
	color: #CCCCCC;
	background-color: #666666;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right: 1px solid #cccccc;
	font-size: 105%;
}

#navbar li ul {
	display: none;
	width: 18em; /*width to help Opera out */
}

#navbar a.active {
	background-color: #393939;
	color:#FFFF99;
}

#navbar a.notactive {
}

#navbar a:hover {
	background-color: #393939;
	color:#FFFF99;
	text-decoration: none;
}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
}
#navbar li:hover li, #navbar li.hover li {
	float: none;
}
#navbar li:hover li a, #navbar li.hover li a  {
	color: #CCCCCC;
	background-color: #515151;
	border-bottom: 1px solid #cccccc;
}
#navbar li li a:hover {
	background-color: #393939;
	color:#FFFF99;
}

#leftHeader {
	float: left;
	width: 200px;
	vertical-align:top;
	text-align: center;
	background-color: white;
	padding-bottom: 20px;
}

#content {
	float: right;
	width: 798px;
	background-color: white;
	border-left: 1px solid #333333;
}

#leftColumn {
	float: left;
	width: 398px;
}

#leftColumn.index {
	width:448px;
}

#leftColumn p, h1, h2, h3, h4, h5, h6, img {
	padding-left: 15px;
	padding-right: 15px;
}

#rightColumn {
	float: right;
	width: 398px;
}

#rightColumn.index {
	width:348px;
}

#rightColumn p, h1, h2, h3, h4, h5, h6, img {
	padding-left: 15px;
	padding-right: 15px;
}

/* in case need a second set of two-column divs on a page - can't repeat id*/
#leftColumn2 {
	float: left;
	width: 398px;
}

#leftColumn2 p, h1, h2, h3, h4, h5, h6, img {
	padding-left: 15px;
	padding-right: 15px;
}

#rightColumn2 {
	float: right;
	width: 398px;
}

#rightColumn2 p, h1, h2, h3, h4, h5, h6, img {
	padding-left: 15px;
	padding-right: 15px;
}

#oneColumn {
	float: left;
	width: 796px;
}

#oneColumn p, h1, h2, h3, h4, h5, h6, img {
	padding-left: 15px;
	padding-right: 15px;
}

#oneColumn.col1 {
	float: left;
	width: 265px;
}
#oneColumn.col2 {
	width: 265px;
}
#oneColumn.col3 {
	float:right;
	width: 265px;
}

#footer {
	clear: both;
	font-size: 10px;
	color: black;
	width: 1000px;
	border-top: 1px solid #333333;
	text-align: left;
	margin: 5px 0px 5px 0px;
}

p {
	color: black;
}

p.nopad {
	margin-top: 0;
	padding-top: 0;
}

.back {
	margin:0px;
	padding:0px;
}

.bold {
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.bolditalicpurple {
	font-weight: bold;
	font-style: italic;
	color: #800080;
}

.boldpurple {
	font-weight: bold;
	color: #800080;
}

h1 {
	color: black;
	font-size: 175%;
	font-style: italic;
	text-align: center;
}

h1.nopad {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

h2 {
	font-style:italic;
	color:#56005e;
	font-size:120%;
}

h2.nopad {
	margin-bottom: 0;
	padding-bottom: 0;
}

a:link {
	color: blue;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #5e0016;
	text-decoration:underline;
}

a:visited {
	color: blue;
	text-decoration:none;
}

a:visited:hover {
	color: #5e0016;
	text-decoration:underline;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

img.right {
	float: right;
	margin-left: 5px;
}

img.left {
	float: left;
	margin-right: 5px;
}
im
img.border {
	border: 1px solid black;
}

table tr td p {
	padding: 0;
	margin:0;
}

.subLink {
	font-size: smaller;
	font-style: italic;
}

/* form styles*/
/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px solid #686a68;
	/** remember to change image path **/
	background: url(../newSite/includes/none) no-repeat #d4d4d4;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 13px;
	color: #000000;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 1px solid #686a68;
	/** remember to change image path **/
	background: url(../newSite/includes/none) no-repeat #FFFFFF;
	color: #454743;
}