
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000102;
	background: #13007D;
}

n1, {
	font-weight: normal;
	color: #FEBF00;
	background: #13007D;
	}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #000102;
	background: #D8DFEF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
	color: #FEBF00;
	background: #13007D;
	
}

p {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
	background: #D8DFEF;
	text-align: justify;
}

a:link {
	color: Red;
}

a:hover {
	text-decoration: none;
	color: #B41031;
}

a:visited {
	color: #2DA8F6;
}

/* Header */

#header {
	
	
	width: 900px;
	height: 10px;
	background: #13007D;
	margin: 0 auto;
	
}

#logo {
padding: 10px 550px 20px 20px;
float: center;
	width:0px;
	height:0px;
	background: #13007D;
	
}

#logo h1 {
	padding-top: 5px;
	text-align: center;
	letter-spacing: -1px;
	font-size:	16px;
}

#logo h1 a {
	color: 000102;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #13007D;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float:right;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #000000;
}

#menu .active a {
}

/* Splash */

#splash_logo {
	width: 850px;
	height: 180px;
	margin: 0 auto;
	background: url(images/b3.gif) no-repeat left top; 
}

#splash_logo p {padding: 10px 550px 50px 20px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	
}

#
#splash {
	width: 680px;
	height: 150px;
	margin: 0 auto;
	background: url(images/b3.gif) no-repeat right top;
}

#splash p {
	padding: 210px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000102;
}


/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 615px;
	padding: 20px;
	background: #D8DFEF;
}

#content ol, #content ul {
	margin-left: 3em;
}
#content1 {
	float: right;
	width: 615px;
	padding: 20px;
	background: #13007D;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 1050px;
	padding: 10px 0px 0px 0px;
	background: #000102;
}
http://www.bradsoft.com/topstyle/http://www.bradsoft.com/topstyle/http://www.bradsoft.com/topstyle/http://www.bradsoft.com/feeddemon/http://www.bradsoft.com/feeddemon/
#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}

/* Footer */

#footer {
	clear: both;
	width: 820px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	color: Black;
	border: 1px solid #D8DFEF;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}