
body {
	margin: 0;
	background: url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	text-decoration: none;
}

hr { 
color: #ddd;
background-color: #ccc;
height: 5px;
}

table {
	border-style: solid;
	border-width:1px;
	border-color: #dddddd;
	margin-bottom:20px;
	}
	
td {
	border-style: solid;
	border-width:1px;
	border-color: #eeeeee;
	}
	
	
#noBorder table {
	width:auto;
	border-width:0;
	border-style:none;
	margin-bottom:0;
}	

#noBorder tr td {
	border-width:0;
	border-style:none;
	margin-bottom:0;
}	
	

/* Header */

#header {
	width: 920px;
	height: 98px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 920px;
}

#logo h1 {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 1.8em;
}

#logo p {
	margin: 0;
	padding: 2px 0 0 2px;
	text-transform: none;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;	
	font-weight: bold;
	color: #666666;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #00209F;
}


/* Menu */

#menu {
	width: 920px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	background: #00209F;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

.logo {
	float:left;
	border:0;
	padding:0 36px 36px 0;
}

.floatleft {
	float:left;
	border: 1px solid #dddddd;
	padding:2px;
	margin: 0 18px 6px 0;
}

.floatright {
	float:right;
	border: 1px solid #dddddd;
	padding:2px;
	margin: 0 0 6px 18px;
}

.floatleft-nob {
	float:left;
	border: 0;
	padding:0;
	margin: 0 18px 6px 0;
}

.floatright-nob {
	float:right;
	border: 0;
	padding:0;
	margin: 0 0 6px 18px;
}

.photo {
	padding: 2px;
	border: 1px solid #dddddd;
	align: left;
}

.special {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;;
}

.post {
	background: url(../images/img03.jpg) no-repeat left top;
	clear: both;
}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

.post .title a {
	background: none;
	color: #5C5C5C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 20px 20px;
	text-align: left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
/*	border-bottom: 1px dashed #D2D4C9; */
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	line-height: 35px;
	background: url(../images/img05.jpg) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}

#sidebar li li.selected {
	line-height: 35px;
	background: url(../images/img05-selected.jpg) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}


#sidebar h2 {
	padding: 5px 10px;
	background: #00209F url(../images/img04.jpg) repeat-x left top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
	color: #00209F;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
	background: #00209F url(../images/img02.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	width:600px;
	margin: 0 auto;
	line-height: 200%;
	font-size: 10px;
	text-transform: uppercase;
	text-align:center;
}

#footer a {
	color: #FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
	}

input.btn {
  color:#003399;
  font: bold 96% 'trebuchet ms',helvetica,sans-serif;
  background-color:#ccccff;
  border:1px solid;
  border-color: #0033cc #003399 #003399 #0033cc;
}