html {
	background: #AFBEFF url('../images/body_background.png') repeat-x;
	padding: 0;
	padding-bottom: 20px;
}

body {
	font-family: lucida sans unicode, verdana, helvetica, sans-serif; 
	height: 100%;
	width: 100%;
	margin: 0;
	text-align: center;
}

a img {
	border: 0;
}

#bodyContent {
	text-align: left;
	height: 90%;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#title {
	background: url('../images/title_background.png') repeat-x;
	height: 81px;
	width: 100%;
	color: #FFF;
}

#titleContent {
	height: 100%;
	width: 400px;
	background: url('../images/title_content.png') no-repeat 50% 50%;
	float: left;
	display: inline;
}

#titleNav {
	display: inline;
	float: right;
	height: 100%;
	width: 400px;
}

#titleNav ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#titleNav ul li {
	float: right;
	clear:none;
	border-left: 1px solid #EEE;
}

#titleNav ul li a {
	padding-left: 25px;
	padding-right: 25px;
	text-align: middle;
	display: block;
	height: 81px;
	line-height: 81px;
	color: white;
	text-decoration: none;
}

#titleNav ul li a:hover {
	background: url('../images/title_background_hover.png') repeat-x;
}

#leftBevel {
	background:url('../images/left_bevel.png') no-repeat;
	float:left;
	height:81px;
	width:5px;
}

#rightBevel {
	background:url('../images/right_bevel.png') no-repeat;
	float:right;
	height:81px;
	width:5px;
	border-left:1px solid white;
}

#mainContent {
        background-color: #FDFDFD;
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
}

#navigation {
	width: 198px;
	float: right;
}

ul#nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#nav li {
	border: 1px solid #515151;
	list-style: none;
	width: 100%;
	height: 27px;
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
}

#nav li a {
	background: url('../images/nav_background.png') repeat-x;
	font-family: verdana, arial, lucida sans, helvetica, sans-serif; 
	display: block;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color: #5F5F5F;
	width: 100%;
	height: 27px;
	line-height: 27px;
}

#nav li a:hover {
	background: url('../images/nav_background_hover.png') repeat-x;
}

#belowNav {
	width: 100%;
	height: 50%;
	min-height: 350px;
	*height: 350px;
	background-color: #DEDEE9;
	border: 1px solid #515151;
	margin-top: 10px;
	overflow: hidden;
	display:block;
}

#copyright {
	text-align: center;
	width: 100%;
	padding-top: 10px;
        padding-bottom: 5px;
	color: #353535;
        font-size: 8pt;
}

#content {
	padding-left: 20px;
	margin-top: 20px;
	width: 780px;
	float: right;
	color: #353535;
	font-size: 12pt;
}

#content h1 {
	color: #84B3E5;
	font-size: 28pt;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content p {
	margin-top: 0px;
}

.shadow {
	background: url('../images/shadow.png') no-repeat bottom right;
	padding-right: 3px;
	padding-bottom: 3px;
	width: auto;
}

div.entry {
	margin-bottom: 15px;
	background: #EFEFEF;
	border: 1px solid #CCE;
	padding: 5px;
}

div.entry h3 {
	color: #84B3E5;
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.entry .attachment {
	margin-top: 4px;
}

div.entry .foot {
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #84B3E5;;
}

div.entry .foot .date{
	float:right;
	clear:both;
}

dl.faq dt {
	font-weight: bold;
	padding-left: 30px;
	margin-left: 0px;
	background: url('../images/Q.png') no-repeat;
}

dl.faq dd {
	padding-left: 30px;
	margin-left: 0px;
	background: url('../images/A.png') no-repeat;
	margin-bottom: 15px;
}
