
/*******************************************  BLANK SLATE  ********************************************/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset,img { 
	border: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0px;
}
.clearContent {
	clear: both;
}


/**********************************************  HEADER  **********************************************/

#header {
	width: 733px;
	height: 96px;
	background-image: url('../images/header-bg.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 6px 0px;
}
#header img {
	float: right;
	margin: 0px 4px 0px 0px;
}

/***********************************************  BODY  ***********************************************/

#borderWrapper {
	border: 1px #818181 solid;
	padding: 9px 9px 5px 9px;
	width: 733px;
	margin: 0px auto;
	margin-top: 22px;
}
body {
	font-family: arial, sans-serif;
}

/**********************************************  FOOTER  **********************************************/

#footer {
	margin: 0px auto;
}
#footer p {
	font-size: .6em;
	float: left;
	position: relative;
	top: 8px;
	left: 7px;
	text-align: center;
}
#footerLeft {
	float: left;
}
#footerLeft img {
	margin: 0px 4px 0px 0px;
}
#footerRight {
	float: right;
	position: relative;
	top: 10px;
}

/******************************************  PAGE CONTENT  ********************************************/

#left, #right {
	float: left;
}
#left {
	width: 328px;
	padding: 9px;
	border: 1px #8797b9 solid;
	margin: 0px 3px 0px 0px;
	background-color: #e2e2e2;
}
#right {
	width: 382px;
}
#rightTop {
	border: 1px #8797b9 solid;
	padding: 9px;
	margin: 0px 0px 3px 0px;
	background-color: #e2e2e2;
}
#left img {
	margin: 0px 0px 15px 1px;
}
#rightBottom {
	border: 1px #8797b9 solid;
	padding: 8px;
	background-color: #e2e2e2;
}
#rightBottom img {
	border: 1px #8797b9 solid;
}
.innerContent, .innerContent2 {
	border: 1px #8e9ec0 solid;
	background-color: #ffffff;
	padding: 9px;
}
.innerContent2 {
	height: 341px;
}
.innerContent p {
	font-size: .6em;
	margin: 0px 0px 10px 4px;
}
.innerContent2 p {
	font-size: .7em;
	margin: 0px 0px 10px 0px;
	
}
.innerContent ul, .innerContent2 ul {
	font-size: .6em;
	list-style-type: decimal;
	margin: 0px 0px 10px 26px 
}
.innerContent a, .innerContent2 a {
	color: #000000;
}
.whoisInput {
	width: 231px;
	margin: 0px 5px 5px 0px;
}
#tc {
	padding: 9px;
	border: 1px #8797b9 solid;
	margin: 0px 3px 0px 0px;
	background-color: #e2e2e2;
}
#tcInner {
	font-size: .7em;
	margin: 0px 0px 15px 0px;
	line-height: 16px;
	border: 1px #8e9ec0 solid;
	background-color: #ffffff;
	padding: 9px;
}
#tcInner ul {
	list-style-type: decimal;
	margin: 0px 0px 0px 25px;
}
#tcInner li {
	margin: 0px 0px 10px 0px;
}
#tcInner h1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	margin: 0px 0px 5px 3px;
	font-style: italic;
	font-size: 1.1em;
}
.innerContent h1 {
	font-weight: bold;
	margin: 0px 0px 5px 3px;
	font-style: italic;
	font-size: 1.1em;
	color: #0a133a;
}
.innerContent2 h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #ff0000;
	margin: 0px;
}
.innerContent2 h2 {
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
	color: #0a133a;
	margin: 0px 0px 15px 0px;
}
