/* CSS Document */
body
{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
margin:0px;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}
h1 {
font-size:large;
color:#433f3c;
}
.Top {
height:125px;
background-image:url(TBg.jpg);
background-repeat:repeat-x;
background-color:#D9D2C8;
margin:0px auto;
}
.Header {
width:760px;
margin:0px auto;
padding-top:20px;
}
.Navigation {
height:25px;
width:760px;
margin:0px auto;
background-color:#f8f6f1;
text-align:center;
padding-top:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:medium;
}
.Content {
width:760px;
margin:0px auto;
padding-top:15px;
}
.LeftContent {
float:left;
width:455px;
padding-right:5px;
}
.RightContent {
float:right;
width:295px;
padding-left:5px;
}
.bold
{
font-weight:bold;
}
.ContentBox {
background-color:#f2ede3;
padding:4px;
}
.HalfLeft {
float:left;
width:48%;
padding:1%;
}
.HalfRight {
float:right;
width:48%;
padding:1%;
}