html { min-height: 101%; margin-bottom: 1px; }



.level1
{
    font-size: 11px;
   font-weight: bold;
   color: #575C53;
 
}

.level2
{
     font-size: 11px;
    color: #575C53;
}


.catheader 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
     font-weight:bolder;
    color:#575C53;  
}

.breadcrumb 
{
    font-family: Verdana, Helvetica, sans-serif;
     font-weight:bolder;
    color:#575C53;
    font-size:9pt;
    
}


body {
	background-attachment: fixed;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ebe5cd;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #575C53;
	 background-image:url("../../images/bg3.png");
	 background-repeat:repeat;
}

.copyright 
{
    font-size: 12px;	
	color: #FFFFFF;
}




.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#E6E6E6; margin:0 5px 0;}
.b2h, .b2bh {height:1px; background:#e51837; border-right:2px solid #E6E6E6; border-left:2px solid #E6E6E6; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#e51837; border-right:1px solid #E6E6E6; border-left:1px solid #E6E6E6; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#e51837; border-right:1px solid #E6E6E6; border-left:1px solid #E6E6E6; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #FFFFFF;}
.headh {background: #e51837; border-right:1px solid #e51837; border-left:1px solid #e51837;}
.headh h3 {margin: 0px 10px 0px 5px; padding-bottom: 3px;}
.contenth {border-right:1px solid #E6E6E6; border-left:1px solid #E6E6E6; padding-left:5px; padding-top:3px;}
.contenth div {margin-left: 4px; padding-top: 8px; padding-left:0px; }


.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#E6E6E6; margin:0 5px;}
.b2 {height:1px; background:#FFFFFF; border-right:2px solid #E6E6E6; border-left:2px solid #E6E6E6; margin:0 3px;}
.b3 {height:1px; background:#FFFFFF; border-right:1px solid #E6E6E6; border-left:1px solid #E6E6E6; margin:0 2px;}
.b4 {height:2px; background:#FFFFFF; border-right:1px solid #E6E6E6; border-left:1px solid #E6E6E6; margin:0 1px;}
.contentb {background: #FFFFFF; border-right:1px solid #E6E6E6; border-left:1px solid #E6E6E6;}
.contentb div {margin-left: 5px;}

h3 
{
    font-size:14px; color:#575C53;
}


h1
{
   font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
  
   display:inline;
}


#wrapper  {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    background-color:#FFFFFF;
    /**border:solid 1px #b2260b;**/
}

#header {
	height: 115px; 
         width: 960px; 
         position: absolute; 
         top: 0;
	
	/**float:left;
	width:100%;
	padding:0;
	**/
	
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	padding-top: 5px; 
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	background-color:#ffffff;
}
#colmid {
	float:left;
	width:205%;
	position:relative;
	left:265px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-465px;

	
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;

    
}
#col1pad {
	margin:0 0px 0 400px;
	overflow:hidden;
	}
#col1 {
	width:100%;
	overflow:hidden;
	
	
}
#col2 {
	float:left;
	width:180px;
	position:relative;
	margin-left:-50%;
	left:208px;
	background-color:#ffffff;
	padding-right: 2px;
    padding-bottom: 5px;
}

#col3 {
	float:left;
	width:164px;
	position:relative;
	overflow:hidden;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
    background-color: #b2260b;
}

#footer p {
	padding:.5em 15px;
}


/**#header {height: 115px; 
         width: 960px; 
         position: absolute; 
         top: 0; 
}

#bodycontent  
{
    width: 960px; 
    clear:both; 
    min-height: 400px; 
    padding-top: 115px; 
    background-color:#FFFFFF;
}

#mainmenu {

	width: 180px;
	float: left;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color:#FFFFFF;
}

#content {

	padding-right:7px;
	padding-left:10px;
	min-height: 400px; 
	width: 570px;
	float: left;
	background-color: #FFFFFF;
	
}

#content2 {

		padding-left:5px;
	min-height: 400px; 
	width: 164px;
	float: left;
	background-color: #FFFFFF;
}

         
#navbar 
{
    height:20px;
    width:960px;
    padding:0 10px 0 0;
    position: absolute; 
    top: 0; 
    text-align: right;
         
}

#footer {
	background-color: #b2260b;
	width: 960px;
	clear:both;	
}
**/


.smalltext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #EB4499;
}

.titletext {
	font-size: 16px;
	color: #EB4499;
}

.codetext {
	font-size: 10px;
}

.contactinfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	font-size: 11px;	
	color: #575C53;
	text-decoration: none;
}
a:hover {
	font-size: 11px;	
	color: #e51837;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;	
	color: #575C53;
	text-decoration: none;
}




.smalltext a:link {
	font-size: 10px;	
	color: #e51837;
	text-decoration: none;
}

.smalltext a:visited {
	font-size: 10px;	
	color: #e51837;
	text-decoration: none;
}

.smalltext a:active {
	font-size: 10px;	
	color: #e51837;
	text-decoration: none;
}

.smalltext a:hover {
	font-size: 10px;	
	color: #e51837;
	text-decoration: underline;
}




.SideBoxTop {
	width: 180px;
	height: 21px;
	max-width: 180px;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 10px;
    background-image: url(../../images/menu_5.png);
}

.SideBoxBottom {
	width: auto;
	height: auto;
	border-top-style: none;
	border-right: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
}

.SideBoxBottom2 {
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 6px;
	font-family: Verdana;
	font-size: 11px;
	color: #616161;
	margin-right: 16px;
}

.RightSideBoxTop {
	width: 164px;
	height: 21px;
	max-width: 164px;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 10px;
    background-image: url(../../images/menu_4.png);
}

.RightSideBoxBottom {
	width: auto;
	height: auto;
	border-top-style: none;
	border-right: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
}

.RightSideBoxBottom2 {
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 6px;
	font-family: Verdana;
	font-size: 11px;
	color: #616161;
	margin-right: 16px;
}


.ContentSideBox {
	width: 570px;
	max-width: 570px;
  }

.ContentSideBoxTop {
	width: 570px;
	height: 21px;
	max-width: 570px;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 10px;
    background-image: url(../../images/menu_6.png);
}

.ContentSideBoxBottom {
	min-height:50px;
	border-top-style: none;
	border-right: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
}

.ContentSideBoxBottom2 {
	padding-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 6px;
	font-family: Verdana;
	font-size: 11px;
	color: #616161;
	
}