body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
 /* background-color:#fff966; */
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	float:center;
	text-align: right;
	width: 800px;
}
div.main {
	width: 880px;
	background-color:#cc9900;	
}
/******************** header ********************/
#header {
	width:750px;
	height:341px;
	margin-left:25px;
	background-image:url(images/header.jpg);
	display:block;
}
#nav {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#245882;
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}

/*******************Containers******************
/* Hides from IE5-mac \*/
* html .container3 {height: 1%;}
/* End hide from IE5-mac */ 

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	
}
/* builds a container for the div float 
*/

div.container {
  width: 700px;
  padding: 2px 2px 2px 2px;
 position :relative;
 background-color:#cc9933;
}
  
div.container2 {
  margin: 20px 1px;
  position :relative;
  }
div.container3 {
  margin: 20px 1px;
  float: left;
 position :relative;
}


/* add a spacer to clear div
*/

div.spacer {
  clear: both;
  }

div.float {
  float: left;
    margin:1px 30px;             /* top & bottom = 1px, right & left = 10 */
	padding:5px 10px;            /* top & bottom = 5px, right & left = 10 */

  }


/**********************MENU**********************/

#menu2 ul {
	list-style: none;         /* turns off bullets */
	margin:4px;               /* adds margin on all sides */
	padding:4px;              /* keeps navigation from being flush against left side */
	font-size:7pt;
	text-align: center;
	}
#menu2 a:link {
	display:block;            /* makes area clickable */			
	margin:3px 0;             /* top & bottom = 3px, right & left = 0 */
	padding:5px 0;            /* top & bottom = 5px, right & left = 0 */
	background:#cc9900;          /* box background is lt gray */
	color:#000000;               /* text in box is black */
	text-decoration: none;    /* no underlining of links */
	text-indent:10px;         /* keeps text from being flushed on left side */
	font-family: Verdana, arial, sans-serif;									
	font-weight:bold;
	width:120px;              /* width of navigation bar */
}
#menu2 a:visited {
	display:block;            /* makes area clickable */
	margin:3px 0;             /* top & bottom = 3px, right & left = 0 */
	padding:5px 0;            /* top & bottom = 5px, right & left = 0 */
	background:#cc9900;          /* box background is lt gray */
	color:#000000;               /* text in box is dk gray set toblack rj*/
	text-decoration: none;    /* no underlining of links */
	text-indent:10px;         /* keeps text from being flushed on left side */
	font-family: Verdana, arial, sans-serif;
	font-weight:bold;
	width:120px;              /* width of navigation bar */
}
#menu2 a:hover{                 /* changes hover background and font color */
	/* background:#36f; */
	font-weight:bold;
	color:#ff3
}.bulletbox {
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	margin: 5px;
	padding: 5px;
	width: 400px;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	/*background-color:#0; */
}
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:700px;
	text-align:center;
	color:#FFFF00;
	margin: 10px 10px 10px 10px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 10px 10px 10px;
}
.clear{
	clear:both;
}