@charset "UTF-8";
/* CSS Document */

body {
margin : 0 0 0 0;
background-position:center;
background-color: #5ca038;
font : 12px/14px Arial, Helvetica, Verdana, sans-serif;
color:#231f20;
}
a {
text-decoration : underline;
color : #444;
}
a:link, a:visited {
text-decoration : none;
color : #a10303;
}
a:hover {
color : #a10303;
text-decoration : underline;
}
h1, h2, h3 {
	color: #a10303;
}

h1 {
	font: bold 22px Arial, Helvetica, Verdana, sans-serif;
	line-height:23px;
	color: #231f20;
}

h2 {
	font-size: 18px;
	line-height:20px;
}

h3 {
	margin-bottom:5px;
	text-transform: uppercase;
	font-size: 77%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	padding: 10px 0 0 10px;
	background: url(images/img11.gif) no-repeat;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;

	}
.pic{
position: relative;
top: -2px;
border: #ffffff;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}
.pic1{
padding:10px;
}
/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background: url(images/) repeat-y center;
}

/* Content */

#content {
	float: left;
	width: 560px;
}

#content .title {
	padding-left:20px;
	padding-top:10px;

}

#content .content {
	padding-left:20px;
	padding-right:20px;
}

#welcome {
	margin-bottom: 10px;
	margin-top:10px;
	}
	
	/* Content Tour */

#content_tour {
	float: left;
	width: 100%;
}

#content_tour .title {
	padding-left:20px;
	padding-top:10px;
}

#content_tour .content {
	padding-left:20px;
	padding-right:20px;
}
#content_tour .subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	border-top: #a10303 thin dashed;
	padding-top:10px;
}
#content_tour .subtitle1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}
#welcome {
	margin-bottom: 10px;
	margin-top:10px;

}
/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
	padding: 10px 0px 0 0px;
	background: url(images/img05.gif) no-repeat right top;

}
img.picB
{
position: relative;
top: -2px;
background: url('images/back_pics.gif') no-repeat;
width: 180px;
height: 135px;
padding: 10px;
}

#sidebar h2 {
	margin-bottom: 1em;
}

#sidebar blockquote {
}

#sidebar blockquote p {
}

#links {
}

#links ul {
}

#links li {
}

#links a {
}

/* ######### CSS for main menu  ######### */

#pointermenu{
margin: 0;
padding: 0;

}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background:#fff url(images/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: #a10303;
font-weight: bold;
padding: 5px 9px 5px 9px;
text-decoration: none;
}

#pointermenu ul li a:visited{
color:#231f20;
}


#pointermenu ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color:#5ca038;
background: transparent url(images/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
background: url(images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/

}

/* ######### CSS second menu  ######### */

#pointermenu2{
margin: 0 auto;
padding: 10px 0 10px 0;
width:100%;
background-color:#fff;
height:30px;
border-bottom:#222222 thin dashed;
}

#pointermenu2 ul{
margin: 0;
float:left;
padding-left:120px;
font: bold 13px Verdana;
background:#fff;
width:800px;
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-right: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: #a10303;
font-weight: bold;
padding: 9px 15px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: #231f20;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color:#5ca038;
background: transparent url(images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background:#fff;
}


/* Footer */

#footer {
	width: 850px;
	height: 40px;
	margin: 0 auto;
	background:#fff;
}

#footer p {
	margin: 0;
	font-size: 110%;
}

#footer .links {
	float: left;
	padding: 10px 0 0 10px;
	color: #5ca038;
}

#footer .legal {
	float: right;
	padding: 10px 15px 20px 10px;
	color: #5ca038;
}

#footer a {
	color: #231f20;
	}
	#footer a:hover {
	color: #5ca038;
}
