/************************************
***************NOTES****************

Original font-size was in pixels.
New font-size is in em & percent.
10px = 83%
11px = 92%
12px = 100%
14px = 117%
16px = 133%
18px = 150%
24px = 200%

************************************/

body {
	font-size: 1em;
}


.sub {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: normal;
	color: #FF6600;
}
.bod {
	font-family: "MS Sans Serif";
	font-size: 83%;
	color: #000000;
	margin-top: 0
}
.sub2 {
	font-family: Tahoma;
	font-size: 133%;
	font-weight: bold;
	color: #2758CA;
}
a {     
	font-family: Tahoma;
	font-size: 92%;
        Color : #09337F; font-weight: bold;
	text-decoration : none;
}
a:hover { 
        font-family: Tahoma;
	font-size: 92%;
	Color : #021D4A; font-weight: bold;
	text-decoration : underline;
}
.bodwh {
	font-family: Tahoma;
	font-size: 83%;
	color: #FFFFFF;
	font-weight: normal;

}
.sub3 {
	font-family: Tahoma;
	font-size: 117%;
	font-weight: bold;
	color: #003366;
}
.title {
	font-family: Tahoma;
	font-size: 150%;
	font-style: normal;
	color: #FFA523;
	font-weight: bold;

}
.title2 {
	color: #5995E6;
	font-family: Tahoma;
	font-size: 150%;
	font-weight: normal;
}
.sub4 {
	font-family: Tahoma;
	font-size: 92%;
	font-weight: normal;
	color: #CC3300;
}
.sub5 {
	font-family: Tahoma;
	font-size: 92%;
	font-weight: normal;
	color: #68A310;
}
.title3 {
	font-family: Garamond;
	font-size: 200%;
	font-weight: normal;
	color: #333333;
	font-style: italic;

}
.title4 {
	font-family: Tahoma;
	font-size: 92%;
	font-weight: bold;
	color: #000000;
}
.nav {
	font-family: Tahoma;
	font-size: 92%;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}
a.nav:hover {
	font-family: Tahoma;
	font-size: 92%;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.folderImages {
	margin-bottom: -3px;
}
.memPageLinks a {
	color:#000000;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}
.memPageLinks a:hover {
	color:#ffffff;
	text-decoration: none;
}

/*************************************************
*********** New STuff Added 2/14/09 **************
*************************************************/

#post_message {
	width: 752px;
	background-color: #FCFAEC;
	border: 3px double black;
	margin:0 auto;
	/*margin-right:auto;
	margin-left:auto;
	margin-top: 0;*/
	padding: 10px;
	padding-top: 0;
}

.paddedParagraph {
	padding: 10px;
}

#protectedNav{
	background-image:url(images/navbar.jpg);
	background-repeat:repeat-x;
	width:781px;
	padding: 8px 0;
	margin:0 auto;
}

#protectedNav a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:85%;
	text-transform:uppercase;
}