body {
	font-style: normal;
	font-weight: normal;
	font-family: arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	color:white;
	padding-top:15px;
	background: #7890a4;/* url(images/bg.gif) top center repeat-y;*/
/*	background: maroon url(images/bg.gif) top center repeat-y;*/
}

hr {
	color:#dddddd;
	margin:25px;
}

a {
	color:#313177;
	text-decoration: none;
}

h3 {
	color:maroon;
}
/*************************Header****************************/

#header {
	padding-bottom: 20px;
	border-bottom-width: 3px;
	z-index: 0;
	font-weight: bold;
	clear:both;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
/*	border-bottom-color: maroon;*/
	border-bottom-color: #98AFC7;
/*	border-bottom: solid #CCCCCC;*/
	font-size: 3.5em;
	padding-top:45px;
/*	background-color:blue;*/
/*	background:url(images/bg_ducks.gif); */
	background-repeat:no-repeat;
}

#header a {
	z-index: -1;
	text-decoration:none;
	color: #FFFFFF;
}

#header h2 {
        clear:both;
        width:850px;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
        font-size: 14px;
        color: maroon;

}
/***********************************************************/



/***********Container for left bar, center, and right bar************/
#container {
	width:850px;
	margin:auto;
}


/**********************Left bar***********************/
#left {
	padding-left: 3px;
	font-weight: bold;
	text-align: center;
	float:left;
	width:175px;
	padding-right:10px;
}

#left h3 {
	font-size:14px;
	margin-bottom:-7px;
	padding-left:3px;
}
/*****************************************************/



/***********************Center************************/
#center {
	margin-left: 6px;
	float:left;
	width:400px;
	padding-top:5px;
	margin-top:10px;
	color:white;
}

.feature {
	border-bottom:2px dotted #dddddd;
	margin-bottom:20px;
}
/******************************************************/



/**********************Right bar***********************/
#right {
	color: maroon;
	font-weight: bold;
	text-align: center;
	float:left;
	width:200px;
	padding-left:20px;
	padding-top:15px;
}

/******************************************************/
/********************************************************************/


/***********************Footer*************************/
#footer {
	clear:both;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 14px;
	color: maroon;
}
#name {
	color: maroon;
	font-weight: bold;
	font-size: 2em;
}
#left a {
	color: maroon;
}
#center a {
	font-weight: bold;
	color: maroon;
}
#contact {
	font-size: 1.3em;
}
h2 {
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: maroon;
	font-size: 2em;
}
h4 {
	font-size: large;
	text-align: center;
}
#items {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
/******************************************************/

