body
{
   margin:           0px;
}

body.MainBody
{
   background:       url('../Images/SiteBackgroundTile.gif') white repeat-y;
}

body, li, a, p, th, td
{
   font-family:      geneva, verdana, arial, sans-serif;
   font-size:        11px;
}

h1
{
	font-size:       20px;
}

h2
{
	color:			blue;
	font-variant:	small-caps;
	font-size:      14px;
}

h3
{
	color:				black;
	font-variant:		normal;
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	underline;
}

td
{
   vertical-align:   top;
}

font.Name
{
	font-size:      13px;
	font-weight:	bold;
}

font.Title
{
	color:			blue;
	font-style:		italic;
}

font.Assignment
{
	font-weight:	bold;
}

font.Info
{
}

a.E-Mail
{
	color:				blue;
	text-decoration:	underline;
}

a.E-Mail:hover, a.Link:hover
{
	color:				red;
	text-decoration:	none;
}

a.Link
{
	color:				blue;
	text-decoration:	none;
}

a.Link:hover
{
	color:				blue;
	text-decoration:	underline;
}

.TopNav
{
   background-color: #6C85B0;
   border-bottom:    #002854 1px solid;
   border-left:      #002854 0px solid;
   border-right:     #002854 1px solid;
   border-top:       #002854 0px solid;
   color:            white;
   font-family:      geneva, verdana, arial, sans-serif;
   font-size:        11px;
   font-weight:      bold;
   padding-bottom:   3px;
   padding-left:     12px;
   padding-right:    12px;
   padding-top:      2px;
   text-decoration:  none;
   vertical-align:   middle;
   width:            100%;
}

.TopNavOver
{
   background-color: white;
   border-bottom:    #002854 1px solid;
   border-left:      #002854 0px solid;
   border-right:     #002854 1px solid;
   border-top:       #002854 0px solid;
   color:            black;
   font-family:      geneva, verdana, arial, sans-serif;
   font-size:        11px;
   font-weight:      bold;
   padding-bottom:   3px;
   padding-left:     12px;
   padding-right:    12px;
   padding-top:      2px;
   text-decoration:  none;
   vertical-align:   middle;
   width:            100%;
}

.TopNav:hover
{
   background:       white;
   color:            black;
}

.SideNav
{
   background:       #C2D0E9;
   border-bottom:    #002854 1px solid;
   border-left:      #002854 1px solid;
   border-right:     #002854 1px solid;
   color:            black;
   font-family:      geneva, verdana, arial, sans-serif;
   font-size:        11px;
   font-weight:      bold;
   padding:          3px;
   text-decoration:  none;
   width:            100%;
}

.SideNavOver
{
   background:       #6C85B0;
   border-bottom:    #002854 1px solid;
   border-left:      #002854 1px solid;
   border-right:     #002854 1px solid;
   color:            white;
   font-family:      geneva, verdana, arial, sans-serif;
   font-size:        11px;
   font-weight:      bold;
   padding:          3px;
   text-decoration:  none;
   width:            100%;
}

.SideNav:hover
{
   background:       #6C85B0;
   color:            white;
}

.SideNavTitle
{
   color:            white;
   font-weight:      bold;
   padding:          3px;
   text-align:       center;
   text-decoration:  none;
   width:            100%;
}

.SideInfo 
{
	overflow:		hidden;
	width:			160px;
/*
	height:			100px;
	overflow:		auto;
	width:			160px;
*/
}

.MainContent
{
	padding:	    5px 5px 5px 5px;
}

.Footer {
   font-size:        10px;
   text-decoration:  none;
   }

a.Footer:hover {
   text-decoration:  underline;
   }