/* RESET CSS */

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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* panels */

#panel-navigation {
	clear: both;
	background: #ff9900;
	height: 28px;
}

#panel-top {
	background: url('../img/top-b.jpg') #ffffff;
	font-size: 11px;
	line-height: 16px;
}

#panel-wrapper {
	background: white;
	width: 900px;
	margin: auto;
	height: 530px;
	border: 10px solid #2e6cb1;
	text-align: left;
}

#panel-right {
	width: 700px;
	background: #ffffff;
	float: right;
	overflow: auto;	
	height: 380px;
}

#panel-right-content {
	padding: 20px;
}

#panel-right-content  ul {
	list-style-type: square;
	padding-left: 25px;
	list-style-position: outside;
}

#panel-left{
	width: 200px;
	float: left;
	height: 380px;
	background: url('../img/left.jpg') #ffa500;
}

#panel-bottom {
	clear: both;
	margin: auto;
	width:500px;
	padding: 15px;
	color: #6194cb;
	font-size: 11px;
	text-align:center;
}


#top-a{
	width: 260px;
	float: left;
	
}

#top-b {
	width: 450px;
	float: left;
	padding-top:10px;
	font-size: 10px;
	line-height: 14px;
}


.panel-clearfix {
	clear:both;
}

.clearFix {
	clear: both;
}

/* html */

body {
	background-color: #014da1;
	font-family: Verdana, Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #222222;
	text-align:center;
}

a:link,
a:active,
a:visited {
	color: #014da1; 
}

a:hover {
	color:#222222; 
}

p,h1,h2,h3,h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 13px;
	color: #014da1;
	line-height: 18px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	color: #014da1;
	line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	color: #ff9900; 
	line-height: 18px;
}

h4 {
	color: #ff9900; 
	font-weight: bold;
}


strong, b {
	font-weight: bold;
}