/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-color: #666666;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:20px auto;
	width: 90%;
        min-width: 798px;
}
#Header {
	background:url(../images/montage.gif) bottom left no-repeat;
        background-color: #471520;
        border: none;
	clear:left;
        height: 105px;
}
        #Header #Logo {
                background:url(../images/logo.gif) bottom right no-repeat;
                height: 105px;
                width: 197px;
                float: right;
        }
#ContentContainer {
	padding: 5px;
	overflow: auto;
        background-color: #ffffff;
}

#Banner {
	text-align: center;
}
#Menu {
        background-color: #471520;
        height: 32px;
        color: #fff;
        padding: 0 0 0 12px;
}
        #Menu ul {
                float: left;
                list-style: none outside none;
                margin: 0;
                padding: 0;
                width: 100%;
        }
        #Menu li {
                float: left;
                margin-top: 9px;
                padding: 0 12px;
                position: relative;
                white-space: nowrap;
                list-style-type: square;
                display: inline;
                border-right: 1px solid #fff;
        }
        #Menu a {
                text-align: center;
                text-decoration: none;
                color: #fff;
                font-size: 11px;
        }
        #Menu a:hover {
                text-decoration: underline;
        }

#ContentTable {
        width: 100%;
}

.SidebarHolder {
        width: 260px;
        vertical-align: top;
}

.ContentHolder {
        vertical-align: top;
}

#Sidebar {
        width: 250px;
        background-color: #f0f0f0;
        margin-bottom: 15px;
}

.sidebarTop, .sidebarBottom {
        background-color: #471520;
        color: #fff;
        padding: 5px 12px 5px 12px;
        font-size: 11px;
        font-weight: bold;
}

.sidebarTop {
   -moz-border-radius-topright: 10px;  
   -khtml-border-top-rightright-radius: 10px;  
   -webkit-border-top-rightright-radius: 10px;  
   border-top-rightright-radius: 10px;
    background-image:url("../images/sidebarbullet.gif");
    background-position:right center;
    background-repeat:no-repeat;
}

.sidebarBottom {
   -moz-border-radius-bottomright: 10px;  
   -khtml-border-bottom-rightright-radius: 10px;  
   -webkit-border-bottom-rightright-radius: 10px;  
   border-bottom-rightright-radius: 10px; 
}

#Menu2, .Menu2 {
	float:left;
        width:100%;
	background:#f0f0f0;
        margin: 0;
}
	#Menu2 li, .Menu2 li {
                list-style: none;
                margin: 0;
                padding: 3px 10px 3px 15px;
	}
	#Menu2 a, .Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:11px;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover, .Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a,
    .Menu2 li.current a,
    .Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	float: left;
	width:100%;
}

#Breadcrumbs {
        padding: 5px 0 5px 12px;
        background-color: #68313D;
        color: #fff;
}
        #Breadcrumbs span,
        #Breadcrumbs a:visited,
        #Breadcrumbsa:active  {
                font-weight: bold;
                color: #fff;
        }
        
        #Breadcrumbs a:hover  {
                color: #CCC;
        }
#Member {
        color: #fff;
        padding: 0 0 4px 0;
        font-weight: bold;
}
        #Member a {
                text-decoration: none;
                color: #fff;
        }
        #Member a:hover {
                color: #ccc;
        }

.whiteimage, .blackimage {
    padding: 5px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
    margin: 5px;    
}

.whiteimage {
    background-color: #fff;
}
.blackimage {
    background-color: #000;
}

#Footer {
	clear:both;
        background:url(../images/footer2.gif) right top no-repeat;
        height: 139px;
        background-color: #46141D;
}
#FooterLeft {
        background:url(../images/footer1.gif) left top no-repeat;
        height: 139px;
}

