@charset "utf-8";

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(navigation/EnglishGradient.gif);
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #818DC6;
}

#bannerLeft {
	float: left;
	width: 560px;
	height: 110px;
	background-image: url(images/maintitle400.gif);
	background-repeat: no-repeat;
	background-position: 55px;
}

#bannerRight {
	height: 110px;
	margin-left: 590px;
	background-image: url(images/TylerDunham100.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navigRight	{
	margin-left: 590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 30px;
}


#mainContent	{
	float: left;
	width: 460px;
	text-align: left;
	padding-left: 60px;
	padding-right: 70px;
}
.largeRustFont {
	font-size: 14px;
	color: #993300;
	font-weight: bold;
}
.rustFontIndent {
	font-size: 13px;
	color: #993300;
	font-weight: bold;
	padding-left: 40px;
}
.rustFontIndentSmall {
	font-size: 11px;
	color: #993300;
	font-weight: bold;
	padding-left: 40px;
}

.lowContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #223A8C;
}

.lowContentCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #223A8C;
	text-align: center;
}
.lowContentIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #223A8C;
	padding-left: 40px;
}

.lowContentRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #223A8C;
	float: right;
	text-align: right;
}


.indentLeft {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
}

.imageCentered {
text-align: center;
}

.fontSmall {
	font-size: 8px;
}

.style1	{
	color: #993300;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	color: #993300;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding-left: 40px;
}





.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.captionSize {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}

.bulletBlue {
	font-family: "Times New Roman", Times, serif;
	color: #223A8C;
	font-size: 12px;
	position: relative;
	left: 30px;
}


.size2 {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal
}

.navigActiveFont {
	color: #223A8C;
	font-weight: bold;
}
.blueFontIndent {
	font-size: 13px;
	color: #223A8C;
	font-weight: bold;
	padding-left: 40px;
}


a:visited {
	color: #993300;
	text-decoration: none;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993300;
}

