body{
	text-align: center;
	line-height: 140%;
}

table{
	line-height: 100%;
}

.inQuickDrop {
	FONT-SIZE: 9px; WIDTH: 171px; FONT-FAMILY: verdana, arial, sans-serif; BACKGROUND-COLOR: #ffffff
}


p {

	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none;
}
td {

	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none;
}
.bold {

	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none;
}
.boldsmall {

	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none;
}
a:link {
	color: #172E5A;
	text-decoration: underline;
}
a:visited {
	color: #172E5A;
	text-decoration: underline;
}
a:hover {
	color: #172E5A;
	text-decoration: none;
}
a:active {
	color: #172E5A;
	text-decoration: underline;
}
.subscribe {

	FONT-SIZE: 9px; WIDTH: auto; FONT-FAMILY: verdana, arial, sans-serif; BACKGROUND-COLOR: #ffffff;
}
.medBold {

	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none;
}



#container{
	width: 850px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
hr {
	/*color: #DBDBC1;*/
}
.red {
	color: #FF0000;
}

.floatRight{
	float:right;
	padding: 0 0 10px 10px;
}


/*dropdown menus*/
#nav{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	border:0;
}
#nav img{
	border:0;
}

#nav a:hover{}


#nav li { /* all list items */
	text-align: left;
	float: left;
	}

#nav li ul { /* second-level lists */
	border: 1px solid #000;
	position: absolute;
	background: url(../images/team-pic.jpg) top left repeat-x;
	left: -999em; 
	padding: 0;
	margin: 0;
	width: 200px;
	height: 268px;
	color: #000;
}

#nav li ul a{
	color: #6b1d19;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: 235px 0 0 25px;
	background: #D7B381;
}

#nav li ul a:hover{
	color: #000000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}

 .title{
	font-size: 11px;

}

.style1 {font-size: 11px}
.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 8px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #172E5A;
}


/*sidebar flyout*/
#community{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#community ul {
	border: 0;
	padding: 0;
}

#community a {
	border:0;
	margin: 0;
	padding: 0;
}

#community a:hover{}


#community li { /* all list items */
	padding: 0;
	margin: 0;
	}

#community li ul { /* second-level lists */
	list-style-type: none;
	border: 1px solid #172E5A;
	position: relative;
	background: #dbdbc1;
	left: -999em; 
	padding: 5px;
	width: 175px;
	margin: -20px 0 0 -150px;
	color: #000000;
}

#community li ul a{
	color: #172E5A;
	text-decoration: none;
	background: #dbdbc1;
	display: inline;
}

#community li ul a:hover{
	color: #000000;
}

#community li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#community li:hover ul ul, #community li.sfhover ul ul {
	left: -999em;
}

#community li:hover ul, #community li li:hover ul, #community li.sfhover ul, #community li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}
