/* --GLOBALS-- */
ul,li,p,h1,h2,div { 
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	text-align: justify;
	line-height:1.5;
	color: #333;
	background: url(../images/bg.jpg) repeat-x;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 12px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #f5951c;
	font-weight: bold;
}
h1.title {
	font-size: 20px;
	color: #30480E;
	font-weight: bold;
	background: url(../images/arrow.jpg) no-repeat 0px 5px;
	padding-left: 25px;
	height: 32px;
	line-height:1.3;
}
h1.pagetitle {
	font-size: 20px;
	color: #30480E;
	font-weight: bold;
	background: url(../images/arrow.jpg) no-repeat 0px 5px;
	padding-left: 25px;
	height: 23px;
	line-height:1.3;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #a83a39;
	margin-top: 8px;
}
ul {
	margin-bottom: 12px;
	margin-left: 44px;
}	
ul.left
{
margin-left: 10px;
line-height:1.8;
}

li {
	list-style-type: none;
	padding-left: 30px;
	padding-bottom: 12px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	line-height:1.5;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.txtbox {
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	height: 16px;
	width: 160px;
}
.messagebox {
    border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	height: 60px;
	width: 330px;
}
img.bdr {
border: #CCCCCC solid 4px;
padding: 1px;
}
#footer, #footer_wrapper {
	background: url(../images/footer-bg.jpg) repeat-x;
}
#footer p {
	font-size: 12px;
	color: #fff;
	line-height: 2;
	padding-top: 5px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
.green {
	color: #30480E;
}