body,.adminBody {  
	font-family: "trebuchet ms";
	
	color:#000;
	background-color: #fff; 
	margin:25px 10px 10px 10px;
	text-align:center;
	}

div{
	margin:0px auto;
	text-align:left;	
	background-color:#FFF;
}
h1,h2,h3{
	font-size:120%;	
	margin-bottom:10px;
}
h2{font-size:100%; font-weight:bold;}
h3{font-size:100%;}

a{color:#a40500; text-decoration:underline;}
a:hover{color:#B40E08; text-decoration:none;}

div#mainContent{
	font-size:75%;
	margin:0px auto;
	width:1000px;
	padding:0px;
	background-color: #fff; 
	overflow:hidden;	
}

		div#topBar{
			text-align:right;		
		}
				div#topBar div{
					height:20px;
				}
				
				div#languages{
					float:left;
					width:250px;
					padding-left:143px;
				}
				div#languages img{
					border-style:none;
				}
				div#tools{
					float:right;
					width:275px;
					background:#B40E08 url(/gfx/backgrounds/toolbarStart.gif) no-repeat top left;	
					color:#FFFFFF;				
				}
				
						div#search{
							margin-left:25px;
							float:left;
							width:150px;
							background-color:#B40E08;
						}
						
						input#searchString{
							font-size:90%;
							width:150px;
							border-style:none;
							background-color:transparent;
							color:#FFFFFF;
						}
						
						div#toolButtons{
							float:right;
							margin-right:7px;
							background-color:#B40E08;
						}
						
						div#toolButtons img.toolIcons{
							border-style:none;
							margin-right:3px;
							cursor:hand;
						}
						


