html, body, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
line-height:17px;
	color: #000;
	background: #FFF;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height:20px;
	margin:0;
	padding:7px 0;
}

a {
	text-decoration: none;	line-height:20px;
}

a:link,
a:visited {
	color: #566e94;
	text-decoration: underline;
}

a:hover,
a:active {
	color:#96AC86;
}

ul {
	list-style-position: outside;
	margin: 0 0 0 22px;

	line-height: 21px;
}

ul li {
	padding: 0 0 0 3px;
		list-style-image: url(images/bullet-h.gif);
			line-height: 21px;
}

#left h1 {
	padding: 0 0 5px 10px;
	border-bottom: 2px solid #E4EAF4;
}

#left a {
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#left ul {
margin:0 10px 10px;
list-style-image: none;
}

#left ul li {
list-style-image: none;
	list-style:none;
		border-bottom: 1px solid #E4EAF4;
		padding:4px 0 4px 4px;
}

.attention {
color: #FF0000;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 7px 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}


h1 {
	color: #96ac86;
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin:5px 0;
}

h2 {
		color: #749cd3;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin:5px 0;
}

/* ______________________________________________________________________________________________ Layout */

#wraper {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#container {
	clear:both;
	padding:0;
	margin: 0;
	position:relative;
	width:960px;
}

#header {
		clear:both;
		background: url(images/bg-header.gif) no-repeat;
		height: 88px;
}

#header a {
	cursor: pointer;
}

#header h1 {
	background: url(images/logo.gif) no-repeat;
	text-indent: -99999px;
	width: 399px; height: 69px;
	margin:11px 0 0 13px;
	position:absolute;
	display:inline;
}

#contactInfo {
color:#566E94;
float:right;
font-family:georgia;
line-height:16px;
margin:9px 31px 0 0;
}

#contactInfo a {
	text-decoration: none;
}

#contactInfo span {
	font-size: 10px;
	color: #749CD3;
}

#navigation {
		clear:both;
		background: url(images/bg-nav.gif) no-repeat center;
		height: 24px;
		margin: 0 5px;
		border-bottom: 1px solid #9cb294;
		position:relative;
z-index:999;
}

#content {
		background-color: #eff4fc;
		border: 3px solid #b8cae6;
		margin: 1px 5px 0;
		padding: 20px;
	display:inline-block;
}

#content #left {
	float: left;
	display: inline;
	width: 194px;
	margin: 0 20px 0 0;

}

#content #left img {
	border: 2px solid #e4eaf4;
		background:#FFF;
}

#content #left div {
	border: 2px solid #e4eaf4;
	padding: 10px;
		background:#FFF;
		width:174px;
}

#content #right {
	float: right;
	display:inline;
	position:relative;
	border: 2px solid #e4eaf4;
	width: 622px;
	background: #FFF;
	padding: 30px;
	min-height:470px;
}

#content #right #innerLeft {
	width: 49%;
	float:left;
	display: inline;
}

#content #right #innerRight {
	width: 49%;
		float:right;
	display: inline;
}


#footer {
		clear:both;
		text-align: right;
		padding: 6px 10px 0 0;
}

.network {
/*border: 2px solid #E4EAF4;*/
	
}
.network p.title {
	font-weight: bold;
	color:#566E94;
}
.network td {
	border-bottom: 1px solid #E4EAF4;
}

.network p{
	padding: 5px;
}