body
{
	height: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	/*background-image: url(images/bodybg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right top;*/

}

#header
{
	height: 155px;
/*	background-image: url(images/purple_bg_textured_small.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
} 

#nav
{
	width: 223px;
	background: url("images/nav-top-right.png") no-repeat top right;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia;
	font-size: 14px;
	color: #663399;
	font-weight: bold;
	font-style: italic;
	float: left;
	margin: 0px;
	display: block;
	height: 400px;
}

* html #nav
{
	/*
	width: 221px;
	margin-right: -1px;
	padding-right: .2px;
	*/
}

#nav a
{
	font-family: Georgia;
	font-size: 14px;
	color: #663399;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	
}

#nav a:hover
{
	font-family: Georgia;
	font-size: 14px;
	color: #FFA8EF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}


#nav ul
{
	list-style-type: none;
	margin: 0px;
	padding-left: 17px;
	margin-right: 60px;
}

#nav li
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #663399;
	margin: 0px;
	padding-left: 0px;
}

#body
{
	width: 510px;
	float: left;
	padding-left: 20px;
	background: url("images/body-top-left.png") no-repeat top left;
	font-family: arial;
	font-size: 12px;
	padding-top: 7px;
}

#body a
{
	font-family: arial;
	font-size: 12px;
	color: #673398;
	text-decoration: underline;
}

#body a:hover
{
	font-family: arial;
	font-size: 12px;
	color: #673398;
	text-decoration: none;
}


.contact
{
	font-family: arial;
	font-size: 12px;	
}


#myb-news
{
	width: 220px;
	float: right;
	margin-left: 10px;
}

#myb-news-content
{
	background: url("images/myb-news-grad.jpg") repeat-x bottom;
	margin: 0px;
	padding: 8px;
	min-height: 140px;
	border-right: 2px solid #CCC;
	border-left: 2px solid #CCC;
	color: #494949;
}

* html #myb-news-bottom
{
	width: 220px;
	margin-left: 2px;
}



/* FOOTER AND NECESSARY STYLES FOR ALT STICK */

html
{
	height: 100%;
}

#nonFooter
{
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#footer
{
	width: 800px;
	margin-top: -120px; 
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 102px;
	clear: both;
	display: block;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer
{
	margin-top: -30px !important;
	position: relative;
}


#footer-bar
{
	margin-left: 13px;
	background: url("images/footer-bar.jpg") no-repeat;
	width: 756px;
	height: 21px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #666;
}

#footer-bar a
{
	color: #663399;
}

#footer-bar a:hover
{
	color: #663399;
	text-decoration: none;
} 

*html #footer-bar
{
	height: 30px;
}	


/*FONT CLASSES */

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	font-style: oblique;

}

.title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	font-style: oblique;

}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	font-style: oblique;
	font-variant: small-caps;

}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;

}


.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCAE4;
	border-right-color: #FF80FF;
	border-bottom-color: #FF80FF;
	border-left-color: #FFCAE4;

}