html
{
	
}

body {
margin:0;
padding:0;
height:100%;
color:#000000;  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1
{
	font-size:18px;
	font-weight:bold;
}

h2
{
	font-size:16px;
	font-weight:bold;
}

h3
{
	
}

p
{
	font-size:12px;
}


a {
text-decoration:none;
color:#01004E;
}

a:hover {
color:#0000FF;
}

#masterOuterContainer
{
	margin:0 auto;
	padding:0;
	width:750px;
	background-color:#EEEEEE;
}

#masterHeader
{
	height:100px;
	border-bottom:1px Solid #555555;
	background-image:url(images/header.jpg);
}

#masterFlash
{
	height:140px;
}

#masterNavigation
{
	width:128px;
	float:left;
	height:100%;
	background-color:#EEEEEE;
}

#masterContent
{
width:646px;
	float:right;
	padding:10px;
	background-color:#FFFFFF;
}

#masterFooter
{
	clear:both;
	height:30px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:right;
	font-size:8px;
	padding-right:10px;
}

/****************************LEFT HAND NAVIGATION***************************/

#masterNavigation ul
{
	border-bottom:1px Solid #CCCCCC;
	padding:0px;
	margin:0px;	
}

#masterNavigation li
{
	background-color:#EEEEEE;
	border-top:1px Solid #CCCCCC;
	list-style:none;

}

#masterNavigation li a
{
	display:block;
	height:100%;
	padding:5px;
	text-decoration:none;
}

#masterNavigation li a:hover
{
	background-color:#AAAAAA;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.masterNavigationDeleteButton
{
	margin-left:10px;
}

#masterNavigation h1
{
	padding:5px;
	background-color:#555555;
	color:#FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
}

#masterNavigation .userListItem
{
	padding:5px;
		
}

.divLinkAdminButtons
{
	text-align:center;
	padding:5px;	
}

/*********************************HORIZONTAL NAVIGATION **********************/
.headerLinks
{
	list-style-type:none;
	float:right;
	padding-top:50px;
}

.headerLinks li
{
	display:inline;
	margin-left:5px;
}

.headerLinks li a
{
	height:100%;
	padding:3px;
	background-color:#EEEEEE;
	border:1px Solid #CCCCCC;
	text-decoration:none;
}

.headerLinks li a:hover
{
	background-color:#AAAAAA;
	color:#FFFFFF;
	text-decoration:none;
}
/*****************************Forms**************************/

.form
{
	
}

.formField
{
	padding:5px;
	background-color:#F8F8F8;
	margin-bottom:5px;
	vertical-align:top;
	clear:both;
	
}

.formButton
{
	background-image:url("images/button_test.gif");
	background-repeat:repeat-x;
	border:1px Solid Black;
	cursor:pointer;
	font-family:inherit;
	font-size:16px;
}

.formTextInput
{
	width:370px;
	padding:5px;
	font-size:16px;
	font-family:inherit;
}

.form label
{
	width:150px;
	float:left;
	clear:both;
}

.formButtonField
{
	padding:10px;
	text-align:right;
}

.notice /*******************The notification message that appears when you do something in admin mode***/
{
	padding:10px;
	text-align:center;
	margin-bottom:10px;
	border:1px Solid #CCCCCC;
	background-color:#FFFF99;
}

.errorMessage
{
	padding:10px;
	border:2px Solid #FF0000;
	background-color:#FFCCCC;
	margin-bottom:5px;
	color:#FF0000;
}

/****************************************************************/

/***************************Misc Classes************************/
.clearFloat
{
	clear:both;
}

/***************************************************************/