body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}

/* Link Properties */

a:link	{
	color: white;
	font-weight: normal;
	border-bottom: 1px dashed;
        text-decoration: none;
	}

a:visited {
	color: white;
	font-weight: normal;
	border-bottom: 1px dashed;
        text-decoration: none;
	}

a:hover	{
	color: black;
	font-weight: normal;
	border-bottom: 1px solid;
        text-decoration: none;
	}

/* Outermost box that contains everything */
#outline
{
	width: 100%; 
	margin: 0 auto; 
	border: 0; 
	padding: 0;
}

/* Holds logo for site */
#title	
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	height: 98px;
	background-image:url('/files/pictures/logo.jpg'); 
	background-repeat:no-repeat; 
	background-position: 0px;
}

#title table
{
	width: 100%;
}

/* Navigation Bar for Links */

ul#nav	
{
	background-color: #6397DD;
	width: 100%;
	color: white;
    	list-style: none; 
	font-family: tahoma,georgia,verdana,arial, sans-serif; 
	font-size: .8em;
	margin: 0;
	padding: 5px; 
}

ul#nav a:link
{
	border-bottom: 1px dashed;
    text-decoration: none;
}

.menu a:link
{
	color: #000;
	border-bottom: 1px dashed #000;
}

.item-list a:link
{
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}

ul#nav a:visited
{
	border-bottom:1px dashed;
    text-decoration: none;
}

.menu a:visited
{
color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}

.item-list a:visited
{
	color: #000;
	border-bottom: 1px dashed #000;
}

ul#nav a:hover
{
	border-bottom:1px solid;
        text-decoration: none;
}

.menu a:hover
{
	color: #6397DD;
	border-bottom: 1px solid #6397DD;
	text-decoration: none;
}

.item-list a:hover
{
	color: #6397DD;
	border-bottom: 1px solid #6397DD;
	text-decoration: none;
}

ul#nav li
{
	display:inline; 
	padding-left: 15px; 
	padding-right: 15px;
}

#seperator
{
	color: #fff;
}

/* Main Content */

#content_home
{
	border: none;
	font-family: verdana, arial, sans-serif; 
	text-align: left;
	font-size: small; 
	float: left; 
	margin: 0px;
	padding: 0px;
	width: 99.9%;
	background-color: #D2DCEE;
}

#content_home table
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#login
{
	background-color: #F4F4F4;
	vertical-align: middle;
	width: 230px;
	font-size: 10pt;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

#login h2
{
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

.user-login-block
{
	text-align: center;
	display: block;
}

.block-header
{
	padding-top: 5px;
}

/* Nav menu for user */
.menu ul
{
	font-size: 10pt;
	line-height: 14pt;
}

.item-list ul
{
	font-size: 10pt;
	line-height: 14pt;
}


/* Padding - Top Right Bottom Left */
#content_home p
{
	padding: 20px 25px 0px 25px;
	text-align: justify;
	display: block;
	font-size: 10pt;
	width: 400px;
}

#content_home ul
{
	margin-bottom: 5px;
	list-style-type: disc; 
	font-size: 10pt;
}

/* Event Announcement box

#event
{
	height: 100%;
	text-align: center;
	padding: 50% 10px 0px 10px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-color: black;
	background-color: #F4F4F4;
}

#event h2
{
	font-size: 14pt;
	font-weight: bold;
	font-color: black;
	text-align: center;
}

*/

/* Footer style */

#footer
{
	font-family: verdana;
	font-size: 9;
	font-variant: small-caps;
	text-align: center;
	clear: both;
	padding: 2px 0px 2px 0px;
	border-top:1px solid #ccc; 
	background-image:url(''); 
	background-repeat: repeat; 
	background-position: 0; 
}

#filler_cell {
	background-color: #D2DCEE;
}