body {
	background : #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

#advisersSectionTitleBar{background-color:#000;width:100%;padding:2px 0 2px 0;margin-bottom:8px;}
#advisersSectionTitleContent{width:780px;margin-left:auto;margin-right:auto;}
.blah{}
a img{border:0px;}

.setFont {font-size:100%}

a.greenLink		{color: #669900;	text-decoration: underline;cursor:hand;}
a.greenLink:visited	{color: #669900;	text-decoration: underline;}
a.greenLink:active	{color: #669900;	text-decoration: underline;}
a.greenLink:hover		{color: #CC0000;	text-decoration: underline;}

a.whiteLink		{color: #FFFFFF;}
a.whiteLink:visited	{color: #FFFFFF;}
a.whiteLink:active	{color: #FFFFFF;}
a.whiteLink:hover		{color: #FFFFFF;}

.noLine {text-decoration:none;}

div#spacer { height: 125px; }

.boldText	{font-weight:bold;}
.shadeBox
{
	background-color:#C00000;
	border: 1px solid #666666;
	color:#FFFFFF;
	font-size:14px;
}
.shadeBox2
{
	background-color:#CCCCCC;
	border: 1px solid #666666;	
}
.floatDiv
{
	float:left;
}

.quote
{ font-size:16px;
	font-weight:bold;
	font-style:italic;
}
.quoteAuthor
{ font-weight:bold;
	font-style:italic;
	text-align:right;
}

.title
{ font-size:16px;
	font-weight:bold;
		color:#C00000;
}

.subtitle
{ font-size:120%;
font-weight:bold;

}

a.subtitleLink
{ font-size:120%;
font-weight:bold;
text-decoration:underline;
color:Black;
cursor:hand;
}
a.subtitleLink:visited
{ font-weight:bold;
}
a.subtitleLink:Hover
{	color:#C00000;
	text-decoration:underline;
	cursor:pointer;
}
a.subtitleLinkHover
{	color:#C00000;
	font-size:120%;
	font-weight:bold;
	text-decoration:underline;
	cursor:hand;
}
.bgBox
{
	background: url(../img/bgstudents.gif);
	float:left;
	margin-left:16px;
	margin-right:16px;

}
.bgBox2
{
	background: url(../img/bgStudentSit.gif);
	float:left;
	margin-left:16px;
	margin-right:16px;
	margin-top:27px;
}


.greenText
{color:#8EBD5F;}
	
.boldText
{font-weight:bold;}

.font13
{font-size:13px;}
.font12
{font-size:12px;}

/* ------ DROPDOWN MENU ------ */

.blah 
{
	z-index:1;
	position:relative;
	top:-75px;
	width:780px;
	text-align:left;
}

tr#dotRule{
	height: 20px;
	background: transparent url(../img/horzRule.gif) repeat-x bottom;
}
table#horzMenu {
	width: 760px;	
	font-size: 90%;
	z-index:2;
	position:relative;
	margin: 0px auto;
}
table#horzMenu td {
	width: 14%;
	white-space: nowrap;
	text-align:center;
}

a.navBarLink {
	text-decoration: none;
	color: #000000;
}
a.navBarLink:hover {
	text-decoration: none;
	color: #C00000;
}

.navMenu 
{
	visibility: hidden;	
	width: 90%; 
	border: 1px solid #999;	
	background: #8EBD5F;
	text-align:left;
}
.navMenuRow 
{
		border-bottom: 1px solid #999;
}

a.navMenuLink 
{	
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
}
a.navMenuLink:hover {
	color: #FFF;
	display: block;
	background-color:#C00000;
}

.noLine
{ text-decoration:none;
}
.noLine:hover
{ text-decoration:underline;
}
.black
{color:#000000;}

.noLineHover
{ text-decoration:none;
}
.noLineHover:hover
{ text-decoration:none;
}


