/** BASIC *************************************************************/

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #336600;
}

ul {
	list-style-type: none;
}

a {
	color: #336600;
}

img {
	border: 0px;
	padding: 0,0,0,0;
}

hr {
	color:#BED985;
	background-image:url(images/yellow_virus.gif);
}

a:hover {
	text-decoration: none;
}

.selected {
	color:#FFFFFF;
}

/** HEADER *************************************************************/

#header {
	width: 700px;
	height: 80px;
	margin: 0px auto;
	background: #CDE2A1 url(images/img01.gif) no-repeat left top;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 10px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background: url(images/img02.gif) no-repeat right top;
}

/** SUB MENU *********************************************************/


#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	/* background: url(images/img03.gif) repeat-x left top; */
	background-color:#A1C84E;
	display: block;
	padding: 4px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold; 
	color: #336600;
}

#submenu a:hover {
	color:#FFFFFF;
}

/** MENU *************************************************************/

#menu {
	width: 700px;
	height: 30px;
	margin: 0px auto;
	background: url(images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold; 
	color: #336600;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT *************************************************************/

#content {
	width: 700px;
	margin: 0px auto;
	background: url(images/img04.gif) repeat-y left top; 
}

#contentBig {
	width: 700px;
	margin: 0px auto;
	background: url(images/contentbgBig.png) repeat-y left top; 
}


#columnA {
	float: right;
	width: 440px;
	padding: 20px;
}

#columnB {
	float: left;
	width: 200px;
	padding: 20px 10px
}

#columnB h2 {
	font-size: large;
}

#columnBig {
	float: left;
	width: 660px;
	padding: 20px;
}



td {
	text-align:center;
	background:#B2CDE0;
	border:0;
}

th {
	text-align:center;
	background:#CDE2A1;
}

td.left{
	text-align:left;
	background:#B2CDE0;
	border:0;
}

td.error{
	text-align:left;
	font-weight:bold;
	background:#FFFF00;
	border:1;
	border-color:#FF0000;
	color:#FF0000;
}

p.error{
	text-align:left;
	font-weight:bold;
	color:#FF0000;
	padding:15px;
	background:#FFFF00;
	border: 3px;
	border-style:solid

}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


IMG.right {
	float: right; 
	padding: 0px 0px 0px 0px;
	margin: 5px;
	border-style:double;
	border-color:#336600;
	border-width:3px;
}
IMG.left {
	float: left; 
	padding: 0px 0px 0px 0px;
	margin: 5px;
	border-style:double;
	border-color:#336600;
	border-width:3px;
}

IMG.naviright {
	padding: 0px 10px 0px 30px;
}

IMG.navileft { 
	padding: 0px 30px 0px 10px;
}

.galleryimage{
	border-style:solid;
	border-color:#005A9C;
	border-width:1px;
	vertical-align:top;
      }

.text_column {
	display:justify;
}

.text_column img.left {
	float: left; 
	padding: 0px 10px 0px 10px;
	border-style:solid;
	border: 60px;
	border-color:#336600;
}

.center_table {
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	width:450px;
	background:#005A9C;
	border:0;	
}

.left {
	text-align:left;
}

.address {
	text-align:left;
	display:inline-table;
}

.lastMod {
 	text-align:center;
}

.result {
	font-weight:bold;
	background:#FFF200;
}

/** FOOTER *************************************************************/

#footer {
	width: 700px;
	margin: 0px auto;
	background: #BED985 url(images/img05.gif) no-repeat left bottom;
}

#footer p {
	text-align:center;
	margin: 0px;
	padding: 5px 10px;
	background: url(images/img06.gif) no-repeat right bottom;
	/** font-size: smaller; */
}



