body {
  	text-align: center;
  	margin: 3px;
	padding: 0px;
}

div { 
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
} 


#print{
	font-family: Arial;
	font-size: 0.9em;
  	text-align: left;
}	

#print h1 {
	font-size: 1.3em;
	font-weight: 900;
	color: green;
	margin-bottom: 7px;
	margin-top:3px;
	margin-right: 5px;
}

#print h3 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:12px;
	margin-right: 5px;
	color: green;
}

#print p {
	margin-bottom: 7px;
	margin-top:3px;
}

#print .breadcrumb {
	text-decoration:none;
	font-size: 1.2em;
	font-weight: 900;
	color: green;
	margin-bottom: 7px;
	margin-top:3px;
	margin-right: 5px;
}


#print h4 {
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 7px;
	margin-top:3px;
}

#page{
	width: 982px;
	border: 1px solid red;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffcc;
}



#main{
	text-align:left;
	width: 100%;
	margin: 0px;
	padding: 0px;

}



#content{
	font-family: Arial;
	font-size: 0.85em;
	float: left;
	width: 616px;
	padding: 10 10 10 20;
	border-right: 1px solid red;
	border-left: 1px solid red;
	background-color: #ffffff;
	overflow: hidden;
}	

#content .breadcrumb {
	text-decoration:none;
	font-size: 1.2em;
	font-weight: 900;
	color: #00cc00;
	margin-bottom: 20px;
	margin-top:3px;
	margin-right: 5px;
}


#content A.breadcrumb:hover {
	text-decoration:underline;
}

#content h1 {
	font-size: 1.3em;
	font-weight: 900;
	color: #00cc00;
	margin-bottom: 7px;
	margin-top:3px;
	margin-right: 5px;
}

#content h3 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top:12px;
	margin-right: 5px;
	color: #00cc00;
}

#content p {
    font-size:  0.95em;
	margin-bottom: 10px;
	margin-top:3px;
}

#content ol {
	margin-bottom: 3px;
	margin-top:3px;
}

#content ul {
	margin-bottom: 3px;
	margin-top:3px;
}

#content li {
	font-size:  0.95em;
}

#content td {
	font-size:  0.80em;
}

#headerImage{
	border: 0;
	margin: 0px;
	padding: 0px;
	display: inline;
}



#header{
	font-size: 0;
	width: 100%;
	/*border-left: 1px solid red;*/
	/*border-right: 1px solid red;*/
	margin: 0px;
	padding: 0px;
		background-color: #ffffff;
}

#topMenu{
width: 980px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffcc;
	overflow: hidden;
}


#topMenuItems{
	font-family: Arial Narrow;
	font-weight: 400;
	font-size: 0.95em;
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	padding: 2px;
	display: inline;
}	

#topMenuItems A {
	text-decoration: none;
}


#topMenuItems A.active {
	background-color:  #00cc00;
	text-decoration: underline;
}

#topMenuItems A:link {
	color: blue;
}

#topMenuItems A:visited {
	color: blue;
}

#topMenuItems A:hover {
	text-decoration: underline;
	color: blue;
}





#menu{
	float: left;
	width: 160px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial Narrow;
	font-weight: 400;
	font-size: 0.95em;
	color: #006600;
	overflow: hidden;
}	

#advert{
	float: left;
	width: 204px;
	padding: 0px;
	font-family: Arial;
	font-size: 0.85em;	
	overflow: hidden;
}	

#advert h3 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top:12px;
	margin-right: 5px;
	color: #00cc00;
	padding: 5px;
}

#advert p {
	margin-bottom: 10px;
	margin-top:3px;
	padding: 5px;
}


#footer{
	clear: left;
	text-align: left;
	border-top: 1px solid red;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial;
	background-color: #ffffcc;	
}


#menu .h3menu {
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 10px;
	text-decoration: none;
}

#menu .h4menu {
	font-size: 0.9em;
	margin-top:0px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

#menu A.h3activepage {
	background-color:  #00cc00;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: 10px;
	text-decoration: underline;
	padding: 0px;
	font-weight: 600;
	color: #006600;
}


#menu A.h4activepage {
	background-color: #00cc00;
	padding: 0px;
	text-decoration: underline;
	font-weight: 600;
	color: #006600;
}


#menu A {
	text-decoration: none;
}


#menu A:link {
	color: #006600;
}

#menu A:visited {
	color: black;
}

#menu A:hover {
	color: #006600;
	text-decoration: underline;
}







