/* GLOBAL */
body {
	font-size:12px; 
	font-family:verdana,arial,sans-serif;

} 
a:link {
	color: #991427;
	text-decoration: none;
}
a:visited {
	color: #991427;
	text-decoration: none;
}
a:hover, a:active {
	color: #991427;
	text-decoration:underline;
}
h1{
    color: #991427;
    font-weight:bold; 
    font-size: 16px;
}
h2{
    color: #991427;
    font-size: 13px;
}
h3{
    color: #991427;
    font-size: 13px;
}

/* LAYOUT */
#container{width:700px;margin:0 auto;background:#fff;padding:10px;}

#navigation{float:left;width:150px;}

#footer{clear:both;width:100%;}
	
#content {
	margin: 10px;
	color: #7d7d7d;
	float:right;
	width:500px;
}
.content p {
	font-size: 12px;
}
.content-img{
	border:2px solid #94AA74;
	padding:5px;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}
#navigation p {
	font-size: 12px;
	color: #7d7d7d;
}
	
/* MENU */
#menu {
	width:150px;
	border: 1px solid #991427;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#menu li a {
  	height: 32px;
	text-decoration: none;
}	
#menu li a:link, #menu li a:visited {
	color: #991427;
	display: block;
	background-color:#fee;
	border-bottom:1px solid white;
	padding: 8px 0 0 10px;
}
#menu li a:hover {
	color: #fff;
	background-color:#991427; /*#48A545;*/
	padding: 8px 0 0 10px;
}
#menu li a:active {
	color: #fff;
	background-color:#991427;
	padding: 8px 0 0 10px;
}

/* FOOTER */
.footer-breadcrumbs {
	font-size:10px; 
	height:15px;
	padding-bottom:5px;
	color:#7d7d7d;
	text-align:center;
	float:left;
}

.footer-breadcrumbs p
{
    text-align:center;
}

.footer-breadcrumbs hr
{
    color:#991427;  
    padding:0px; 
    margin:0px;
}

.footer-breadcrumbs ul {
	float:left; 
	list-style:none; 
	margin: 0;
}
.footer-breadcrumbs ul li {
	display:inline; 
	color:#7d7d7d; 
}
.footer-breadcrumbs ul a {
	color:#79A545;
	text-decoration:none;
}
.footer-breadcrumbs ul a:hover {
	color:#79A545; 
	text-decoration:underline;
}
.footer-breadcrumbs hr{
    color: #94AA74;
    background-color: #94AA74;
    height: 1px;
}   
.footer-RNSC{
	text-align:center;
}
.footer-RNSC a{
    color: #79A545;
}

.footer-RNSC a:hover{
    background-color: #fff;
    color: #79A545;
}


/* HEADER */
#header {
	border:0px solid black;
}
.header-breadcrumbs {
	font-size:10px; 
	height:15px;
}

.header-breadcrumbs ul {
	float:right; 
	list-style:none; 
	margin: 0;
	padding: 0;
	
}

.header-breadcrumbs ul li {
	display:inline; 
	padding:0 0 0 10px; 
	background:transparent url(../images/arrow.gif) no-repeat 0 50%; 
	font-weight:bold; 
	color:#7d7d7d; /*7d7d7d #99D397*/
}
.header-breadcrumbs ul a {
	color:#79A545;
	text-decoration:none;
}
.header-breadcrumbs ul a:hover {
	color:#79A545; /*#48A545 #45A572 #79A545 #45A5A2*/
	text-decoration:underline;
}

.header-banner {
	color: white;
	border-bottom: 3px solid #7d7d7d;
	font-size: 23px;
	font-weight:bold;
	padding: 20px;
}


/* FORM */

.button 
{
    background-color:#fee; 
    border-bottom-style:double;
    color:#991427: border:1px";
}    
    
