* { margin: 0; padding: 0; }
body { 
	font: 80.5% Arial, Helvetica, sans-serif;
	background: #f4f4f4;
}
h1, h2, h3, h4, h5, h6 {color: #335588;}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a img { border: none; }

.italic { font-style: italic;}
.bold { font-weight: bold;}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

a { 
	text-decoration: none; 
	outline: none;
	color: #335588;
	}
	a:hover {
		text-decoration: underline;
	}

#page-wrap {
  width: 960px;
	/*min-width: 960px; max-width: 1260px;*/
	margin: 0 auto; padding: 0 10px;
	/*width: expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1261? "1260px" : "auto");*/
	background: url(images/bg.gif) repeat-y;
}

#top-bar {
	min-height: 55px;
	padding: 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	}
#top-banner {
	background: url("images/top.jpg") no-repeat #1b5790; /* Digg Blue */
	min-height: 338px;
	width: 960px;
	padding: 0px;
	margin: 0px;
	}
	#right-side {
		float: right;
		padding-top: 15px;
		}
		#right-side img {
			border: 1px solid white;
			vertical-align: middle;
		}
		#right-side a {
			color: white;
			border-left: 1px solid white;
			height: 10px;
			padding-left: 10px;
			}
			#right-side a.first {
				border: none;
				padding: 0;
			}

#main-content {
	background: white;
	padding: 16px;	
}

#main-content p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 8px;
}

#feature-content {
	margin-bottom: 18px;
	}	
#feature-content ul {
  list-style: square inside;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1.2em;
  margin-left: 0;
	padding-left: 1.8em;
	text-indent: -1.8em}
	
#feature-content ol {
  list-style: inside;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1.2em;
  margin-left: 0;
	padding-left: 1.8em;
	text-indent: -1.8em}
	
	#feature-left {
		width: 48%;
		float: left;
		padding-right: 15px;
		}
		#feature-left p {
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 8px;
		}
	#feature-right {
		float: right;
		width: 49%;
		}
		#feature-right p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.feature-mini {
			float: left;
			width: 46%;
			margin-right: 2%;
		}
		
#footer {
	background: #1b5790;
	padding: 5px;
	color: white;
	font-size: 12px;
	}
	#footer a {
		color: white;
	}







fieldset { border:0;margin:0;padding:0; }
label { display:block; font-size: 1.2em; line-height: 1.5em; margin-top: 8px; }
input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }