/* rough style sheet for testig purpose - remove this later - not to be used*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	margin:0 0 10px 0;
	background:#1F5A93; /*old color 1e1C2A*/
	font-family: arial,verdana;
	font-size: 10pt;
	color:#000;
}

.top {
	height:153px;
	padding-top: px;
	padding-bottom: 0px;
	margin-top: 10px; 
	margin-left: auto; margin-right: auto;
	text-align:right;
	align:center;
	width:970px;
	background-image: url(header_mike9.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.wrapper {
	border:0px inset #000;
	width:970px;
	align:center;
	margin-left: auto; margin-right: auto;
	background:#fff url(bg000000.jpeg) right repeat-y;
	bgcolor ="#1e1C2A";
}

.content {
	float:left;
	width:600px;
}


.contentinner2 {
	padding:20px;;
}

.leftwrapper {
	width:0px;
	float:right;
	text-align: center;
}


.footer {
	font-size:10px;
	line-height:normal;
	color:#000;
	margin-bottom:10px;
	border-top: 1px solid #d8d8d8;
	padding-top: 8px;
	margin-top: 15px;
	text-align: center;
}



.sidebar {
	float:right;
	width:215px;
	padding:20px 20px 20px 19px;
	
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;

	}
.sidebar li {
	border-top:1px ;
	font-size: 11pt;
	margin-bottom:0;
	
	}
.sidebar li.head {
	
	border-bottom:1px solid #888;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 10px 0;
	letter-spacing:0.1em;
	padding:8px 5px 8px 10px;
	
	}
.sidebar li a {
	display:block;
	color:#ccc;
	padding:8px 5px 8px 10px;
	text-decoration:none;
	width:210px;
	
	}
.sidebar li a:hover {
	color:#fff;
	
	
	}

.sidebarads {
	padding:10px 0;
	text-align:center;
	}


h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font: verdana;
	color:#000;
	text-align: left;
	line-height: 27px;
}

h2 {
	margin: 0px 0 10px 0;
	padding:0;
	font-size:18px;
	color:#000;
}

h2.red {
	margin: 0px 0 10px 0;
	padding:0;
	font-size: 10.5pt;
	line-height: 14pt;
	color: #a00;
}

h3 {
	margin: 0px 0 10px 0;
	margin-top: 10px;
	padding:0;
	font-size: 10.5pt;
	line-height: 15.5pt;
	color: #a00;
}

blockquote {
	background: url(blockquo.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
	font-style: italic;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
}

.author {
	text-align: center;
	margin-top: 5px;
	font-style: italic;
}

hr {
	color: #888888;
	margin-bottom: 10px;
}

p {
	font-size: 10pt;
	color: #000;
	line-height: 16pt;
	margin-bottom: 10px;

}

ul, ol {
	margin-left: 40px;
	margin-bottom: 10px;
}

ul.article, ol.article {
	margin-left: 40px;
}

.big {
	font-size: 10pt;
	color: #000;
	line-height: 16pt;
}

p.bigred {
	font-size: 10pt;
	line-height: 13pt;
	color: #a00;
	text-align:center;
	font-weight: bold;
}


.text {
	float:left;
	padding:0 20px 0 40px;
	width:600px;
	line-height:20px;
}
	
.text2 {
	padding:0 20px;
}

.breadcrumbs {
	font-size: 7pt;
}


table {
	margin-bottom: 10px;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:link {
    color: #0000ff;
    text-decoration: underline;
}

a:visited {
    color: #0000ff;
    text-decoration: underline;
}

a:hover {
    color: #274e7c;
    text-decoration: none;
}