body {
	margin-top: 20px;
	padding: 0;
 background: #003b79;

	font-size: 13px;
	text-align: justify;
	color: #363153;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #363153;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #413C20;
}

a:hover {
}

hr {
	display: none;
}

/* Header */

#header {
	width: 800px;
	height: 170px;
	margin: 0 auto;
	background: url(../images/img01.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
	color: #FFFFFF;
	font-size: 50px;
	padding: 90px 0 0 75px;
}

#header span {
	color: #58382F;
}

#header p {
	margin-top: -5px;
	padding-left: 80px;
	font-size: 13px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
 background: #FFFFFF url(../images/img03.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(../images/img02.jpg) no-repeat left top;
}

#page-bgbtm {
	padding: 20px 30px;
	background: url(../images/img04.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: right;
	width: 500px;
	padding-top: 90px;
	margin-bottom: 30px;
}

.post {
	padding: 0px 0px 0 0px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 24px;
	color: #3B3513;
}

.title a {
	text-decoration: none;
	color: #3B3513;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: -10px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	color: #363153;
}


.entry {
	padding: 30px 0px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

/* Menu*/

#menu {  

	background-color: #003b79; 

	border-radius: 8px;
	text-align: left;
 	font-size: 10pt;
	Width:10px;
}

#menu ul { 
border-radius: 8px;
  list-style-type: none;
  margin: 0; 
  padding: 0;
}

#menu ul li { 
}

#menu ul li a {  
border-radius: 8px;
  display: block;
  width: 190px;
	font-size: 1em;
	color: white;
	text-decoration: none;
	text-align: left; 
	padding: 2px 0 6px 9px;
}

#menu ul li a:hover {  

border-radius: 8px;
	font: 1em verdana, serif;
	color: #003b79;
	text-decoration: none;
	background-color: #ffffff;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 0px 0px;
}

#footer p a {
	color: #FFFFFF;
}

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 2px solid #003b79;
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #003b79;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #003b79;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}