body {
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body a:hover {
	    
		text-decoration: none;
		color: #58A60A;
}


img {
	border: 0px;
}

	a {
		color: #000000;
		text-decoration: none;
		
	}
	
	a:hover {
	    color: #58A60A;
		text-decoration: none;
		
	}


img.shadow {
	border-right:medium none; border-bottom:medium none; background:url('shadow.gif') no-repeat right bottom; border-top:1px solid #eee; border-left:1px solid #eee; padding-left:4px; padding-right:10px; padding-top:4px; padding-bottom:10px	
}


p, td, th, h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



#container {
	width: 100%;
	margin: 110 auto 0 auto;
	margin: 15px 0 15px 0;
}

.header {
	margin: 10px 0 0 0;
	width: 100%;
}
	.header h1 {
		margin: 0 0 0 9px;
	}

	.header p {
		float: right;
		margin: 0;
	}

.bar {
	background: url('bar.bg.gif');
	height: 37px;
	margin: 5px 0 5px 0;
}	
	.bar h3 {
		background: url('bar.end.gif') no-repeat right;
		float: right;
		margin: 0px;
		width: 30px;
		height: 27px;
		padding: 10px 0 0 0;
	}

	.bar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.bar li {
		padding:0;
		margin: 0;
		height: 37px;
		display: inline;
		float:left;
		list-style-type: none;
	}
	
	.bar li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.bar li a:hover {
		color: #D9D9D9;
		text-decoration: none;
	}
	
#home {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	}

	a#home {
			overflow:hidden;
			display:block;
			width:70px;
			height:27px;
			padding: 10px 0 0 10px;
			background:url('bar.start.gif') no-repeat;
	}
	
	a#home:hover {
		background:url('bar.start.gif') no-repeat 0px -37px;
		}
	
	.common {
		padding: 0px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;
	}
	
	a.common {
		overflow:hidden;
		display:block;
		height:27px;
		padding: 10px 10px 0 10px;
		float: left;
	}
	
	a.common:hover {
		background:url('bar.bg.gif') no-repeat center -37px;
	}


.box {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 8px;
	width: 170px;
	font-size: 11px;
}
	.box a {
		color: #000000; text-decoration: none;
	}
	.box a:hover {
		text-decoration: none;
	}
	
	.box ul {
		margin: 0;
		padding: 0;
	}
	
	.box li {
		list-style-type: none;
		margin: 0 0 0 3px;
		padding: 0 0 4px 20px;
		background: url('blt.gif') no-repeat;
	}
	.box p {
		margin: 0 0 0 3px;
		padding: 0 0 4px 20px;
		background: url('blt.gif') no-repeat;
		text-align: left;
	}
	.boxcaption {
		background: url('box.caption.gif') no-repeat;
		padding: 6px 0 0 10px;
		height: 20px;
		width: 178px;
		color: #FFFFFF;
	}
	
	.boxbottom {
		background: url('box.bottom.gif') no-repeat;
		width: 217px;
		height: 4px;
		margin: 0px;
	}
	

.pagination {
	border: #F0FFF0 1px solid;
	padding: 1px;
	font-size: 11px;
	float: center;
}

	.pagination ul {
		font-size: 11px;
		margin: 10px 0 10px 0;
		padding: 0px;
		text-align: left;
	}
	.pagination li {
		display: inline;
		list-style-type: none;
		padding-bottom: 1px;
	}
	.pagination a {
		color: #000000;
		border: #F0FFF0 1px solid;
		padding: 1px;
		margin: 0 0 0 3px;
		text-decoration: none;
	}

	.pagination a:hover {
		border: #F0FFF0 1px solid;
		color: #58A60A;
		text-decoration: none;
	}
	
.pagingon {
		color: #000000;
		border: #F0FFF0 1px solid;
		padding: 1px;
		margin: 0 5px 0 0;
		text-decoration: none;
	}
	
.padding {
	padding: 0 10px 0 0;
}

.padding2 {
	padding:  0 0 0 10px;
}

