body {
background:url(../_images/background2.jpg) top center repeat-x #212225;
color:#666;
font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:15px;
margin:0;
padding:0;
}
img {
border:none;
}
li {
list-style-image:url(../_images/check.gif) ;
}
h1 {
background:url(../_images/h1.jpg);
color:#FFF;
font-size:12px;
height:30px;
margin:0;
padding:8px;
width:270px;
}
a:link, #news a:visited {
color:#053350;
}
#wrapper {
background:url(../_images/frameback1.jpg) top center no-repeat #FFF;
clear:both;
padding:4px 70px 0 70px;
margin:0 auto;
width:840px;
}
#header {
background:url(../_images/header.jpg);
color:#FFFFFF;
height:135px;
padding:40px 0 0 640px;
width:200px;
}
#menu {
background:url(../_images/menu.jpg);
height:43px;
padding:0 0 0 15px;
width:825px;
}
		#menu a {
		color:#FFF;
		float:left;
		font-weight:bold;
		font-size:12px;
		margin:0;
		padding-left:10px;
		text-decoration: none;
		}
		#menu a span {
		display:block;
		padding:12px 30px 10px 18px;
		}
		#menu a span {
		float:none;
		}
		#menu a:hover {
		color:#053350;
		background: url(../_images/menuleft.gif) no-repeat left top;
		float:left;
		margin:0;
		padding-left:10px;
		text-decoration: none;
		}
		#menu a:hover span {
		background: url(../_images/menuright.gif) no-repeat right top;
		display: block;
		padding:12px 30px 16px 18px;
		}
		#menu a:hover span {
		float: none;
		}
		#menu .selected {
		color:#053350;
		font-weight:bold;
		padding:0 0 0 18px;
		background: url(../_images/menuleft.gif) no-repeat left top;
		}
		#menu .selected span {
		padding:12px 30px 16px 10px;
		background: url(../_images/menuright.gif) no-repeat right top;
		}
/*#main {
background:url(../_images/main.jpg) top center no-repeat #f9f9f9;
clear:both;
}
*/
.content {
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
float:left;
padding:10px;
width:532px;
}
.ccontent {
	float:left;
	padding:20px;
	width:40%;
}
.cside {
	float:right;
	padding:20px;
	width:50%;
}
.image {
background:#EAEAEA;
border:2px solid #EAEAEA;
font-size:11px;
float:left;
height:180px;
margin-bottom:5px;
margin-right:5px;
width:204px;
}
.side {
background:#e5e5e5;
border-bottom:1px solid #CCC;
float:right;
width:286px;
}
.side p {
padding-left:10px;
padding-right:10px;
}
#news {
display:block;
margin:0;
padding:0;
}
#news a:link, #news a:visited {
	color:#333;
display:block;
font-weight:bold;
text-decoration:none;
}
#news a:hover {
color:#4e6b80;
}
.side em {
color:#CCC;
display:block;
font-size:8px;
font-weight:normal;
}
#footer {
	clear:both;
display:block;
height:90px;
margin-top:2px;
padding:5px;
}
#ftrmid {
background:#000;
color:#999;
font-size:11px;
height:48px;
padding:5px 10px 5px 10px;
margin:0 auto;
width:824px;
}
.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}
.MultiBoxLoading {
	background: url(../_images/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../_images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}
.MultiBoxPrevious {
	position: absolute;
	background: url(../_images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	position: absolute;
	background: url(../_images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(../_images/rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../_images/leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
/* BLog Functionality */
.blog-container {
	border-right:1px solid #CCC;
	float:left;
	padding:20px;
	width:458px;
}
.side-panel {
	background:#EAEAEA;
	border-left:1px solid #FFF;
	float:right;
	padding:20px 30px;
	width:260px;
}
.BlogRecentPost li {
		list-style-image:url(../_images/chk.gif);
}
.BlogRecentPost li a:link,  .BlogRecentPost li a:visited {
	padding:5px;
}
.BlogRecentPost li a:hover {
	color:#A1378D;
}

/*tom css*/

#sMenuLeft{
padding:10px;
float:left;
width:220px;
background-color:#EEE;
}


#sMenu li {
line-height:18px;
}

#sMenu a:visited{
color:#053350;
}

#sMenu a:hover{
text-decoration:none;
color:#000;

}

#sContentRight {
float:right;
width:570px;
padding:10px 15px 0px 0px;
}

.sH3{
padding:-5px;
font-size:14px;
margin:0px;
}

.contentH2{
font-size:24px;
padding:8px 0px 5px 0px;
margin:0px;
}

#dataTable2{
border:0px;
width:100%;
}
#dataTable2 td {

padding:5px;
vertical-align:top;
text-align:center;

}
.BlogRecentPost {
line-height:30px;
}

