/** BASIC */
body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Lucida, Arial, Verdana;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 14px;
}

.text1 {
	text-align: center;
	text-transform: lowercase;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #333333;
}

.text1 span {
	color: #333333;
}

.text2 {
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
    color: #FFFFFF;
}

.text3 {
	text-transform: lowercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #333333;
}

/** LINKS */

a
{
	color: #009900;
    text-align: left;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2
{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #009933;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	text-transform: lowercase;
	font-size: 13px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */
/* Added Jason. */
.bgMainContainer { background-color: #ffffff; border: solid 1px #cccccc; }
.bgInnerContainer { background-color: #ffffff; border: 10px solid #FFFFFF; }
.bgSubContainer { background-color: #ffffff; }
.contentContainer { border: solid 1px #cccccc;}


.bg1 { background: url(images/bg2.gif); background-repeat:repeat-x; background-color: #ffffff;}
.bg2 { background: url(images/homepage02d.gif) repeat left top; border: 10px solid #FFFFFF; }
.bg3 { background: url(images/green.jpg) repeat left top;width: 100%;}
.bg4 { background-color: #FFFFFF; }
.bg5 { background: url(images/homepage04.gif) repeat-x left bottom; }
.bg6 { background: url(images/homepage02c.gif) repeat left top; }
.bg7 { background: url(images/homepage09.gif) repeat-y left top; }
.bgMenu { background: url(images/menu.jpg) repeat left top;width: 100%;height:20px;border:solid 1px #cccccc;}
.bgHeaderBlue { background: url(images/menu.jpg) repeat left top;width: 100%;height:20px;}
.bgHeaderGreen { background: url(images/menu.jpg) repeat left top;width: 100%;height:20px;}
.bgMission { background: url(images/mission.jpg) repeat left top;width: 100%;height:300px;}
/* End Jason */

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

.img {
	border: solid 1px #cccccc;
}

.img1 {
		border: solid 1px #cccccc;
}

.img2 {
		border: solid 1px #cccccc;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


