@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	/*background: #F6F6F6 url(/public/journals/4/img01.jpg) repeat-x;*/
	/*background: #F6F6F6 url(img01.jpg) repeat-x;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}
form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}
h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}
#container {
	width:100% !important;
	min-width:730px !important;
	margin: 0px auto;
	/*background: url(img02.jpg) repeat-y;*/
	text-align:center;
}
#header {
	height: 140px;
	background: #087FE7 url(img03.jpg) no-repeat center top;
	width:100%;
	text-align:center;
}
#headerTitle {
	/*float: left; */
	text-align: left !important;
	margin:0 auto;
	padding:0;
	width:100%;
}

#headerTitle h1 {
	margin: 0;
	padding: 40px 0 0 20%;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#headerTitle h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#navbar {
	/*top: -50px;
	position: relative;
	left: 260px;
	border-bottom:0px;
	padding-bottom:0px;*/
	padding-top:10px;
	
}

#navbar ul {
	margin: 0;
	padding: 0px 0px 0 0;
	list-style: none;
	line-height: normal;
}

#navbar li {
	display: inline;
}

#navbar a {
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #087FE7;
}

#navbar a:hover {
	text-decoration: underline;
	background:none;
}

#body {
    margin:0px;
	/*background: url(img04.jpg) no-repeat;*/
	text-align:center;
}
#main {
	width: 68%;
	padding: 0 0 0 2px;
	margin-left: 2%;
}
#sidebar {
	float: right;
	width: 22%;
	padding: 5px 5px 0 0;
}
#footer {
	height: 108px;
	/*background: url(images/img05.jpg) no-repeat;*/
	background: #FFFFFF;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}
#breadcrumb a {
	text-decoration: none;
	color:#003399;
	font-size: 1.5em;
}

#breadcrumb a.current {
	font-weight: bold;
}
#rightSidebar a{color:#003399;}
#rightSidebar ul {
list-style: none;
margin:0px;
padding-left:5px;
}
#sidebar div.block {
	font-size: 1.5em;
	padding-bottom: 1.3em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1.1em;
}
#content{font-size: 1.2em;}
#content a{color:#003399;}
#content form input.button {background-color:#003399; color:#FFFFFF;}
#rightSidebar {width:98%; padding-right:10px; margin-right: 1%;}
