body {
	background: #FFFFFF url(images/bg.jpg) repeat-y center;
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  }

#menu {
	width: 730px;
	height: 0px;
	margin: 0px auto 0px auto;
	padding-top: 2px;
	vertical-align: bottom;
	text-align: left;
    background: #FFFFFF;
}

#masthead {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	width: 730px;
	background: #FFFFFF;
	padding: 15px 0px 20px 0px;
	margin: 0px auto 0px auto;
}

#masthead p {
	margin: 20px 60px 0px 60px;
}
#masthead a {
	text-decoration: none;
	color: #003399;
}

#masthead a:visited {
  color: #003399;
  }

#nav {
	background: #FFFFFF;
	width: 730px;
	height: 30px;
	font-size: 14px;
	margin: 0px auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-width: 1px;
	border-color: #AECBFF;
}

.alignmiddle {
	margin-top: 5px;
}	

#content {
  width: 730px;
  margin: 0px auto;
  text-align: left;
  }
  
.right {
	float: right;
}

.left {
	float: left;
}

.highlight {
	background-color: #FFFF00;
}

.hcenter {
	text-align: center;	
}

/*Forms
----------------------------------------------- */

.submit-button {
	width: 120px;
	height: 22px;
}

.text-input
{
	background: #F1F1F1;
	border: 1px solid #999;
	color: #555;
	font-size: 11px;
	height: 1.5em;
	width: 150px;
	margin-bottom: 10px;
}
.optinoffer {
	margin: 5px;
	padding: 2px;
	border: 1px dashed #FF0000;
}

/*Links
----------------------------------------------- */

a:link {
  color:#0000FF;
  }
a:visited {
  color: #969;
  }
a:hover {
  color: #A6A6FF;
  }
a img {
  border-width: 0px;
  }

/* Headings
----------------------------------------------- */
h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 32px;
	color: #003399;
	margin: 0px 0px -15px 0px;
	padding: 0px;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	color: #003399;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;	
}

h4 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-style: italic;

}

#sidebar h3{
	font-family: Tahoma, Arial, sans-serif;
 	font-size: 12px;
	color: #888;
	font-weight: normal;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	margin: 25px 0px 15px 0px;
	text-align: center;
}

/* Articles
----------------------------------------------- */
#articlebox {
  	width: 466px;
	padding: 15px 20px;
  	float: left;
  	line-height: 1.4em;
}
#articlebox img {

  }

#articlebox blockquote {
  margin: 1em 5px;
  color: #666;
  font-style: italic;
  }
.indent
{
	margin-left:20px;
	margin-right:20px;
}
#articlebox ul {
	list-style-image: url(/images/bullet.gif);
}
#articlebox li {
	padding-bottom: 6px;
}

#articlebox table {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
}


.middle {
	vertical-align: middle; 
}

/* Sidebar Content
----------------------------------------------- */
#sidebar {
	color: #003399;
  	width: 200px;
  	float: right;
	font-size: 12px;
	padding: 0px 5px 20px 5px;
}

#sidebar form {
	margin: 0px;
}

#sidebar div {
	margin: 0px 0px 0px 15px;
}

#sidebar li {
	margin: 10px 0px 0px -20px;
}

/* Footer
----------------------------------------------- */
#footer {
  	width: 730px;
  	clear: both;
  	margin: 0 auto;
  	background: #FFFFFF;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	font: 12px "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  	text-transform: uppercase;
  	letter-spacing: .1em;
  	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-width: 1px;
	border-color: #AECBFF;
  }
  
/* Footer
----------------------------------------------- */

.expanded{
}
.collapsed{
	display:none;
}  


.strikeout {
	text-decoration: line-through;

}

.example {
	font-style: italic;
	text-align: justify;
	margin-right: 40px;
	margin-left: 30px;
	
}
