body {
	margin: 0px;
	padding: 0px;
	background:  #b6cce6 url("content_bg.jpg") repeat-y top center;
	font-family: arial, helvetica, sans-serif;
}

/* Global Link Style - Arlo Carreon 7/25/08 */
a, a:visited
{
text-decoration:none;
color:#000066;
}

a:hover
{
	color:#0066FF;
}
/* Global Link Style - Arlo Carreon 7/25/08 */


h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
}

ul {
	list-style-position: outside;
	list-style-image: url("round_cyan.png");
	list-style-type: circle;
	
}

#welcome {
	width:500px;
	float:right;
	padding:10px;
}
#header {
	height: 150px;
	background: url("top_gradient.jpg") repeat-x top;
	margin-left: auto;
	margin-right: auto;
}

#titlebar {
	width: 950px;
	height: 150px;
	background-image: url("titlebar.jpg");
	margin-left: auto;
	margin-right: auto;
}

#nav {
	width: 950px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}

#name {
	width: 389px;
	height: 25px;
	float: left;
	background: url("nav_name.jpg") left top no-repeat;
}

#home {
	display: block;
	width: 116px;
	height: 25px;
	float: left;
	background: url("nav_home.jpg") left top no-repeat;
}

#home:hover {
	background: url("nav_home.jpg") left -25px no-repeat;
}

#articles {
	display: block;
	width: 157px;
	height: 25px;
	float: left;
	background: url("nav_articles.jpg") left top no-repeat;
}

#articles:hover {
	background: url("nav_articles.jpg") left -25px no-repeat;
}

#about {
	display: block;
	width: 116px;
	height: 25px;
	float: left;
	background: url("nav_about.jpg") left top no-repeat;
}

#about:hover {
	background: url("nav_about.jpg") left -25px no-repeat;
}

#contact {
	display: block;
	width: 172px;
	height: 25px;
	float: left;
	background: url("nav_contact.jpg") left top no-repeat;
}

#contact:hover {
	background: url("nav_contact.jpg") left -25px no-repeat;
}

#content {
	width: 850px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#displaydoclist {
	background-color: #cccccc;
	margin:10px;
	padding:10px;
	height:auto;
	position:relative;
	font-size:12px;
}

#categories {
	width:200px;
	float:left;
	padding:10px;
}

#dashboard_controls {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	position: relative;
}
.home_intro:first-letter {
font-family : "Times New Roman", times, serif;
font-size : 24px;
color : #000000;
}
