﻿.DivBackground
        {
        	background-image:url(../images/background.gif);
        	background-repeat:repeat-x;
        	width:100%;
        	
        }
        .DivCenter
        {
        	margin-left:auto;
        	margin-right:auto;
        	width:876px;
        }
        .DivHeader
        {
        	background-image:url(../images/top_banner.gif);
        	background-repeat:no-repeat;
        	height:180px;
        }
        .DivMainContent
        {
        	background-color:white;
        	margin-top:13px;
        	padding:10px;

        }
        .DivSearch
        {
        	float:right;
        	margin-top:5px;
        	margin-right:3px;
        	width:122px;
        }
        .btnSearch
        {
        	background-color:Transparent;
        	background-image:url(../images/search.gif);
        	background-repeat:no-repeat;
        	width:16px;
        	height:16px;
        	border:0;
        	float:right;
        	margin-top:1px;
        	margin-left:4px;
        }
        .txtSearch
        {
        	border:0;
        	height:16px;
        	width:100px;
        	float:left;
        }
        .DivMenu
        {
        	float:right;
        	margin-top:112px;
        	margin-right:7px;
        	height:38px;
        	width:600px;
        	text-align:right;
        }
        .HR
        {
        	background-color:#00367c;
        	height:3px;
        	margin-top:10px;
        	margin-bottom:10px;
        }
        .DivFooter
        {
        	border-top:3px solid #00367c;
        	font-size:0.8em;
        	height:80px;
        }
        .DivFooter img
        {
        	border:0;
        	margin:7px 0px 0px 6px;
        }
        
        .DivFooterRight
        {
        	text-align:right;
        }
        .Clear
        {
        	clear:both;
        }
        .FLR
        {
        	float:right;
        }
        .FLL
        {
        	float:left;
        }
        html
        {
        	font-family:Georgia, 'Times New Roman';
        	font-size:11pt;
        	
        }
        body
        {   
        	margin:0;
        	height:100%;
        	width:100%;
        	
        }
        .DivFooter p
        {
        	padding:0px;
        	margin:5px 0px 0px 0px;
        }
        h1
        {
        	font-size:30px;
        	color:#00377c;
        	margin:0px 0px 6px 0px;
        	padding:0;
        }
        h2
        {
        	font-size:24px;
        	color:#076fc8;
        	font-weight:normal;
        	margin:0px 0px 8px 0px;
        	padding:0;
        }
        h3
        {
        	font-size:18px;
        	color:black;
        	font-weight:bold;
        	margin:0px 0px 8px 0px;
        	padding:0;
        }
        ol li
        {
        	margin-bottom:5px;
        }
        .Italic
        {
        	font-style:italic;
        }
        .DivMainContent p
        {
        	margin:0px 0px 10px 0px;
        	padding:0;
        }
        
        .MenuUL
        {
        	padding:4px;
        	float:right;
        	list-style-type:none;
        	margin:0px;
        	
        	height:30px;
        }
        .MenuLI
        {
        	float:left;
        	padding:0px 8px 0px 8px;
        	height:30px;
        	margin:0px;
        	line-height:30px;
        }
        .MenuLI:hover, .MenuLI.Selected
        {
        	background-color:#0773d6;
        }
        .MenuLI a
        {
            text-decoration:none;
            color:#013c82;
        }
        .MenuLI:hover a, .MenuLI.Selected a
        {
            text-decoration:none;
            color:white;
        }
 
        .SubMenuUL
        {
          	list-style-type:none;
        	margin:0px 10px 0px 0px;
			padding:0px;
        	border-left:1px solid #0773d6;
        	border-right:1px solid #0773d6;
        	border-top:1px solid #0773d6;
        	
        }
        .SubMenuLI
        {
        	
        	padding:0px 8px 0px 8px;
        	height:30px;
        	margin:0px;
        	line-height:30px;
        	width:170px;
        	border-bottom:1px solid #0773d6;
        }
        .SubMenuLI:hover, .SubMenuLI.Selected
        {
        	background-color:#0773d6;
        }
        .SubMenuLI a
        {
            text-decoration:none;
            color:#013c82;
        }
        .SubMenuLI:hover a, .SubMenuLI.Selected a
        {
            text-decoration:none;
            color:white;
        }      
        
        .InfoBox
        {
        	border:1px solid #003b82;
        	margin-bottom:5px;
        }
        .InfoBoxHeader
        {
        	height:40px;
        	background-image:url(../images/infobox_header.gif);
        	background-repeat:repeat-x;
        }
        .InfoBoxHeader h3
        {
        	color:White;
        	margin:0px 0px 0px 10px;
        	padding:0px;
        	line-height:40px;
        	height:40px;
        }
        .InfoBoxContent
        {
        	padding:5px 10px 5px 10px;
        }
        .InfoBoxContent ul
        {
        	/*padding:0px 20px 0px 0px;*/
        	margin-top:0px;
        	margin-bottom:0px;
        }
        
        

.Thumb
{
	float:left;
	margin:6px;
}
.Thumb a
{
	text-decoration:none;
}
.Thumb a img
{
	border:0px;
}

dt
{

	margin-bottom:3px;
	font-weight:bold;
}
dd
{

	margin-bottom:8px;
}
