body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 240%;
	padding-top: 10px 0 0 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color:#3c7eb7;
	font-weight:normal;
}

h2 {
	font-size: 120%;
	padding-top: 10px 0 0 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #333333;
}

.small {
	font-size: 70%;
}

body#homebg {
	background-image: url(img/homepage.bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
body#innerbg {
	background-image: url(img/inner.bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

table#body-content {
	text-align: left;
	margin-top: 0px;
	width: 80%;
	margin-left: 9%;
	margin-right: 9%;
	min-width: 600px;
	margin-bottom: 2em;
}

td#column-left {
	width: 25%;
	padding-right: 2em;
	padding-top: 50px;
}

td#column-left .leftFeature {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
}

td#column-right {
	width: 75%;
}

div#right-content {
	margin-left: 0%;
	clear: both;
}
#innerbg div#right-content {
	margin-top: 130px;
	margin-right: 150px;
}


div#left-nav {
	font-size: 80%;
	padding: 20px 0 0 15px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#homebg div#left-nav a {
	color: #FFFFFF;
}
#innerbg div#left-nav a {
	color: #02195c;
}
#innerbg div#left-nav a:visited {
	color: #990099;
}

div#left-nav div.current {
	font-weight: bold;
	margin-bottom: 0.5em;
}
div#left-nav div.link {
	font-weight: normal;
	margin-bottom: 0.5em;
}
div#left-nav div.sub-menu {
	margin-left: 1.4em;
	margin-top: 0.5em;
}


div#globalnav {
	position: relative;
	left: 56%;
	top: 25px;
	padding: 0px 110px 10px 0;
	width: 100px;
	float:left;
}
div#globalnav img {
	margin-right: 25px;
}

div#homelogo {
	padding-bottom: 10px;
	padding-top: 40px;
	width: 100px;
	float: left;
}

div#homepagevisual
{
	background-image: url(img/homepage.visual_02195c.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 345px;
	margin-bottom: 50px;
}


div#motto {
	width: 40%;
	float: left;
	position: relative;
	top: -280px;
	margin: 0 0 -280px 20px;
}
div#motto h4 {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
	color: #FFFFFF;
}
div#motto a {
	color: #FFFFFF;
}


td#left-info {
	width: 60%;
	padding-right: 2em;
	padding-bottom: 3em;
}
td#right-info {
	width: 40%;
}

#right-info p {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

div#contactinfo {
	font-size: 70%;
}

div#meshty {
	font-size: 70%;
	margin-bottom: 3em;
}

ul li, ol li
{
	margin-bottom: 1em;
}

hr {
	border: 0;
	color: #e7e7e7;
	background-color: #9E9E9E;
	height: 1px;
	margin: 2em 0 2em 0;	
}

.featureBox {
background-color: #e7e7e7;
padding: 0.1em 1em 1em 1em;
margin: 0 0 2em 0;
}

.featureBox img {
padding: 0 0.7em 0 0;
border: 0;
}

.featureBox p {
font-size: 75%;
	line-height: 150%;
}

a.featureLink {
	color:#666666;
	text-decoration: none;
}
.feature ul li,
.feature ol li {
	margin-bottom: 0.1em;
	font-size: 90%;
}

 a.featureLink:hover {
	color: #000000;
}

button, .mainButton {
  color: #333333;
  font-size: 110%;
}

.rightAligned {
	text-align: right;
}