body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-image:url(pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.clear {
	clear:both;
}
 a, a:link, a:visited {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
}

#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:0;
	margin-bottom:20px;
}

#logo-and-text { 
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:2px;	
}

#top {
	width:239px;
	height:165px;
	float:left;
	margin:0;
	overflow:hidden;
}

img.top-img  {
	
	width:239px;
	height:150px;
	overflow:hidden;
	text-align:center;
	margin-top:15px;
	margin-bottom:0;
	border:1px solid #5E686F;
	
}

#top-right {	
	width:660px;
	height:160px;
	float:right;
	margin:0;
}

#page-text {
	height:96px;
	padding:20px;
	margin:0;
	overflow:hidden;
}

#page-text h2 {
	color:#fff;
	font-size:25px;
	font-weight:100;
	margin:0;
	padding:0;
}

#top-content {
	width:950px;
	height:165px;
	background-image:url(pix/body_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#topmenu {
	height: 27px;
}

#menu {
	height: 27px;
	padding:5px 5px 8px 5px;
	margin:0 0 0 20px;
	list-style:none;
}

#menu li {
	display:inline;
	padding-right:20px;
	padding-left:30px;
	font-variant:small-caps;
	font-size:16px;
	font-weight:800;
	background-image:url(pix/menu_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu li a, #menu li a:visited {
	color:#fff;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

#menu li a.current, #menu a.current:visited {
	font-weight:bold;
}	

/*.....left content.....*/

#left-content {
	width:237px;
	margin:0px;
	float:left;
	display:inline;
	background-color:#EDeded;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	background-position:top right;
	background-repeat:repeat-y;
	margin-bottom:-10px;
}
.scm-sidebar h2, .scm-sidebar p {
	padding-left:10px;
	padding-right:10px;
}
 .scm-sidebar h2 {
	font-size:15px;
	font-weight:bold;
	color:#666666;
}

#left-content ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

#left-content li {
	background-image:url(pix/menu_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#left-content li a, #left-content li a:visited {
	color:#000;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 10px;
}

#left-content li a:hover {
	color: #FF0000;
}

#left-content li a.current, #left-content a.current:visited {
	color:#CC0000;
	font-weight:bold;
	letter-spacing:2px;
}
#left-content ul li li{
	
	margin:0;
	padding:0;
	padding-left:0;
	list-style:circle;
	margin-top:-5px;
	margin-left:25px;
}

/*.....other content.....*/

#content-wrapper {
	float:right;
	width:710px;
	margin:0;
	background-color:#FFFFFF;
	margin-bottom:-10px;
	display:inline;
}

#center-content {
	float:left;
	width:480px;
	line-height:20px;
	padding-top:10px;
	padding-left:24px;
	padding-bottom:10px;
}
#center-content p, #center-content h1 {
	width:450px;
}

#center-content a, #center-content a:visited {
	color:#FF0000;
}

#center-content a:hover {
	color:#000;
}

#center-content img {
	margin:10px;
}

#center-content h1 {
	font-size:17px;
	color:#cc0000;
	font-weight:bold;
	padding:5px 0;
}

#center-content h2 {
	color:#666666;
	font-size:12px;
}

#center-content h3 {
	color:#999999;
	font-size:12px;
}

#center-content .center-table table  {
	border:1px solid #cccccc;
	padding:10px;
	border-spacing:0;
}

#right-content {
	float:right;
	width:195px;
	padding-left:5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-position:top left;
	background-repeat:repeat-y;
}

#right-content h2 {
	font-size:15px;
	color:#999999;
	font-weight:bold;
}


#right-content ul {
	margin:0 0 0 15px;
	padding:0;

}

#right-content li {
	background:none;
	border:none;
	padding-bottom:10px;
}

#right-content li a, #right-content li a:visited {
	color:#000;
	text-decoration:none;
	display:inline;
	padding:5px 5px 5px 0;
	list-style:circle;
	list-style-position:inside;
	margin-left:0;
}

#right-content li a:hover {
	color: #ff0000;
}

/*.....footer.....*/

#footer {
	height:125px;
	border-bottom:20px solid #333333;
	border-top:1px solid #ccc;
	border-left:1px solid #36752F;
	border-right:1px solid #36752F;
	margin:10px 0;
	color:#fff;
	background-color:#333333;
	padding:14px 0 2px 0;
	text-align:center;
}

#footer img {
	border:1px solid #fff;
	margin-top:10px;
	margin-bottom:0;
	padding:0;
}

#footer a, #footer a:visited {
	color:#fff;
}
#footer a:hover {
	color:#ff0000;

}

#quote {
	padding:15px;
	font-size:15px;
}
