/* 
============================================
Basic Element Behavior
============================================
*/
body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-width: 850px;
	border: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background-color: #d2d2d2;
	background-attachment: fixed;
	background-image: url(../images/backgrounds/body_bg.jpg);
	background-repeat: repeat-x;
}

.PageHeading
{
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

.white
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Normal	{background-color;#ffffff;}
.Highlight{background-image: url('/images/Gallery/blue-box.gif');}

.Link1 a:hover
{
	display: block;
	width: 53px;
	height: 47px;
	background: url(../images/menu/nav-program.gif) no-repeat;
}

.rollover a {
		display:block;
		width: 53px;
		height: 47px;
		padding: 0px;
		color:#333;
		background: url(../images/menu/nav-program-over.gif) no-repeat;
		text-decoration: none;
		}
	.rollover a:hover {	
		background-position: 0 -35px;
		color: #049;
		}
	.rollover a:active {
		background-position: 0 -70px;
		color:#fff;
		}


h1, h2, h3, h4, h5, h6 
{
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
}

h1
{
	font-size: 15px;
}

h2
{
	font-size: 11px;
}

h3
{
	font-size: 13px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 11px;
}

h6
{
	font-size: 10px;
}

p
{
	font-size: 10px;
	line-height: 16px;
}

a:link, a:visited, a:link:active, a:link:hover, a:visited:hover
{
	color: #005FA9;
	font-weight: normal;
	text-decoration: none;
}

a:link:active
{
	color: #005FA9;
	text-decoration: underline;
}

a:link:hover, a:visited:hover
{
	text-decoration: underline;
	color: Navy;
}

li
{
	list-style-image:url(/images/static/bullet_2gray.gif);
	line-height: 16px;
}

div 
{
	padding: 0px;
}

h2 a, h6 a
{
	font-weight: bold !important;
	color: #666 !important;
}

a img
{
	text-decoration: none;
	border: 0px;
}

img
{
	border-style: none !important;
}