.caption {
	background: url('caption.bg.gif') repeat-x bottom;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}
	.caption p {
		background: url('caption.left.gif') no-repeat left;
		padding: 6px 0 0 10px;
		height: 20px;
		color: #FFFFFF;
		margin: 0;
	}

	.caption a {
		color: #303030; text-decoration: none;
	}
	
	.caption a:hover {
		text-decoration: none;
	}
	
	.caption h3 {
		background: url('caption.right.gif') no-repeat right;
		float: right;
		margin: 0px;
		font-size: 10px;
		height: 20px;
		padding: 6px 6px 0 0;
	}
	
	.caption h2 {
		background: url('caption.right.gif') no-repeat right;
		float: right;
		margin: 0px;
		font-size: 10px;
		height: 20px;
		padding: 0;
	}

.contentbox {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 8px;
	font-size: 11px;
}
	.contentbox a {
		color: #303030; text-decoration: none; font-size: 11px;
	}
	.contentbox a:hover {
		text-decoration: none;
	}

.contenttext {
	margin: 0px;
	padding: 2px 0 3px 0;
}

.contentbottom {
	background: url('contentbottom.bg.gif') repeat-x bottom;
	height: 7px;
	margin: 0;
}
	.contentbottom p {
		margin: 0;
	}

	.contentbottom span {
		float: right;
	}



.content {
	margin: 0 16px 0 10px;
}
	.content ul {
		margin: 0;
		padding: 0;
	}

	.content li {
		list-style-type: none;
		margin: 0 0 0 3px;
		background: url('blt.gif') no-repeat;
		padding: 0 0 4px 20px;
	}
	
.text {
	border: 1px solid #303030;
	background: #ffffff;
	height: 15px; 
	font-size: 11px;
	width: 360px;
	color: #000000;
}


#copyright {
	text-align: left;
	white-space: nowrap;
}
	#copyright br {
		display: none;
	}


.fbox {
	border: 1px solid #990000;
	padding: 10px;
	background: #f9fcf5;
	margin: 5px 5px 10px 5px;
}

.lbox {
	margin: 0 5px 25px 5px;
}

.footer {
	background: url('footer.bg.gif') repeat-x top;
	color: #FFFFFF;
	height: 37px;
	margin: 0 0 15px 0;
}
	.footer p {
		margin: 0;
		padding: 11px 0 0 10px;
		background: url('footer.left.gif') no-repeat;
		height: 26px;
	}
	.footer h3 {
		background: url('footer.right.gif') no-repeat right;
		height: 26px;
		float: right;
		margin: 0px;
		padding: 11px 10px 0 0;
		font-weight: normal;
	}
	.footer a {
		color: #FFFFFF; text-decoration: none;
	}
	.footer a:hover {
		text-decoration: none;
	}
	
	

	
	
.colorborder {
	border: 1px solid #000000;
	margin: 0 4px 0 4px;
}

