* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#ccc;
	font-size:90%;
	}

h1 {
	font-size:1.1em;
	color:#000033;
	margin:0;
	}
	
h3 {
	font-size:1em;
	color:#333333;
	margin:0;
	}

p {
	font-size: .9em;
	margin: .5em auto auto auto;	
	}
blockquote{
	font-size: .8em;
	margin:0 10px 15px 23px;
	}
		
.caption{
	font-size:.8em;
	font-weight:normal; 
	text-align:left;
	margin:0;
	}
ul {
	margin:auto 50px auto 60px;
	font-size:.9em;	
	}
ol {
	margin:auto auto auto 60px;
	font-size:.9em;
	}
.txtpad{
	margin:10px;
	}

/******************** BEGIN LAYOUT CONTENT  *******************/
#pageWrap {
	background-color:#FFFFFF;
	background-image:url(images/HdrBkg.jpg); background-repeat:repeat-x;
	min-width: 700px;
	max-width: 900px;
	margin: 10px auto 10px auto;
	padding:10px auto auto auto;
	border:solid 2px #FFFFFF;
	}
	* html #pageWrap {
		overflow: visible;
		}

#header {
	width: 100%;
	background-image:url(images/HdrBkg.jpg);background-repeat:repeat-x;
	}
	#header p{
		font-size:.8em;
		text-align:left;
		}	
		
.fulldim {
	clear: both;
	width: 100%;
	text-align: center;
	background-color:#FFFFFF;
	margin:0;
}

/* HEADER SYLES*/
.content {
	float: right;
	width: 70.5%;
	border-bottom: solid 1px #fff;
	margin: 0 0 -1px 0;
	}
.subContent {
	float: left;
	width: 29%;
	display: table;
	table-layout:fixed;
	overflow:hidden;
	}
.mainContent {
	float: left;
	width: 60%;
	margin:0;
	font-size:.9em;
	overflow:hidden;
	
	}
.altContent {
	float: left;
	width: 39%;
	text-align:left;
	margin: 0;
	overflow:hidden;
	}

.box {
	width:230px;
	height:210px; 
	margin: auto;
	text-align:center;
	padding: 10px 0 0px 0;
	background-image:url(images/boxbkg.jpg); background-repeat:no-repeat;
	overflow:hidden;
}

#logo {
	width:220px;  
	text-align:right; 
	margin:0 auto 0 auto;
	}

/* CONTENT STYLES */
#columnSingle {
	width:88%;
	text-align:left;
	margin:0 auto 0 auto;
	text-align:left;
	}
	.columnLeft {
		position:relative;
		float:left;
		width:49%;
		overflow:hidden;
		text-align:left;
		}	
	.columnRight{
		position:relative;
		float:right;
		width:49%;
		overflow:hidden;
		text-align:left;
		}
	.columnLeft ul, columnRight ul{
		margin:0;
		}	
	

/* FOOTER SYTLES */
#footer {
	clear: both;
	width: 100%;
	background-image:url(images/FtrBkg.png); background-repeat:repeat-x;
	vertical-align:bottom;
	font-size:.8em;
	text-align:center;
	padding: 0 0 10px 0;
	}
	#footer img{
		margin:0 20px 0 20px;
		border:none;
		vertical-align:middle;
		}

/*************************** BEGIN BUTTON SPRITES **************************/
.btn {
	width:220px;
	margin: auto;
	text-align:center;
	padding: 25px 0 5px 0;
	}
	.btn a {
		width:215px;
		height: 60px;
		display: block;
		}
	.btn #apply {
		width: 215px;
		margin:0px auto -4px auto;
		background: url(images/buttons.jpg) 0 0 no-repeat;
		}
	.btn #login {
		width: 215px;
		margin:0px auto -4px auto;
		background: url(images/buttons.jpg) 0 -60px no-repeat;
		}
	.btn #apply a:hover {
		background: url(images/buttons.jpg) -215px 0px no-repeat;
		}
	.btn #login a:hover {
		background: url(images/buttons.jpg) -215px -60px no-repeat;
		}
/*************************** BEGIN BUTTON SPRITES **************************/


/******************** BEGIN VERTICAL SLIDING-EXPANDING LIST *******************/
/* this section works in conjunction with a small javascript (vertslideHover.js)  
It will degrade gracefully so that browsers without java enabled, or without a style sheet will see a list view */
	
#menu {
	width:230px;
	height:210px;
	margin:auto;
	list-style-type: none;
	background-image:url(images/boxbkg.jpg);
	background-repeat:no-repeat;
	font-size:.9em;
	line-height:1.3em;
	padding-top:15px;
	}
	#menu dt {
		cursor: pointer;
		margin: 0 auto 3px auto;
		text-align: left;
		font-weight: bold;
		border: 1px solid #CCCCCC;
		background-image: url(images/bar1.png);
		width:85%;
		}
	#menu dd {
		margin:-3px auto 3px auto;
		border: 1px solid #CCCCCC;
		background-color:#FFFFFF;
		width:85%;
		}
	#menu ul{
		margin:0;
		padding:0;
		width:100%;
		}	
	#menu li {
		list-style-type:none;
		text-align: center;
		background: #fffff;
		margin: auto;
		}
	#menu li a, #menu dt a {
		color: #000;
		text-decoration: none;
		display: block;
		border: 0 none;
		height: 100%;
		}
	#menu li a:hover, #menu dt a:hover {
		background:#B4D4E5;
		}


#slidelist {
	width:100%;
	float: left;
	margin: 0 auto 10px auto;	
	font-size:.9em;
	}
	#slidelist dt {
		cursor: pointer;
		margin: 0 auto 5px auto;
		text-align: left;
		font-weight: bold;
		background-image: url(images/bar1.png);
		width:93%;
		border:solid 1px #999999;
		padding: 0 10px 0 10px;
		}
	#slidelist dd {
		margin:-5px auto 10px auto;
		background-color:#FFFFFF;
		width:93%;
		border:solid 1px #999999;
		padding: 10px 10px 0 10px;
		}
	
	#slidelist ul {
		font-size:.9em;
		margin: 0 30px 0px 20px;
		}	
	#slidelist ul li {
		list-style-type:square;
		}
		
/******************** END VERTICAL SLIDING-EXPANDING LIST *******************/

/* --> */