@charset "utf-8";
body {
	/*font: 70% Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
}

a {
	text-decoration:none;
	color:#002a54;
}
a:hover {
	text-decoration:underline;
}
img {
	border-width:0px;
}
p {
	margin-top:0px;
}
.general div.contentdivider {
	margin:6px;
	clear:both;
}

.general #container {
	/*width: 46em;*/  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	width:740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px dotted #CFCFCF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.general #header { 
	text-align:right;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.general #footer { 
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	display:block;
	clear:both;
	background:#DDDDDD;
	background-image:url('images/footer.gif');
	background-repeat:no-repeat;
	margin-top:30px;
	height:30px;
} 
.general #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.general #nav {
	border:solid 0px #FF9999;
	white-space:nowrap;
}
.general #nav div{
	display:inline;
	border:solid 0px #FF99FF;
	padding:0px;
	margin:0px;
}

.general #nav img{
	border-width:0px;
	
}

.general #headContent {
	white-space:nowrap;
	clear:both;
	padding-top:10px;
}
.general #headContent div{
	display:block;
	float:left;
	width:150px;
	padding:0px;
	margin:0px;
}

.general #headContent img{
	border-width:0px;
}
.general div #headContentFontSize{
	float:right;
	text-align:right;
	width:130px;
	height:30px;
	padding-top:8px;
	background:#d1d3d4;
	padding-right:10px;
}
.general div #headContentFontSize #headContentFontSize1{	
	padding:3px;
	font-size:small;
	border:solid 0px #AAAAAA;
	background:#EFEFEF;
}
.general div #headContentFontSize #headContentFontSize2{
	padding:3px;
	font-size:medium;
	border:solid 0px #AAAAAA;	
	background:#EFEFEF;	
}
.general div #headContentFontSize #headContentFontSize3{
	padding:3px;
	font-size:large;
	border:solid 0px #AAAAAA;
	background:#EFEFEF;	
}

.general .warning 
{
    color:#FF3333;
    font-weight:bold;
}

.general #adminloggedin
{
    display:block;
    float:left;
    color:#BB7777;
    margin-top:0px;
    text-align:left;
}

.general #adminloggedin fieldset
{
    padding: 4px;
    height:60px;
    border: 1px dotted #FF3333;	
}
.general #adminloggedin legend
{
	font-weight:bold;    
	border: 0px;
	color: #FF3333 !important;
	background-color:#FFFFFF;
	padding:2px;
}

.general a.admin
{
    color:#FF3333;
    font-weight:normal;
}

.general .admin
{
    text-align:center;
}

.general .buts
{
    width:100px;
}

