#TopBanner {
	width: 740px;
	background-color: #990000;
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	height: 456px;
	position: absolute;
	left: 142px;
	top: 20px;
	z-index: 100;
}
#TopText {
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	position: relative;
	width: 95%;
	left: 8px;
	top: 4px;
}
#MainTitle {
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	text-indent: 10px;
	padding: 4px;
	height: 50px;
}
#MainTitle .SubHeading {
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

#bodyText {
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-top: 6px;
}
#bodyText .BodyTitle {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999FF;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
}
#bodyText .BodyParagraph {
	font-size: 12px;
	color: #666666;
	padding-top: 8px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 16px;
}
#bodyText .BodyParagraph p {
	margin: 0px;
	padding: 4px 0px 0px;
}
#bodyText #Moretext {
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#SideBar {
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 12px;
	width: 150px;
	background-color: #bbbbff;
	padding: 4px;
	margin: 4px;
	border: 1px solid #CCCCCC;
}
#SideBar .Title {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999FF;
	text-align: center;
}
#SideBar .SubParagraph {
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
}
#SideBar .SubParagraph p {
	margin-top: 2px;
	margin-bottom: 2px;
}
#SideBar .button{
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/BubbleButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 24px;
	width: auto;
	padding-top: 6px;
	color: #0000FF;
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 9px;
}
#SideBar .button a {
	color: #333333;
}

#SideBar .button a:hover {
	color: #0000FF;
}
#SideBar  .LineBreak12 {
	height: 12px;
}






.menuItems {
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	background-color: #663300;
	width: 60px;
	text-align: center;
}
.MenuBack {
	background-image: url(../images/050307.jpg);
	height: 29px;
	padding-top: 1px;
}
#ImageContainer {
	position: relative;
}
#MainLogo img {
	padding: 2px;
	position: absolute;
	left: 3px;
	top: 1px;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


.TableBackground {
	background-color: #9999FF;
}
.rabit {
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 9px;
}
#bodyText .button {

	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/BubbleButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 24px;
	width: auto;
	padding-top: 6px;
	color: #0000FF;
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 9px;
}
#Moretext .MoreTextPara p{
	font-size: 12px;
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

.MoreTextTitle {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999FF;
	padding-top: 6px;
	margin-bottom: 12px;
	padding-bottom: 3px;
}


#bodyText .button a {

	color: #333333;
}
.LineBreak {
	padding-top: 12px;
}
.FrontPic {
	float: right;
	margin-top: 6px;
}
#intro Form p{
	width: auto;
	clear: left;
	margin: 0;
	padding: 2px 0 2px 0px;
	height: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#intro label{
	font-weight: normal;
	float: left;
	margin-left: 0px; /*width of left column*/
	width: 100px;
	color: #666666;
	padding-left: 5px;
}

#intro input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 300px;
}

#intro textarea{
	width: 250px;
	height: 150px;
}

#intro input[type="checkbox"] {
	width: 20px;
}
#intro select {
	margin-left: 20px;
}
#question Form p{
	width: auto;
	clear: left;
	margin: 0;
	padding: 6px 0 6px 0px;
	height: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#question label{
	font-weight: normal;
	float: left;
	margin-left: 0px; /*width of left column*/
	width: 350px;
	color: #666666;
	padding-left: 5px;
}

#question input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 200px;
}

#question textarea{
	width: 250px;
	height: 150px;
}

#question input[type="checkbox"] {
	width: 20px;
}
#question select {
	margin-left: 20px;
}
#SupportedBy {
	background-color: #FFFFCC;
	margin-top: 12px;
	border: 1px dashed #CCCCCC;
	font-family: "trebuchet ms", Arial, verdana, sans-serif;
	font-size: 10px;
	padding: 3px;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#SupportedBy img {
	margin-top: 6px;
	border: 1px solid #999999;
}

