body, body *
{
    margin: 0;
    padding: 0;
    font-family: garamond, arial,helvetica,verdana,sans-serif;
}

img
{
    border: 0px;
    margin: 0px;
}

form table td
{
    font-size:15px;
	padding-top: 0px;
	padding-bottom: 4px;
}

input.Field
{
	font-size: 13px;

	width: 220px;
	float: right;
	background-color: #E6EDFF;
}

textarea
{
	font-size: 15px;

	width: 417px;
	height: 200px;
	background-color: #E6EDFF;
}

table.Base
{
    width:812px;
    background: url(../gfx/bg_content_bottom.gif) #D4D4D4;
    height:100%;
}
 
.Header
{
    background: url(../gfx/bg_content_compass.gif) no-repeat;
    height:292px;
}

.Header .Content
{
    padding-top: 10px;
    position: relative; left:52px; top:0px;
    width:708px; height:282px;
}

.Header .Content .Logo
{
    float: left;
    position: relative; left:12px; top:17px;
    width:222px; height:52px;
}

.Header .Content .Image
{
    background: white no-repeat;
    float: right;
    position: relative; right: 0px; top:0px;
    width:443px; height:209px;
    margin-bottom: 7px;
}

.Header .Content .Path
{
	position: absolute;
    top: 250px;
    left: 0px;
    width: 710px;
    margin-top: 5px;
    font-size: 13px;
    color: #4D68B1;
}

.Header .Content .Path ul
{
    position: absolute;
    right: 20px;
}

.Header .Content .Path ul li
{
    margin-left: 8px;
    float: right;
    display: inline;
    padding: 0px 0px 0px 12px;
    background: url(../gfx/path_arrow.gif) left no-repeat;
}

.Header .Content .Path ul li.Last
{
    background: none;
}

.Header .Content .Path a, .Header .Content .Path a:visited
{
    color: #445C9C;
    text-decoration: none;
}

.Header .Content .Path a:hover, .Header .Content .Path a:active
{
    text-decoration: underline;
}

.NavBar
{
    background-color: green;
    position: absolute;
    left: -2px;
    top: 226px;
    width: 710px;
    height: 23px;

    background: #4D68B1;

    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.NavBar ul li ul li
{
    position:absolute;
} 

.NavBar ul li {
    position: relative;
    display: block;
    float: left;
    background: #4D68B1;
}

.NavBar .LeftOfSelected
{
    border-right: 1px solid white;
}

.NavBar .RightOfSelected
{
    border-left: 1px solid white;
}

.NavBar .SelectedRight
{
    border-right: 1px solid white;
}

.NavBar .SelectedLeft
{
    border-left: 1px solid white;
}

.NavBar a
{
    border-left: 1px solid #4D68B1;
    border-right: 1px solid #4D68B1;
}

.NavBar ul li a, .NavBar ul li a:link, .NavBar ul li a:active, .NavBar ul li a:visited {
    display: block;
    padding: 4px 11px 4px 11px;
}

.NavBar ul li.sfHover {
    background: #7B95DA; /* Top menu item selected */
}

.NavBar ul li ul li.sfHover {
    background: #7B95DA; /* Sub menu item selected */
}

.NavBar ul li a.Leftmost, .NavBar ul li ul li a.Leftmost, .NavBar ul li ul li a.single
{
    border-left: 2px solid white;
}

.NavBar ul li a.Rightmost, .NavBar ul li ul li a.Rightmost, .NavBar ul li ul li a.single
{
    border-right: 2px solid white;
}

.NavBar ul ul {
    list-style-type: none;
    position: absolute;
    top: -999px;
    left: 20px;
}

.NavBar ul li.showChild ul {
    top: -25px;
}

.NavBar ul li ul li
{
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.Main
{
    background: url(../gfx/bg_content.gif) repeat-y;
}

.Main .Content
{
    position: relative; left:52px;
    padding-top: 8px;
    width:708px;
}

.Main .Content .ImageText
{
   position: relative; top: -28px;
   font-size: 13px;
   color: #5E5E5E;
   text-align: center;
}

.Main .Content .ImageColumn
{
    float: left;
    position: relative; left:12px; top:16px;
    width: 220px;
    margin-top: 40px;
}

.Main .Content .ImageColumn .Image
{
    position: relative; left:0px; top:0px;
    border: 1px solid #4D68B1;
    margin-bottom: 28px;
}

.Main .Content .ImageColumn .Imagep
{
    position: relative; left:0px; top:0px;
    border: 0px solid #4D68B1;
    margin-bottom: 28px;
}

.Main .Content .ImageColumn .Image img   
{
    border: 2px solid white;
}

.Main .Content .BodyColumn
{
	float: left;
    position: relative; left:50px; top:8px;
    width: 417px;
    font-family: garamond, arial,helvetica,verdana,sans-serif;
    font-size: 15px;
    line-height: 16px;
    color: #5E5E5E;
    text-align: justify;
    margin-bottom: 0px;
}

.Main .Content .BodyColumn A
{
    color: #6B82BF;
    text-decoration: none;
    font-weight: bold;
}

.Main .Content .BodyColumn A:hover
{
    text-decoration: underline;
}

.Main .Content .BodyColumn .Headline
{
    position: relative; left:0px; top:0px;
    height: 27px;
    margin-bottom: 18px;
}

.Main .Content .BodyColumn p
{
    margin-bottom: 15px;
}

.Address
{
	clear:both;
    background: #D9D9D9;
    position:relative;
    left:-11px;
	width:708px;
    border-top: 47px solid white;
    border-bottom: 20px solid white;
    border-left: 11px solid white;
    border-right: 11px solid white;
}

.Footer
{
    height: 96px;
}

.Footer .Credits
{
	padding-top:13px;
	padding-left:322px;
}
