body {
	background-image: url(../pics/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding:0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:0.8em;
}

#top_td{
	height:100%;
	align: center;
	margin:0px;
	padding:0px;
}

* html #top_td{
  text-align: center;  /* (only for IE5.x/Win) */
  t\ext-align: center;  /* (for other IE) */
}

#bot_td{
	height:25px;
	margin:0px;
	padding:0px;
}

* html #bot_td{
  text-align: center;  /* (only for IE5.x/Win) */
  t\ext-align: center;  /* (for other IE) */
}

#top {
	width: 770px;
	background: #3333CC url(../pics/masthead_right.jpg) no-repeat 221px 10px;
	height:132px;
	top:0px;
	position: absolute;
	margin:0px auto;
	padding:0px;
	background-color: #FFFFFF;
}

#container {
	width: 775px;
	margin: 135px auto 0px auto;
	text-align:left;
	padding:0px;
}

#content {
	float:right;
	padding: 0px 15px;
	margin: 0px;
	background-image: url(../pics/watermark.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:0.9em;
	line-height:1.4em;
}

* html #content{
  width:529px;  /* (only for IE5.x/Win) */
  w\idth:529px;  /* (for other IE) */
}

#content {
	width:514px;
}

#leftnav {
	width: 196px;
	float: left;
	margin:0px;
	padding:15px;
}

#leftnav a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 0px;
}
#leftnav ul, #leftnav li {
	padding:0;
	margin:0;
	list-style:none;
}

#leftnav a:visited{
	color:#F3F3EB;
}

#leftnav a:active, #leftnav a:hover{
	background-color:#FE8640;
}

#bottom {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}
	
#footer {
	background: url(../pics/footer_back.gif) repeat-x;
	margin:0px auto;
	padding:0px;
	width: 770px;
	height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

* html #footer { /* this selector recognized by IE only */
  margin: 0px auto 0px 1px;  /* total width (only for IE5.x/Win) */
  m\argin: 0px auto 0px 1px;  /* content width (for other IE) */
}

#footer{
	margin:0px auto 0px 1px;
}

.img_left{
	float:left;
}

.img_right{
	float:right;
}

.img_left_text{
	float:left;
	border: 1px solid #213D7F;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.img_right_text{
	float:right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	border: 1px solid #213D7F;
}
	
#logo{
	margin-top: 10px;
	padding: 0px;
	margin-left: 0px;
	border: none;
}

* html #logo{
  margin-left:5px;  /* (only for IE5.x/Win) */
  m\argin-left:5px;  /* (for other IE) */
}

* html #masthead{
	margin: 5px auto auto 155px; /* (only for IE5.x/Win) */
	m\argin: 5px auto auto 155px; /* (for other IE) */
}

#masthead{
	margin: 5px auto auto 175px; /* (All other browsers) */
}

a{
	color: #FE8640; 
}

a:visited{
	color: #333333;
}

a:hover, a:active {
	color: #6699CC;
}

a img{
	border: 1px solid #213D7F;
}

p, li, ul {

	}

p{
	margin-top: 3px;
	margin-bottom: 10px;
}

ul li {
	margin-left: -20px;
	line-height: 10pt;
	padding: 0px;
	margin-bottom: 3px;
}

ul li ul{
	margin-bottom: 5px;
}

ol li {
	margin-left: -10px;
	line-height: 10pt;
	padding: 0px;
	margin-bottom: 3px;
}

h1 {
	MARGIN-TOP: 0px;
	font-size:1.8em;
	MARGIN-BOTTOM: 10px;
	color: #213D7F;
	FONT-STYLE: normal;
	background-image: url(../pics/h1_back.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 16px;
	padding-right: 0px;
	background-position: left bottom;
	margin-left: 0px;
	margin-right: auto;
	padding-left: 0px;
}

h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	margin-top:.5em;
	color: #213D7F;
}

h2{
	FONT-SIZE: 1.2em;
}

h3{
	FONT-SIZE: 1em;
}

h4{
	FONT-SIZE: 1em;
}

h5{
	FONT-SIZE: 1em;
}

h6{
	FONT-SIZE: 1em;
}

.pSmall{
	font-size: .8em;

}
#leftnav h2 {
	font-size:1em;
}

.tables{
	width: 100%;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

.tables td{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 3px;
	margin: 0px 1px 1px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.tables td td{
	border-style: none;
	border-width: 0px;
	margin:0px;
	padding:0px;
}

.tables p{
}

.tables_heading td{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #CC9933;
}

.tables_label td{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	background-color: #E1E1D8;
	color: #213D7F;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	width: 30%;
}

.tables_info td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 5px;
}

.required{
	color:#CC0000;
}

.submit{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #E1E1D8;
	padding: 0px;
	color: #213D7F;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3B397;
	border-right-color: #B3B397;
	border-bottom-color: #B3B397;
	border-left-color: #B3B397;
	font-size: 9px;
	margin: 1px 2px 1px 2px;
}

input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: 1px 3px;
}

#mainpic{
	float:right;
	background-color: #CC6633;
	clear: right;
	height: 100%;
	width: 250px;
}

#leftnav .level2 a{
	background-image: none;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 0px 2px 45px;
}

.required{
	color:#CC0000;
}

#bannerAD{

	margin: 10px 0 20px 0;
}


/* twitter */

.twitter, .twitter li {
	padding:0;
	margin:0;
	list-style:none;
	width:200px;
}
.twitter a {
	font-weight:normal!important;
	line-height:normal!important;
}
.twitter a:hover {
	color:#000!important;
}
.twitter small {
	margin-bottom:20px;
	display:block;
}

/* blog specific */

#sidebar {
	background:#B3B397;
	padding:15px;
}
#sidebar li, #sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}
#sidebar a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding:2px 0px;
}
#sidebar a:active, #sidebar a:hover{
	background-color:#FE8640;
}

.homepageItem {
	clear:both;
	padding-top:20px;
	
}

.homepageItem img{
	float:left;
	padding-right:5px;
	padding-left:5px;
	
}

.quote {
	font-weight:bold;
	font-size:1.3em;
}

.clear {
	
	clear:both;
}
