body {
	background-color: #F0F9FF;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #085402;
	margin-top: 0px;
	height: 100%;
}

#wrapper #title {
	color: #00006C;
	background-color: #F0F9FF;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #085402;
}
#wrapper #title h2 {
	margin: 0px;
	padding: 5px;
}
#wrapper #title h2 .small {
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
}
#wrapper #title p {
	margin: 0px;
	padding: 5px;
}
#wrapper #title p a:link, #wrapper #title p a:visited {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #title p a:hover, #wrapper #title p a:active {
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	color: #085402;
}

#wrapper #contents {
	padding: 5px;
}


#menu {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.bold {
	font-weight: bold;
	color: #00006C;
	background-color: #F0F9FF;
}

.italic {
	color: #00006C;
	background-color: #E6E6FF;
	font-style: italic;
}
.red {
	color: #C00;
	background-color: #E6E6FF;
	font-weight: bold;
}


P  {
	font-family : Arial, Helvetica, sans-serif;
}
p.redr {
	font-family: arial, Helvetica, sans-serif;
	color: red;
}

H4  {
	font-family : Arial, Helvetica, sans-serif;
}
H5	{
	font-family : Arial, Helvetica, sans-serif;	
}
UL  {
	font-family : Arial, Helvetica, sans-serif;
}

ol {
	font-family : Arial, Helvetica, sans-serif;
}

H2  {
	font-family : Arial, Helvetica, sans-serif;
	color: #00006C;
}
H3.r {
	font-family : Arial, Helvetica, sans-serif;
	color: red;
	font-variant: small-caps;
}
H3  {
	font-family : Arial, Helvetica, sans-serif;
}

H1  {
	font-family : Arial, Helvetica, sans-serif;
}

TH  {
	font-family : Arial, Helvetica, sans-serif;
}

TD  {
	font-family : Arial, Helvetica, sans-serif;
}

A {
 	text-decoration : none;
}
	
A:link  {
	color=#0000FF;
 	text-decoration : none;
}

A:visited  {
	color=#000080;
	text-decoration : none;
}

A:hover  {
	color=#FF0000;
  	text-decoration : none;
}

A:active  {
	color=#800000;
  	text-decoration : none;
}

A.red {
 	text-decoration : none;
	color: red;
}
	
A.red:link  {
	color=#0000FF;
 	text-decoration : none;
	color: red;
}

A.red:visited  {
	color=#000080;
	text-decoration : none;
	color: red;
}

A.red:hover  {
	color=#FF0000;
  	text-decoration : underline;
	color: red;
}

A.red:active  {
	color=#800000;
  	text-decoration : none;
	color: red;
}

/*#wrapper #footer {
	background-color: #394224;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #E8F9D7;
	padding: 2px;
}*/
/*footer css*/
#wrapper #footer {
	background-color: #085402;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFF;
	padding: 2px;
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6FF;
}
.nmni {
	float: left;
	width: 40%;
	background-color: #085402;
	color: #FFF;
}
.habitas {
	float: right;
	width: 40%;
	text-align: right;
	background-color: #085402;
	color: #FFF;
}
#wrapper #footer .habitas ul {
	margin: 0px;
	padding-right: 4px;
	list-style-type: none;
}
#wrapper #footer .habitas li {
	display: inline;
	padding-left: 20px;
}
#wrapper #footer .nmni a:link, #wrapper #footer .nmni a:visited {
	color: #FFF;
	text-decoration: none;
}
#wrapper #footer .nmni a:hover, #wrapper #footer .nmni a:active {
	color: #FF0;
	text-decoration: none;
}
#wrapper #footer .habitas a:link, #wrapper #footer .habitas a:visited {
	color: #FFF;
	text-decoration: none;
}

#wrapper #footer .habitas a:hover, #wrapper #footer .habitas a:active {
	color: #FF0;
	text-decoration: none;
}
.footer {
	color: #FFF;
	background-color: #085402;
	padding: 1px;
}
