@charset "UTF-8";

body  {
	margin: 5;
	margin-top: 0px;
	padding: 5px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	background-color: #D2D6ED;
}
h1 {
	color: #282356;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #3C347D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-color: #6C69A2;
	padding: 5px;
}
#menu {
    position:fixed
}

.twoColElsLt #container {
	width: 50em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColElsLt #container td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
.twoColElsLt #sidebar1 {
	float: left;
	width: 12em; /* top and bottom padding create visual space within this div */
	background-color: #D2D6ED;
	padding: 0px;
	line-height: normal;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin: auto;
}

.twoColElsLt #mainContent {
 	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLt #email {
	font-size: small;
	text-align: right;
	float: right;
	position: relative;
	top: -28pt;
} 
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColElsLt #container #sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	background-color: #D2D6ED;
	margin: 0px;
	border: 10px none #FFFFFF;
	padding: 10px;
	left: 74px;
	top: 15px;
	float: left;
}
ul.MenuBarVertical
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 80px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 150px;
	border: thin solid #D2D6ED;
}

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: thin none #CCC;
	background-color: #D2D6ED;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #6C69A2;
	padding: 0.5em 0.75em;
	color: #C6C5DA;
	text-decoration: none;
	font-weight: bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #3C347D;
	color: #FFF;
}
li#active a {
	background-color: #333333;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #6C69A2;
	color: #FFF;
}

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

 
