﻿Body{
	
	background: #F9F9F7 url('../../Images/a1.gif') repeat-x;
	color: #525243;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	line-height: 1.2em;
}
    
#Wrapper{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: solid 1px gray;
	
} 

#ContentWrapper{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:auto;
	padding: 10px;
}   
    
#Header{
	
	background-color: #F9F9F7;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#LogoImage{
	margin-left:auto;
	margin-right:auto;
}

#TopMenu{
     background-color:#FFCC00;
     font-size: 1em;
     line-height: 1em;
     margin-left:auto;
	 margin-right:auto;
	 padding-left: 10px;
}

#LogIn{
	background-color:#006600;
	height:1.9em;
	line-height: 1.2em;
	font-size: 1em;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}

#Footer{
	font-size:.8em;
	text-align: center;
	width: 800px;
	margin: 10px;
	
}

#LeftSide{
	float:left;
	width: 50%;
}

#RightSide{
	float:right;
	width: 50%;
}

.PageTitle{
     font-size:1.8em;
     font-weight:bolder;
     color:#006600;
     line-height: 2em;
     text-align:left;
     margin-top:15px;
     margin-bottom:15px;
     width: 20em;
     border-bottom: dashed 2px #006600;
}


.modalBackground{
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.2;
}

.modalPopup{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

































































































































































































































