@charset "utf-8";

/*==========Main==========*/

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-position: center center;

}
:focus {
	outline: 0;
}

#header {
	clear: both;
	float: left;
	height: 107px;
}

#sidebar {
}

#container {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-repeat: repeat-y;
	background-image: url(img/bg.png);
}

/*==========Navigation==========*/

#nav {
	width: 200px;
	float: left;
}


#textBody {
	height: auto;
	width: 575px;
	float: right;
}
#pictureBar {
	float: right;
	height: 700px;
	padding-top: 20px;
	clear: left;
	width: 225px;
}
.pictureBarImg {
	height: 133px;
	width: 175px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.clear {
	clear: both;
}
#mainBody {
	height: auto;
}


/*==========Link States==========*/

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #980101;
}

a:active {
	text-decoration: none;
}

#homeImage {
	border: 4px solid #990101;
	position: relative;
	display: inline;
	top: -20px;
	clear: none;
	float: right;
	right: 5px;
}

#textBoxTop {
}

#textBoxMiddle {
	background-image: url(img/textBoxMiddle.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 150%;
}

#textBoxBottom {
}


#nav a:link, #nav a:visited {
}

#nav a:hover {
}

/*==========H Tags==========*/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990101;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 15px;
}

h2 {
}

h3 {
}

/*==========Footer==========*/

#footer {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	float: left;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 45px;
}
#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#footer a:link, #footer a:visited {
}

#footer a:hover {

#homeImage {
	border: 2px solid #980101;
}

#textBoxMiddle table {
	font-size: 12px;
}

#tableFont {
	font-size: 12px;
	clear: both;
}
