body.home
{
	background-color: #FFF;
	background-image: url(images/home/homepage.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

body.standard
{
	background-color: white;
	background-image: url(images/sidebar/sidebarbackground.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

/*****Properties for the nav bar*****/
#navbar
{
	display: block;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	position: absolute;
	width: 120px;
	top: 60px;
	bottom: 0;
}

#navbar h2
{
	color: black;
	font-size: 16px;
	font-variant: normal;
	font-weight: bold;
	font-family: Helvetica;
	font-style: normal;
	padding: 6px;
}

#navbar ul
{
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: black;
	font-size: 16px;
	font-variant: normal;
	font-weight: bold;
	font-family: Helvetica;
	font-style: normal;
}

#navbar li
{
	padding-top: 6px;
	padding-bottom: 6px;
}

#navbar a:link
{
	text-decoration: none;
	color: black;
}

#navbar a:visited
{
	text-decoration: none;
	color: black;
}

#navbar a:hover, a:active, a:focus
{
	text-decoration: none;
	color: white;
}

/*****Properties for the heading*****/
#heading
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	top: 0px;
	height: 120px;
	left: 170px;
	width: 600px;
}

#heading h2
{
	color: black;
	font-size: 20px;
	font-variant: normal;
	font-weight: bold;
	font-family: Helvetica;
	font-style: normal;
	padding: 0px;
}

/*****Properties for the content area*****/
#contentarea
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	top: 60px;
	left: 170px;
	width: 600px;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

#contentarea .displayfont
{
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	padding-top: 0px;
}

/*****Properties for the content area for the home page*****/
#homecontentarea
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	top: 120px;
	left: 120px;
	width: 600px;
}

#homecontentarea .displayfont
{
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	padding-top: 10px;
}

.imagecaption
{
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	padding-top: 0px;
}


/***** General Properties for the use anywhere *****/
td.image
{
	background-image: url("images/sidebar/index_02.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 40px;
}

.description
{
	font-family: New York;
	font-style: italic;
	color: #000000;
	font-size: 12px;
}

h1.title
{
	font-family: New York;
	font-style: oblique;
	color: #000;
	font-size: 24px;
}
