/* CSS Document */
/* CSS global reset of margin/padding */
* {margin: 0; padding: 0;}

body {

    background-color: #46534C;
    font-family: "Verdana", "sans-serif";
    font-size: normal;
}
h1 {
    font-size: x-large;
    color: #FFF;
    font-weight: bold;
    border-bottom: 5px solid #FFF;
    margin: 0px;
    padding-left: 12px;
}
h2 {
    font-size: large;
    color: #FFF;
    font-weight: bold;
    margin: 12px 12px 0px 12px;
}
h3 {
    font-size: normal;
    color: #FFF;
    font-weight: bold;
    margin: 12px 12px 0px 12px;
}
h4 {
    font-size: small;
    font-weight: bold;
    color: #FFF;
    margin: 12px 12px 0px 12px;
}
h5 {
    font-size: small;
    font-weight: normal;
    color: #FFF;
    margin: 12px 12px 0px 12px;
}
p {
    font-size: small;
    margin: 4px 12px 12px 12px;
	color: #FFF;
}
ul {
	font-size: small;
	color: #FFF;
	margin-left: 30px;
}
a {
    font-size: small;
    color: #666;
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
    color: #666;
}
a:visited {
    text-decoration: underline;
    color:  #666;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
#maincontainer {
    width: 763px;
    height: 100%;
    margin: 0 auto;
    margin-top: 60px;  
    z-index: 1;
}
#header {
    color: #FFF;
    height: 110px;
    margin: 0px;
	padding: 10px;
	background: #FFF url("../images/deco_right_subnav.jpg") no-repeat top right;
}
#header-inside {
}
#navigation {
    color: #999;
    height: 29px;
    background: #FFF url("../images/nav_bg_shadow.gif") repeat-x bottom; 
	width: 100%;
 }
#navigation ul {
    list-style: none inside none;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    text-align: center;
    width: 100%;
}
#navigation li {
	padding-right: 6px;
}
#navigation .normal{
    float: left;
    width: 100px;
    height: 25px;
    background: #FFF url("../images/nav_bg_shadow.gif") repeat-x bottom; 
    margin: 0px;
    padding: 0px;
	padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
#navigation .hover {
    float: left;
    width: 100px;
    height: 25px;
    background-color: #46534C;
	color: #FFF;
    margin: 0px;
    padding: 0px;
	padding-top:4px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
#navigation a {
	text-decoration: none;
	color: #666;
}
#navigation a:hover {
	color: #FFF;
}
#content {
    clear: both;
    color: #666;
    padding: 4px;
    z-index: 1;
}
#content a {
	text-decoration: underline;
	color: #FF6600;
}
#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer {
    color: #FFF;
    font-size: small;
    text-align: center;
    border-top: 1px solid #FFF;
}


