/* Soft Designs -- General Markup Styles */
body {
	background-color: #e2e2e2;
	margin: 0px;
	height: 100%;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

#content a,a:link,a:visited,a:active {
	color: #0000CC;
}

#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	ffont-family: sans-serif;
	ffont-size: 11px;
	height: 100%;
	color: black;
	clear: both;
}

#content .block {	
	float: left;
	/*	border: 1px solid red; */
	padding: 10px;
	width: 30%;
	height: 100%;
}

.center {
	text-align: center;
	margin: 0;
	padding: 0;
}

#content .text {
	ffont-size: 14px;
	/*color: #333333;*/
	padding-left: 20px;
}

ul { 
	color: #333333; 
	padding-left: 25px; 
	margin-left: 10px;
	line-height: 18px;	
}
/*(-ul, ol */
 .tightlist
{
llist-style: none;
text-indent: 1px;
padding-left: 1px;
margin-left: 1px;
}

h1 { 
	font-size: 16px;
	font-weight: bold;
	color: black;
	
	border-bottom:2px dotted #CCC;
	
}


h2 { 
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	ccolor: black;	
	
}

#address {
	float: right;
	height: 54px;
	padding-top: 5px;
	padding-right: 5px;
}
#logo { float: left; }

#logoContainer { 
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	font-size: 11px;
	color: black;
	clear: both;
}
img .thumb {
	padding: 5px;
	border: 0px;
}
#submenu .selected { font-weight: bold; }