.nav {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
	.nav p {
		margin: 0;
		padding: 2px 0 0 0;
	}
	
	.nav h3 {
		float: right;
		margin: 0;
		font-size: 11px;
	}
	
	.nav a {
		font-size: 11px; color: #990000; text-decoration: none;
	}
	.nav a:hover {
		color: #58A60A; text-decoration: none;
	}

form {
	Margin: 0;
}


{
	 font-size: 11px;
}



a.moreinfo, a.moreinfo:link, a.moreinfo:visited 
{
display:block;
color:#FFFFFF;
background-color:#5CA70E;
font-weight:bold;
font-size:11px;
width:120px;
text-align:center;
padding:0;
padding-top:3px;
padding-bottom:4px;

border-top:1px solid #98C64C;
border-right:1px solid #349534;
border-bottom:1px solid #349534;
border-left:1px solid #98C64C;
text-decoration:none;
margin-left:1px;
}

a.moreinfo:hover, a.moreinfo:active
{
background-color:#268CC5;
border-top:1px solid #6DBAE2;
border-right:1px solid #1968A3;
border-bottom:1px solid #1968A3;
border-left:1px solid #6DBAE2;
}



input { 
    background:#FFF url('textfield.gif') repeat-x top;
	border:1px solid #e8e8e8;
	color:#000000;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
 
input:hover{ 
	background:#FFF url('textfield.gif') repeat-x top;
	border: 1px solid #f00; 
	color:#000000;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


textarea { 
    background:#FFF url('textfield.gif') repeat-x top;
	border:1px solid #e8e8e8;
	color:#000000;
	width: 350px;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
 
textarea:hover{ 
	background:#FFF url('textfield.gif') repeat-x top;
	border: 1px solid #f00; 
	color:#000000;
	width: 350px;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


.inputbox, .inputtextarea{ 
    background:#FFF url('textfield.gif') repeat-x top;
	border:1px solid #e8e8e8;
	width: 230px;
	color:#000000;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}


select { 
    background:#FFF url('textfield.gif') repeat-x top;
	border:1px solid #e8e8e8;
	color:#000000;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}


 
.inputbox:hover, .inputtextarea:hover{ 
	background:#FFF url('textfield.gif') repeat-x top;
	border: 1px solid #f00; 
	width: 230px;
	color:#000000;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


select:hover{ 
	background:#FFF url('textfield.gif') repeat-x top;
	border: 1px solid #f00; 
	color:#000000;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.button { 
	padding:3px 6px;
	background:#76B33A;
	border-top:1px solid #98C64C;
	border-right:1px solid #349534;
	border-bottom:1px solid #349534;
	border-left:1px solid #98C64C;
	margin-top:5px;
	margin-bottom:5px;
	width: 100px;
	color:#ffffff;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor:pointer;
	
}
 
 
.button:hover { 
	padding:3px 6px;
	background:#268CC5;
	border-top:1px solid #6DBAE2;
	border-right:1px solid #1968A3;
	border-bottom:1px solid #1968A3;
	border-left:1px solid #6DBAE2;
	margin-top:5px;
	margin-bottom:5px;
	width: 100px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	cursor:pointer;
	
	
}


.clean-ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	
.clean-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	
	
.alert{
		border:solid 1px #ffd324; 
		background:#FFF6C0;
		color:#000000;
		padding:4px;
		font-weight:bold;
		text-align:center;
	}
	

.path{
		border:solid 1px #e8e8e8; 
		background:#ffffff;
		color:#000000;
		padding:4px;
	}
	
	
.msg{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		padding:4px;
	}
	
	

.breadcrumb{position:relative; height:30px; width:100%;}
.breadcrumb ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; background:url('breadcrumbImage.png') 0px -30px repeat-x; }
.breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline;}
.breadcrumb ul li a{font:11px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold; text-decoration:none; line-height:30px; display:block; background:url('breadcrumbImage.png') 100% -60px no-repeat; }
.breadcrumb ul li a span{padding:0 0px 10 10px; }
.breadcrumb ul li a:hover span{text-decoration:none; color: #A1D335;}
.breadcrumb ul li a.active{background:none;}
.breadcrumb ul li a.active span{color:rgb(255,255,255);}
.breadcrumb ul li a.active:hover span{text-decoration:none; color: #A1D335;}
.breadcrumb .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; background:url('breadcrumbImage.png') 0% 0px no-repeat;}
.breadcrumb .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1; background:url('breadcrumbImage.png') 100% -90px no-repeat; }

.breadcrumb ul li a{
padding: 0px 15px;
margin: 0;
text-decoration: none;
}

.dropmenudiv{
border-left:1px solid #1968A3; border-right:1px solid #1968A3; border-top:1px solid #1968A3; border-bottom:0px solid #1968A3; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #268CC5;
width: 150px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1968A3; /*THEME CHANGE HERE*/
padding: 2px 0;
font-weight: bold;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #A1D335;
color: #ffffff;
}


.foot{position:relative; height:30px; width:100%;}
.foot ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; background:url('breadcrumbImage.png') 0px -30px repeat-x; }
.foot ul li{padding:0; margin:0; list-style:none; height:30px display:inline;}
.foot .copyright{font:11px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold; line-height:30px; width: 100%; text-align: center;}
.foot .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; background:url('breadcrumbImage.png') 0% 0px no-repeat;}
.foot .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1; background:url('breadcrumbImage.png') 100% -90px no-repeat; }
