/* Main css file */

body{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
	color: #5a5a5a;
    background: #514e58 url(images/site-background.jpg) top repeat-x;
    }
form
{
    padding:0px;
    margin:0px;
}
td, tr, table{
    font-size: inherit;
    }

h1{
	margin: 0px 0px 24px 0px;
	padding: 0px;
	font-size: 18px;
	font-family: tahoma;
	color: #464646;
	font-weight: normal;
    }

h2{
	color: #ff7f00;
	font-size: 24px;
	color: #464646;
	}

p{
    line-height: 18px;
}

a:link, a:visited{
    color: #0e0efd;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.rightbanner a:link, .rightbanner a:visited{
    color: #FFFFFF;
    text-decoration: none;
}
.rightbanner a:hover{
    text-decoration: underline;
}

#container{
    width: 979px;
    margin: auto;
    position: relative;
	}

#banner{
    position: relative;    
    }
#banner img{
	float: left;
}
#navigation{
	clear: both;
}
#navigation table{
    background: #7a839c url(images/NavOutBg.jpg) top repeat-x;
    height: 68px;
    width: 979px;
    table-layout:fixed;
}
#navigation a, #navigation a:hover{
	color: white;
	text-decoration: none;
}
.navitem
{
    padding: auto;
	text-align:center;
	
}
.navOver{
	background: #7a839c url(images/NavOverBg.jpg) top repeat-x;
}
.navOut{
	background:none;
}
    

#footer{
    font-size: 11px;
    background: #343333;
    color: #999f9f;
	padding-bottom: 300px;
    }

.footernav{
	background: #252525;
	}

.footernav a{
	font-size: 12px;
	display: inline;
	padding: 15px;
	text-decoration: none;
	color: #989898;
	}
	
.notnormal{
	padding: 0px;
	}

#footer a{
	text-decoration: none;
	color: #989898;
	}
#footerContainer{
	width: 979px;
    margin: auto;
    position: relative;
}
div.testOut{   
	background: yellow;
	text-align: center;
    }

.ucElement{
    margin-bottom: 20px;
    }

a.button{
    background: url(images/buttonBg.gif) no-repeat; width: 121px; height: 19px; display: block; text-align: center;
    padding-top: 6px;
    color: #FFFFFF;
    text-decoration: none;
	}

.contentBody{background: white; color: #606060;position: relative;}

.zone1{
    padding: 0 20px 20px 35px;
}

.zone2{
    
    }

.zone2Item{
    border-top: 1px solid white;
    padding: 20px 20px 0 20px;
    width: 288px;
	}

.zone2Item h2{
    font-family: Tahoma;    
	font-size: 20px;
    font-weight: normal;
    padding-top: 0px;
    margin-top: 0px;
	padding-bottom: 6px;
	border-bottom: 2px solid #818181;
    }

.zone2Item .ScriptContent{
    margin: -20px -20px 0px -20px;
    padding: 20px;
    background: #dbdbdb;
}

.pagetitle{
    margin-top: 30px;
    margin-bottom: 20px;
	font-size: 24px;
}

.TextContent{
    line-height: 18px;
}

.breadcrumb{
    font-size: 11px;
    height: 10px;
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: gray;
    }

.breadcrumb a {
    color: gray;
    }

.mmContent{
    position: relative;
    clear: both;
    }
legend
{
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
}
.desBox{
	float: left;
	font-weight: bold;
	padding: 10px 20px 0px 0px;
	margin: 2px;
	white-space:nowrap;
	}
    
.desLabel{
	font-size: 12px;
	font-weight:normal;
	white-space:nowrap;
	color: #5a5a5a;
	font-weight: bold;}
.desDescription{
    font-weight: normal;
    color: #8c92a0
    }
.desLabel span{
    font-weight: normal;
    color: gray;}
.desValidation
{
    color: Red;}
.red
{
    color: Red;}
        
