/* CSS Document */

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


body {
	width:100%;
	min-height:100%;
	background-image:url("../img/body_bg.jpg");
	background-repeat:repeat;
}

.floatLeft {
	float:left;
}

.container0 {
	border:none;
	width:688px;
	margin:105px auto auto;
}

.header {
	height:39px;
	width:688px;
	text-align:center;
}




.navbar {
	vertical-align:middle;
	text-align:center;
	width:688px;
	
}

.navbar td {
	height:39px;
}

.navbar a {
	padding-top:11px;
	height:28px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#002200;
	text-decoration:none;
	vertical-align:middle;
	display:block;

}

.navbar img {
	margin:0px;
	padding:0px;
}

/* Here goes button styles*/
.leftButton {
	width:117px;
	background: top left no-repeat url("../img/leftbutton.jpg");
}

.leftButton:hover, .leftButtonActive {
	width:117px;
	background: top left no-repeat url("../img/leftbutton_h.jpg");
}

.navButton {
	width:112px;
	background: top left no-repeat url("../img/button.jpg");
}

.navButton:hover, .navButtonActive {
	width:112px;
	background: top left no-repeat url("../img/button_h.jpg");
}

.rightButton {
	width:118px;
	background: top left no-repeat url("../img/rightbutton.jpg");
}

.rightButton:hover, .rightButtonActive {
	width:118px;
	background: top left no-repeat url("../img/rightbutton_h.jpg");
}






.middle {
	background-color:#ffffff;
	height:237px;
	
}

.middleContainer {
	margin-left:3px;
	margin-right:3px;
	border-left:1px solid #bba888;
	border-right:1px solid #bba888;
	height:237px;
}

.middleLeft {
	background:top left no-repeat url("../img/middle_left.jpg");
	width:351px;
	height:237px;
	float:left;
}

#imagePlaceholder {
	width:329px;
	height:237px;
	background:top left no-repeat url("../img/middle_right.jpg");
}

.content {
	background:#ffffff;
}

.contentContainer {
	margin-left:3px;
	margin-right:3px;
	border-left:1px solid #bba888;
	border-right:1px solid #bba888;
	background:top left repeat-y url("../img/content_tile.jpg");
	width:680px;
}

.contentSub {
	background:top left no-repeat url("../img/content_bg.jpg");
	width:680px;
}

.leftContent {
	width:auto;
	padding-left:65px;
	padding-top:15px;
	background: bottom left no-repeat url("../img/corner_left.gif");
}
.rightContent {
	color:#2a2a2b;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	width:auto;
	padding-right:50px;
	padding-bottom:35px;
	background: bottom right no-repeat url("../img/corder_right.gif");
}
.text {
	color:#2a2a2b;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.bottom_line {
	width:688px;
	height:10px;
	background:top left no-repeat url("../img/bottom_bg.gif");
}

.footer {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#fdebc5;
	text-align:center;
	padding-top:20px;
}
.footer a:link, .footer a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FBE1A6;
}
.footer a:hover, .footer a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFCC00;
}

.rightContent {
	text-align:center;
	height:90px;
	width:680px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2a2a2b;
	font-size:13px;
}
.subTable {
	width:500px;
	position: relative;
	left:25px;
}
.rightContent table tr td div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2a2a2b;
	font-size:13px;
}
.rightContent table tr td div strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2a2a2b;
	font-size:13px;
	font-weight: bold;
}
a:link {
	color: #103e0f;
}
a:visited {
	color: #000000;
}
