@charset "utf-8";
body {
	background-color: #5c5c5c;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(assets/images/pieces/body-bg-01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
td {
	padding: 15px;
}
hr {
	color: #C10D18;
}


#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 25px;
	background-position: center;
	margin-left: 25px;
	margin-bottom: 25px;
	font-size: 12px;
}

#header {
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(assets/images/900x200-Header-001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 200px;
}
#navbar {
	text-align: left;
	vertical-align: top;
	width: 870px;
	height: 1em;
	background-color: #C10D18;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#mainBodyarea {
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(assets/images/body-bg-01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	vertical-align: top;
}
#sidenav01 {
	background-color: #0F1A52;
	width: 220px;
	margin-bottom: 15px;
	clear: none;
	float: none;
}
#textbox1 {
	width: 570px;
	clear: none;
	float: none;
	border: thin solid #C10D18;
	margin-bottom: 30px;
	padding: 15px;
	text-align: left;
}
#textbox1 a:link{
	text-decoration: none;
	color: #666666;
}
#textbox1 a:hover{
	text-decoration: none;
	color: #0099FF;
}
#textbox1 a:visited{
	text-decoration: none;
	color: #666666;
}
#textbox1 a:active{
	text-decoration: none;
	color: #666666;
}
#leftpicBox01 {
	width: 220px;
	clear: none;
	float: none;
	border: thin none #0F1A52;
	margin-bottom: 15px;
}

.sideBTN {
	background-color: #C10D18;
	text-align: left;
	vertical-align: middle;
	width: 200px;
	background-image: url(assets/images/pieces/button-bg-01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 5px;
}


#footerArea {
	width: 890px;
	background-color: #C10D18;
	font-size: x-small;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.rightborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
