	* {
		margin: 0;
		padding: 0;
		cursor: default;
		
	}
	
	body {
		margin-top: 152px;
		color: #FFFFFF;
		background-color: #4D81EE;
		background-image: url(images/img01.gif);
		background-repeat: no-repeat;
		background-position: center top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
	
	}
	
	h1, h2, h3 {
		color: #FFFFFF;
	}
	
	h2 {
	}
	
	h3 {
	}
	
	p, blockquote, ul, ol {
		margin-bottom: 1.4em;
		line-height: 1.8em;
		text-align: justify;
	}
	
	p {
	}
	
	blockquote {
		margin-left: 2em;
		margin-right: 2em;
		font-style: italic;
	}
	
	ul {
		margin-left: 3em;
	}
	
	ul li {
	}
	
	ol {
		margin-left: 3em;
	}
	
	ol li {
	}
	
	a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	img {
		border: 0px solid #C4C2C2;
	}
	
	/* Boxed Style */
	
	.boxed {
		margin-bottom: 20px;
	}
	
	.boxed .title {
		margin: 0;
		padding: 5px 0;
		background: url(images/img07.gif) repeat-x left bottom;
		font-size: 1em;
	}
	
	.boxed .content {
		padding: 10px;
	}
	
	/* Post */
	
	.post {
	}
	
	.post .title {
		padding: 5px 0;
		background: url(images/img07.gif) repeat-x  left bottom;
		font-size: 1.6em;
		font-weight: normal;
	}
	
	.post .date {
		padding-top: 5px;
		font-size: .8em;
		font-weight: normal;
	}
	
	.post .date .month {
	}
	
	.post .date .day {
	}
	
	.post .date .year {
	}
	
	.post .meta {
		padding-bottom: 10px;
		background: url(images/img07.gif) repeat-x left bottom;
		font-size: .8em;
	}
	
	.post .meta p {
		margin: 0;
		line-height: normal;
	}
	
	.post .story {
		padding: 10px;
		background-color: #125682;
	}
	
	/* Header */
	
	#header {
		height: 61px;
		background: url(images/img02.gif) repeat-x;
	}
	
	/* Header > Logo */
	
	#logo {
		width: 700px;
		height: 19px;
		margin: 0 auto;
		padding: 6px 0 0 0;
	}
	
	#logo h1, #logo h2 {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 11px;
	}
	
	#logo h1 {
		float: left;
	}
	
	#logo h2 {
		float: right;
	}
	
	#logo a {
	}
	
	/* Header > Menu */
	
	#menu {
		width: 855px;
		height: 27px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	
	#menu ul {
		margin: 0;
		padding: 7px 0 0 0;
		list-style: none;
	}
	
	#menu li {
		display: inline;
	}
	
	#menu a {
		display: block;
		float: left;
		height: 25px;
		margin: 0 5px 0 0;
		padding: 2px 25px 0 25px;
		background: url(images/img03.gif) repeat-x;
		border: 1px solid #222222;
		text-align: center;
		font-size: 9px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	#menu a:hover {
		background-image: url(images/img04.jpg);
		text-decoration: none;
	}
	
	#menu .active a {
		background-image: url(images/img05.jpg);
	}
	
	/* Wrapper */
	
	#wrapper {
		background: url(images/img06.jpg) repeat-x;
	}
	
	/* Content */
	
	#content {
		width: auto;
		margin: 1 auto;
		padding: 1px 0 0 0;
	}
	
	/* Content > Main */
	
	#main {
	float: left;
	width: auto;
	}
	
	/* Content > Main > Welcome */
	
	#welcome {
		width: 730px;
		padding-top: 5px;
		padding-left:60px;
	}
	
	/* Content > Main > Example */
	
	#example {
	}
	
	/* Content > Sidebar */
	
	#sidebar {
		float: left;
		margin:0;
		width: 220px;
	}
	
	/* Content > Sidebar > Support */
	
	#support {
		padding: 20px 15px;
		color: #FF8A00;
	}
	
	#support h2 {
		margin: 0 auto;
		font-size: 1.3em;
		color: #FF8A00;
	}
	
	#support h3 {
		margin: 0;
		font-size: 1em;
		color: #FF8A00;
	}
	
	/* Content > Sidebar > Login */
	
	#login {
	}
	
	#login form {
	}
	
	#login fieldset {
		border: none;
	}
	
	#login legend {
		display: none;
	}
	
	#login label {
		font-size: x-small;
		font-weight: bold;
	}
	
	#login input {
		margin-bottom: 5px;
		padding: 2px 5px;
		border: 1px solid #385B88;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#inputtext1, #inputtext2 {
		color: #385B88;
	}
	
	#inputsubmit1 {
		background: #385B88;
		color: #FFFFFF;
	}
	
	#login p {
		font-size: .8em;
	}
	
	/* Content > Sidebar > Updates*/
	
	#updates {
	}
	
	#updates ul {
		margin: 0;
		list-style: none;
	}
	
	#updates h3 {
		margin: 0;
		font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	}
	
	#updates p {
		margin-bottom: 1.4em;
		font-size: smaller;
		line-height: normal;
	}
	
	/* Content > Sidebar > Partners*/
	
	#partners {
	}
	
	#partners .content {
		padding: 10px 0;
	}
	
	#partners ul {
		margin: 0;
		border-bottom: 1px solid #D1BC5C;
		list-style: none;
		line-height: normal;
	}
	
	#partners li {
		padding: 10px;
		border-top: 1px solid #D1BC5C;
	}
	
	/* Footer */
	
	#footer {
		clear: both;
		padding: 2px 30px;
		border-top: 0px solid #393F4D;
		background: #444C5D;
	}
	
	#footer p {
		width: 730px;
		font-size: x-small;
		color: #FFFFFF;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	
	#footer a {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	/* Footer > Legal */
	
	#legal {
	}
	
	/* Footer > Links */
	
	#links {
	}
	.acToggle {
	BORDER-RIGHT: #6697f6 0px solid;
	BORDER-TOP: #6697f6 0px solid;
	DISPLAY: block;
	BORDER-LEFT: #6697f6 0px solid;
	WIDTH: 700px;
	CURSOR: pointer;
	BORDER-BOTTOM: #6697f6 2px solid;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #125682;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	.acToggle A {
		DISPLAY: block;
		FONT-SIZE: 14px;
		CURSOR: pointer;
		background-image: url(images/img04.jpg);
		background-repeat: repeat-x;
	}
	.acCurrent {
		BORDER-LEFT-COLOR: #6697f6;
		BORDER-BOTTOM-COLOR: #6697f6;
		BORDER-TOP-COLOR: #6697f6;
		BACKGROUND-COLOR: #125682;
		BORDER-RIGHT-COLOR: #6697f6
	}
	.acCurrent A {
		FONT-SIZE: 14px;
		COLOR: #FFFFFF
	}
	.acStretch {
	BORDER-RIGHT: #6697f6 2px solid;
	PADDING-RIGHT: 15px;
	BORDER-TOP: #6697f6 0px solid;
	PADDING-LEFT: 15px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 10px;
	BORDER-LEFT: #6697f6 2px solid;
	WIDTH: 676px;
	COLOR: #000000;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: #6697f6 2px solid;
	BACKGROUND-COLOR: #125682;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
