body {
	text-align:center;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/body-repeat.png) repeat-x 0 0;
}

body, p, td, th, li{
	font-size:12px;
	color:#737373;
	font-family:Verdana;
}


/* startard elements */

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend {
	border:0 none;
	margin:0;
	padding:0;
}

p {
	line-height:1.6em;
	margin:0 0 15px 0;
	text-align:justify;
}

a:link {
	color: #377FD9;
	text-decoration: none;
}

a:visited {
	color: #377FD9;
	text-decoration: none;
}

a:active {
	color: #377FD9;
	text-decoration: none;
}

a:hover {
	color: #737373;
	text-decoration: underline;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}


h1 {
	margin:0 0 18px 0;
	font-size:18px;
	color:#268acd;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Verdana;
}


h2 {
	margin:0 0 2px 0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#7ca13e;
}

/* layout */

#wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:71px;
	padding-top:20px;
}


#logo {
	width:242px;
	height:71px;
	background:url(../images/sp-core.png) no-repeat 0 -107px;
	float:left;
	position:relative;
}

#logo a {
	width:165px;
	height:52px;
	background:url(../images/sp-core.png) no-repeat 0 -181px;
	display:block;
	float:left;
	position:absolute;
	left:35px;
	top:12px;
}

#logo a span {
	display:none;
}




#main-menu {
	background:url(../images/main-menu.png) repeat-x 0 0;
	height:71px;
	display:block;
	padding-top:16px;
}

#main-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
}



#main-menu ul li {
	float:left;
	height:47px;
	margin-top:8px;
	line-height:4.3em;
	overflow:hidden;
}


#main-menu ul li.last {
	width:21px;
	height:55px;
	margin-top:0;
	background:url(../images/sp-core.png) no-repeat 100% -49px;
	float:right;
}

#main-menu a {
	float:left;
	display:block;
	color:#FFFFFF;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	height:47px;
	padding-left:25px;
}

#main-menu li a span {
	display:block;
	float:left;
	height:47px;
	padding-right:25px;
}


#main-menu li.selected a, #main-menu li a:hover {
	color:#1374B5;
	background:url(../images/sp-core.png) no-repeat 0 0;
}

#main-menu li.selected a span, #main-menu li a:hover span {
	background:url(../images/sp-core.png) no-repeat 100% 0;
	cursor:pointer;
}

#content {
	background:url(../images/wrapper-bg.png) repeat-y 0 0;
}

#content .content-wrap{
	background:url(../images/shadow-top.png) no-repeat 0 0;
	padding:30px 50px 30px 50px;
}


.left-column {
	float:left;
	width:570px;
	margin-right:30px;
	padding-top:10px;
}


.main-column {
	 float:left;
	 width:430px;
	 padding-top:5px;
	 min-height:280px;
	 
}

.right-column {
	 float:right;
	 width:230px;
	 padding-top:5px;
	 min-height:280px;
	 
}


#footer {
	width:100%;
	clear:both;
	background:url(../images/shadow-bottom.png) no-repeat 0 0;
	height:19px;
	display:block;
	
}

.box1 {
	width:885px;
}

.right-column ul{
	list-style:none;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}

.right-column ul li{
	padding-bottom:5px;
	margin-bottom:5px;	 
}