
body {

	background: #ffffff url('../../../images/menubg.jpg') repeat-y left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#page{
	width: 100%; 
	margin: 0 auto;
}



#header {	
	background-color: #13419F;
	width: 100%;
	height: 105px;
}


#menu {

	float: left;
	width: 250px;

	
}


#content {
	background: #ffffff url('../../../images/jpdwatermark.jpg') no-repeat center;
	width: 700px;
	margin-top: 30px;
	margin-left: 250px;
}

p, ul{
	font: 10pt arial, san-serif;
	color: #000;
	margin-left: 5px;
}

.menu p {
	font: 16pt arial, san-serif;
	color: #CFDDFA;
}

.submenu {
	font: 12pt arial, san-serif;
	color: #CFDDFA;
}

.submenu img{
	margin-left: 20px;
}

ul{
	margin-left: 30px;
}

li {

	list-style-position: outside;
	line-height: 1.25;
	margin-left: 0px;
}




h1 {
	font: bold 16pt arial, san-serif;
	color: #000;
	margin-left: 5px;
}

h2, h3, h4, h5 {
	font: bold 14pt arial, san-serif;
	color: #000;
	margin-left: 5px;
}



a:link {
	color: #006;
}

a:visited {
	color: #006;
}

a:hover {
	color: #00C;
}

a:active {
	color: #00C
}



.menu a:link {
	color: #CFDDFA;
	text-decoration: none;
}

.menu a:visited {
	color: #CFDDFA;
	text-decoration: none;
}

.menu a:hover {
	color: #fff;
}

.menu a:active {
	color: #fff;
}





.hidden {
	display: none;
}

fieldset {
	margin-left: 10px;
}

ledgend{
	color: #660000;
}

.listlinks li{
	line-height: 1.50;
}



/*
--------------------
Simple PHP Blog CSS Styles
--------------------

Name: Classic Theme
Author: Alexander Palmo

Description:
This the is the css theme for the Classic theme.
You can use this as a template for your own themes.

Also refer to user_style.php...
*/

/* General */

body
{
  color: #666633; /* txt_color */
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: #CCCC99; /* bg_color */
  
  /* Standard. Readable */
  font-family: Arial, Helvetica, Sans-Serif;
  /* font-family:  'Lucida Grande', Geneva, sans-serif; */
  /* font-family: Tahoma, Geneva, sans-serif; */
  /* font-family: Geneva, Verdana, sans-serif; */
  
  /* Nice. Classic Looking */
  /* font-family: 'Times New Roman', Times, serif; */
  /* font-family: Georgia, serif; */
  /* font-family: Book Antiqua, Palatino, serif; */
  
  /* Modern. Kind of Funky */
  /* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
  
  /* Monospace */
  /* font-family: Lucida Console, Monaco, monospace; */
}

/* Typeography */





/* NEW */
code, pre {
  font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
  overflow: auto;
  width: 512px;
  border: 1px dotted #D9D9D9; /* inner_border_color */
  padding: 5px
}

/* NEW */
blockquote {
  color: #777;
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd
}

/* Links */



/* Images */

img
{
  border: 0px none;
}

#img_float_left
{
  /* Used in the [img] tag when float=left */
  float: left;
  margin: 2px 8px 4px 2px;
}

#img_float_right
{
  /* Used in the [img] tag when float=right */
  float: right;
  margin: 2px 2px 4px 8px;
}

/* Elements */

hr  
{
  color: #D9D9D9; /* inner_border_color */
  background-color: #D9D9D9; /* inner_border_color */
  height: 1px;
  border: 0px;
  margin: 8px 0px 8px 0px; 
}

/* Forms */

/* NEW */
form {
  font-size: 11px;
  margin: 0px;
  padding: 0px
}
  
input, select, option, textarea
{
  font-size: 11px;
  text-align: left;
}

/* Theme Specific */

#maincontent
{
  margin: 0;
  padding: 20px;
}

#maincontent .blog_subject
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  color: #666633; /* headline_txt_color */
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
}

#maincontent .blog_subject img
{
  /* padding: top right bottom left */
  padding: 0px 0px 0px 10px;
  float: right;
}

#maincontent .blog_byline
{
  color: #999999; /* date_txt_color */
  font-size: 9px;
  margin-bottom: 10px;
}

#maincontent .blog_body_clear
{
  padding: 0px;
  border-color: #FFF;
  border-width: 0px;
  border-style: solid;
}

#maincontent .blog_body_solid
{
  padding: 1px;
  border-color: #FFF;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories, #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
  display: block;
}

#sidebar
{
  padding: 10px;
}

#sidebar .menu_title
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
}

#sidebar .menu_title a
{
  text-decoration: none;
  color: inherit;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body 
{
  padding: 10px;
  border-color: #999;
  border-width: 1px;
  border-style: dashed;
}

#sidebar .divider {
  margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
  font-size: 10px;
}

#sidebar .calendar a
{
  font-weight: bold;
  text-decoration: none;
}

#sidebar .calendar td
{
  padding: 2px;
}

/* NEW */
#archive_tree_menu ul 
{
  list-style: none inside;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

/* NEW */
#archive_tree_menu li 
{
  margin: 0px;
  padding: 0px;
  /* border: 1px #F0F dashed; */
}

#footer
{
  /* border_color */
  border-left:0px none; border-right:0px none; border-bottom:0px none; border-top:1px solid #4D4D45; color: #666666; /* footer_txt_color */
  background: #EEEEEE; /* footer_bg_color */
  padding: 10px;
  text-align: left;
  clear: both
}

.divider { margin: 20px 0px 15px 0px; }