body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;	
}

ul
{
	padding: 0px;
	margin-left: 15px;	
	margin-top: 0px;
}

li
{
	margin: 2px;
	padding: 0px;
	list-style-type: square;
}


li a
{
	color: Black;
}


a
{
	color: #666666;
	text-decoration: underline;
}


a:hover
{
	text-decoration: none;
}

.registerInput
{
	width: 150px;
	border: 1px solid #666666;
}

.errMsg
{
	color: Red;
	font-weight: bold;
}


a.menulink {
	color:#FFFFFF;
	text-decoration:none;
}

a.menulink:hover
{
	color:#FBE380;
	text-decoration:none;
}

p.flash
{
		
}

img.contentimg 
{
	
	float:right;	
	padding-left: 10px;
	clear: both;	
	background-image: url(../images/dots-right.gif);
	background-repeat: repeat-y;
	background-position: top left;	
	width: 200px;
	margin-left: 10px;	
	padding-bottom: 5px;

}

#montage 
{	
	background-image:url(../images/logo-print.gif);
	background-repeat:no-repeat;
}

#logo
{
	display: none;
}

#blackbar 
{
	display: none;
	position:absolute;
	top:67px;
	left:0px;
	width:100%;
	height:27px;
	background-color:#000000;
	background-image:url(../images/black_shadow_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-top:1px solid #FFFFFF;
}

#menu 
{
	display: none;
	position:absolute;
	top:90px;
	left:0px;
	width:194px;	
	z-index:2;
}

.menuitem
{
	display: none;
	padding-left:9px;
	padding-top:3px;
	cursor:hand;
	height:16px;
	background-color:#868686;
	border-top:1px solid #BABABA;
	border-left:1px solid #BABABA;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.submenuitem
{
	display: none;
	padding-left:9px;
	padding-top:3px;
	cursor:hand;
	height:16px;
	background-color:#555353;
	border-top:1px solid #BABABA;
	border-left:1px solid #BABABA;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#maincontent {
	position:absolute;
	top:110px;
	left:0px;	
	padding-left:0px;
	padding-right:15px;
}

#breadcrumbs
{
	display: none;
	position:absolute;
	top: 72px;
	left:10px;	
	height:20px;
	color: White;
	z-index: 105;	
}

#loggedin
{
	display: none;
	position:absolute;
	top:72px;
	right: 10px;	
	height:20px;
	color: White;
	z-index: 103;	
}

.subpageBox
{
	display: none;
	float: right;
	padding-left: 10px;
	background-image: url(../images/dots-right.gif);
	background-repeat: repeat-y;
	background-position: center left;
	margin-left: 10px;	
	width: 200px;	
}


.subpageBoxHeader
{
	text-align: left;
	font-weight: bold;	
	margin-bottom: 2px;
	color: #9C100F;
}

.dots
{
	margin-bottom:10px;
	padding-bottom: 10px;
	width:100%;
	height:4px;
	background-image: url(../images/dots.gif);
	background-position:left;
	background-repeat:repeat-x;		
}

.title
{
	background-image: url(../images/square.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
	font-weight: bold;
	font-size: 150%;	
	padding-left: 0px;
}


.black
{
	color: Black;
	color: #9C100F;
	font-weight: bold;
}

.smallsquare
{
	background-image: url(../images/square-small.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 15px;
}

.brown
{
	color:#9C1010;
	font-weight: bold;
}

.copyright
{
	width:100%;
	font-size:80%;
	color:#999999;
	text-align:right;	
}


.enableLogo
{
	text-align: left;
	position: relative;
	top: -25px;
	left: -5px;
}