/* CSS Document */

body{
	background-color:#DDDDDD;
	margin:0;
	padding:15px 0 15px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:justify;
	background-image:url(../images/background.jpg);
}

.TentPole{
	width:100%;
	clear:both;
}

h1{
	font-size:100%;
	font-weight:bold;
}

h2{
	font-size:95%;
	font-weight:bold;
}

a, a:visited{
	text-decoration:none;
	color:#0000FF;
	padding:inherit;
	margin:inherit;
}

a:hover{
	text-decoration:underline;
}

#Wrapper{
	margin:0px auto;
	width:760px;
	background-color:#FFFFFF;
	border:1px solid #999999;
}

#HeaderWrapper{
	clear:both;
	height:142px;
}

#Header{
	height:142px;
	background-image:url(../images/PageImgs/top.jpg);
	background-repeat:no-repeat;
}

#BodyWrapper{
	background-image:url(../images/PageImgs/tl.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:100;
}

#BodySubWrapper{
	background-image:url(../images/PageImgs/br.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#Guts{
	clear:both;
	padding:5px 35px 25px 35px;
}

#Guts h1{
	font-size:110%;
	font-weight:bold;
	margin:10px 0 5px 0;
}

#Copyright{
	clear:both;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	padding:15px 0 20px 0;
	color:#999999;
}

#PageTitle{
	font-size:130%;
	margin:0 0 5px 25px;
	font-weight:bold;
	padding:65px 0 25px 0;
}

.HR-Short{
	clear:both;
	margin:10px auto;
	width:500px;
	height:1px;
	background-image:url(../images/hr.jpg)
}

.ImgLeft{
	float:left;
	margin:0 7px 7px 0;
	border:1px solid #000000;
}

.ImgRight{
	float:right;
	margin:0 0 7px 7px;
	border:1px solid #000000;
}

.Title{
	font-size:120%;
	font-weight:bold;
	margin:0 0 5px 0;
}

.SubTitle{
	font-size:90%;
	font-weight:bold;
	margin:0 0 5px 0;
}

.SpecialBox{
	float:right;
	width:300px;
	margin:0;
	padding:0;
}

.SpecialBoxTopWrapper{
	height:15px;
	clear:both;
	background-image:url(../images/SpecialBox/top.gif);
}

.SpecialBoxTL{
	height:15px;
	clear:both;
	background-image:url(../images/SpecialBox/tl.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.SpecialBoxTR{
	height:15px;
	clear:both;
	background-image:url(../images/SpecialBox/tr.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.SpecialBoxBottomWrapper{
	height:21px;
	background-image:url(../images/SpecialBox/bottom.gif);
}
.SpecialBoxBL{
	height:21px;
	width:100%;
	background-image:url(../images/SpecialBox/bl.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.SpecialBoxBR{
	height:21px;
	width:100%;
	background-image:url(../images/SpecialBox/br.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.SpecialBoxGutsWrapper{
	background-color:#DBE0EC;
}

.SpecialBoxGutsLeft{
	width:100%;
	background-image:url(../images/SpecialBox/l.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.SpecialBoxGutsRight{
	width:100%;
	background-image:url(../images/SpecialBox/r.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.SpecialBoxGuts{
	margin:15px;
}

.ULWithDetails{
	list-style-type: none;
	margin:0 0 0 10px;
}

.ULWithDetails li{
	margin:0 0 7px 0;
}

.ULWithDetails ul li{
	list-style-type: none;
	margin:0 0 0 -40px;
}

.ULWithDetails ul li a{
	margin:0 0 0 0px;
}

ol li{
	margin:0 0 7px 0;
	text-align:left;
}

.DateByline{
	font-size:85%;
	margin:-20px 0 0 10px;
}