/* CSS Document */
.menu{
	background-color: #3E4340;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	width: 200px;
}

.menuheader{
	background-color: #635C5B;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	height: 20px;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.menulinks{
	padding-top:8px;
	padding-left:10px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #333333;
	
}

.menuimage{

	padding-top:3px;
	
}
.menulinks a, .yellowsmall{
	font-family: Arial, Helvetica, sans-serif;	

}
.menulinks a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.yellowsmall{
	font-size: 11px;
	color: #F5C53D;
	font-weight: bold;
}

.leftborder{
	background-repeat: repeat-y;
	background-image: url(images/leftborder.jpg);
}
.rightborder{
	background-repeat: repeat-y;
	background-image: url(images/rightborder.jpg);
	width: 16px;
}


div.hr {
	width: 90%;
	height: 2px;
	line-height: 1px;
	font-size: 1px;
	background-color: #645C5A;
}  
 
.greyinputbox{
	background-color: #CCCCCC;
	width: 100px;
}

.mainimage{
	background-color: #AF0C20;
	padding-top:5px;
	padding-left:5px;
	padding-right:2px;
	padding-bottom:2px;
}

.imagebar{
	background-image: url(images/imagebar.jpg);
	height: 43px;
}
.imagebarleft{
	background-image: url(images/imagebarleft.jpg);
	background-repeat: repeat-x;
	height: 43px;
	width:9;
}

.content{

}

.content p, li{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	
}

.content a{
	color: #F5C53D;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}