﻿body 
{
	font-family: Arial; 
	background: #e5a549  url('images/bg_site.png') repeat-x;
	padding: 0;
	margin: 0;
}

#minMax 
{
	min-width:700px; 
	max-width:1100px; 
	margin:0 auto;
}

.clear
{
	clear: both;
}

h1
{
	margin-top: 15px;
	color: Green;
	font-family: Cambria;
	font-size: 25px;
	letter-spacing: 2px;
	text-align: center;
}

h3
{
	color: Green;
}

#header 
{
}

#ColumLeft 
{
	float:left; 
	width:20%; 
}

#ColumnRight 
{
	float:right; 
	width:30%; 
}

#ColumLeft, #ColumnRight 
{
	margin-bottom:-32767px;
	padding-bottom:32767px; 
}
/*Bulletin*/

#BulletinList
{
	list-style: none;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #25b1d2;
	background: #d8e2e4;
}


#wrapper 
{
	float: left;
	width: 100%;
	background: url('images/bg_content_75.png') repeat;
	overflow:hidden; 
 }

#ColumnCenter 
{
	width:70%; 
	float:left; 
 }

#footer {clear:both;}

.content
{
	padding: 10px;
}

.ContentBorder
{
	width: 99%; 
	margin:3px;
	border: 1px solid #ccc;
	text-align: justify; 
}

.ConnectListBox
{
	border-bottom: 1px solid #ccc; 
	height: 48px; 
	padding: 10px 0 0 60px; 
	/*add image inline*/
}


/*[if lte IE 7]>*/

/* hack to compensate for IE and percentage widths rounding errors */
#topbar {width:60.6%;}
#outer3 {width:29.8%;}
#blue {width:19.2%;}
/* for IE6 */
* html #wrapper {display:inline-block;}
* html #minMax {width: expression(document.body.clientWidth < 702? "700px" : document.body.clientWidth > 1102? "1100px" : "auto");}

/*[endif]*/

/*buttons and links*/
.MainMenuButtonBoxes
{
	float: left; 
	height: 20px;
	width: 135px;
	text-align: center; 
} 

.MainMenuTopLink
{
	font-family: Verdana;
	padding: 2px;
	font-size: 15px;
	color: #f5e7cc;
	font-weight: bold;
	text-decoration: none;
}

.MainMenuTopLink:hover
{
	color: #e9cca2;
	text-decoration: underline;
}

.MainMenuSubLink
{
	color: #d5a763;
	font-family: Verdana;
	padding: 1px;
	font-size: 11px;
	text-decoration: none;
}

.FormFieldChange
{
    background-color: #e0eef5;
    border: 1px solid #ccc;
    color: #5f4929;
    font-family: Verdana;
    font-size: 14px;
    padding: 2px;
}

/*market*/

.ListTitle
{
	 float: left; margin: 3px; font-size: .75em; color: #666;
}

.ListDescription
{
	float: left; margin: 3px; font-size: .85em;
}
