body{
	background-color:#9999ff;
}
#wrapper{
	width:775px;
	margin:auto;
}
#top{
	background: url(../images/top.gif) top center no-repeat;
	height:30px;
}
#title{
	background: url(../images/sides.gif) center repeat-y;
	color:#000055;
	font-family: "Trebuchet MS";
	font-weight:bold;
	padding-left:35px;
}
#titletext{
	font-size:30px;
}
#subtitletext{
	font-size:12px;
	font-style:italic;
}
#nav{
	height:40px;
	background: url(../images/nav.gif) top center no-repeat;
	vertical-align:middle;
	padding-left:35px;
}
#nav a{
	text-decoration:none;
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-weight:bold;
	background:  url(../images/arrow.gif) no-repeat left center;
	padding-left:5px;
	margin-right:1em;
}
#nav a:hover{
	color:#000099;
	text-decoration:none;
}
#contentheading{
	background: url(../images/sides.gif) center repeat-y;
	font-family:"Trebuchet MS";
	font-size:50px;
	font-weight:bold;
	font-style:italic;
	color:#cccccc;
	padding-left:20px;
}
#mainwrapper{
}
#main{
	background: url(../images/sides.gif) center repeat-y;
	width:100%;
}
#main td{
	vertical-align:top;
	padding-bottom:10px;
}
#content{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height:1.3;
	padding:0 10px 0 20px;
	border-right:2px solid #cccccc;
}
.sub_heading{
	font-size:24px;
	font-weight:bold;
	color:#000099;
	width:90%;
	border-bottom:2px solid #cccccc;
}
.date{
	padding: 2px;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin-bottom:1em;
	color:#9999ff;
}
#right{
	width:200px;
	padding:0 25px 0 10px;
}
.col_right{
	margin-bottom:0.5em;
	background-color:#ccccff;
	width:100%;
	border:1px solid #9999ff;
}
.col_right a:hover{
	background-color:white;
}
.cr_title{
	background-color:#9999ff;
	font-family:"Trebuchet MS";
	color:white; 
	padding:0px 1em 0px 1em;
}
.cr_cont{
	padding:0.5em;
	font-size:12px;
}
#footer{
	height:50px;
	background: url(../images/bottom.gif) top center no-repeat;
	text-align:center;
	color:#666666;
	vertical-align:top;
	font-family:"Trebuchet MS";
	font-size:12px;
}
#footer a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover
{
	color:#000099;
	text-decoration:none;
}
