﻿body 
{
	font-size:100%; 
	font-family: Arial; 
	background: #69b9b0  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: #4d9383;
	font-family: Cambria;
	font-size: 25px;
}

h3
{
	color: #da8308;
}

h4
{
	color: #da8308;
	margin: 0;
	padding: 0;
}

.SubTitles
{
	font-size: 14px; 
	color: #81aba2;
}

#header 
{
}

#ColumLeft 
{
	float:left; 
	width:20%; 
}

#ColumnRight 
{
	float:right; 
	width:20%; 
}

#ColumLeft, #ColumnRight 
{
	margin-bottom:-32767px;
	padding-bottom:32767px; 
}
/*Bulletin*/

#BulletinList
{
	list-style: none;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #25b1d2;
	background: #d8e2e4;
}


/*Twitter*/

#twitter_update_list, li
{
	list-style: none;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #25b1d2;
	background: #d8e2e4;
}

.twitter-link
{
	height: 48px; 
	padding: 10px 0 0 55px; 
	font-weight: bold; 
	font-size: 1em; 
	background: url('images/icon_twitter_sm.png') no-repeat; 
	display:block;
}

#twitter_div
{
	padding: 5px; 
	font-size: 1em;
	color: #666;
}


/*Twitter*/

#wrapper 
{
	float: left;
	width: 100%;
	background: url('images/bg_content_75.png') repeat;
	overflow:hidden; 
 }

#ColumnCenter 
{
	width:80%; 
	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: #c3a1e4;
	text-decoration: none;
}

.MainMenuTopLink:hover
{
	color: #c3a1e4;
	font-size: 15px;
	text-decoration: underline;
}

.MainMenuSubLink
{
	color: #8da19e;
	font-family: Verdana;
	padding: 1px;
	font-size: 11px;
	text-decoration: none;
}

/*buttons and links*/