/* Layout rules */

/* Container for the whole page */
#container {
    width: 1000px;
    border: 1px solid #FFFFFF;
    margin: 2px auto 10px;
}

/* Page Banner */
#banner {
	margin-bottom: 2px;
	text-align: left;

}

/* Main Menu */
#menu {
	background: #FFFFFF;
	height: 16px;
	text-align: left;
	color: #666666;
	padding-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-size: small;
	padding-left: 7px;
	padding-bottom: 2px;








}

/* User Menu (after login) */
#usermenu {
    background: #F4F4F2;
    color: #000000;
    height: 20px;
    text-align: right;
    padding: 7px 8px 0px 5px;
    border-width: 0px 0px 1px 0px;
    border-color: #D0D0D0;
    border-style: solid;
}

/* Login Menu (before login) */
#login {
    background: #F4F4F2;
    height: 26px;
    font-weight: bold;
    border-width: 0px 0px 1px 0px;
    border-color: #D0D0D0;
    border-style: solid;
    margin-top: 2px;
}

/* Sidebar - Left Part */
#sidebar-a {
    float: left;
    width: 180px;
    background-color: #FFFFFF;
    border-width: 0px 1px 0px 0px;
    border-color: #D0D0D0;
    border-style: solid;
}

/* Sidebar - Right Part (only appears on some pages) */
#sidebar-b {
    float: right;
    width: 180px;
    margin: 0;
    background-color: #FFFFFF;
    border-width: 0px 0px 0px 1px;
    border-color: #D0D0D0;
    border-style: solid;
}

/* Holds Subcontent and User Menu or Login */
#content {
    margin-left: 180px;
    background-color: #FFFFFF;
    text-align: justify;
    border-width: 0px 0px 0px 1px;
    border-color: #D0D0D0;
    border-style: solid;
}

/* Actual page content - For pages with 2 columns */
#subcontent {
    padding: 10px 10px 10px 5px;
    background-color: #FFFFFF;
    text-align: justify;
}

/* Actual page content - For pages with 3 columns */
#subcontent-b {
    margin-right: 180px;
    padding: 10px;
    background-color: #FFFFFF;
    text-align: justify;
    border-width: 0px 1px 0px 0px;
    border-color: #D0D0D0;
    border-style: solid;
}

/* Page Footer */
#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;



}

/* Until End of File - Hacks for Internet Explorer - Be sure to display correctly */

* html #content, * html #sidebar-a {
	margin-right: -4px;
	color: #006699;

}

* html #footer {
    height: 1%;
    margin-top: -3px;
}

* html #content {
    height: 1%;
    margin-left: -3px;
}

.floatclear {
    display:inline-block;
    width:100%;
}

/* Hide from IE Mac \*/
* html .floatclear {
    height:1%;  
    width:auto;
}

.floatclear {
    display:table;
}
/* End hide from IE-mac */
.FooterLink {
	color: #FF0000;
}
#footer A {
	color: #71A5D9;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;




}
#footer A:hover {
	color: #FFFFFF;
	background-color: #71A5D9;

}
#footer A:visited {
	color: #71A5D9;
	background-color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
#footer td {
	color: #666666;
	background-color: #FFFFFF;
	font-size: small;

}
#footer A:link {
	color: #71A5D9;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
