/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #CCCCCC;
	line-height: normal;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;


}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
}

h2 {
 font-size: 140%;
 color: #006699;
}

h3 {
 font-size: 130%;
 color: #334d55;
}

h4 {
 font-size: 120%;
 font-weight: normal;
 color: #333333;
}

h5 {
 font-size: 110%;
 color: #334d55;
}

ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

/***********************************************/
/* Layout                                      */
/***********************************************/

#header {
	background-color: #000000;
	width: 780px;
	padding-right: 40px;
	padding-left: 40px;
    font-size: 18px;
	color:#cccccc;
}

#main {
	background-color: #000000;
	border-right: thin solid #006699;
	border-bottom: thin none #000000;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

#menu {
	background-color: #000000;
	border-right: thin solid #006699;
	border-left: thin solid #006699;
	vertical-align:top;
	padding: 25px 0px 0px;
	text-align:center;
	font-size:16pt;
	font-weight: bold;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumb{
	font-size: 80%;
	padding: 0px;
}

#content {
	padding 10 10 10 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	padding-right: 30px;
	padding-left: 30px;


}

#footer {
	font-size:14px;
	background-color: #000000;
	border: thin solid #006699;
	color: #FFFFFF;

}

/***********************************************/
/* Other Styles                                */
/***********************************************/

.sitename {
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 200%;
}

.subhead {
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold; 
	padding-bottom: 4px;
}

.menuitem {
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 12px; 
}
a:visited,a:active, 

.menuitem a:link{
  color: #006699;
}

.menuitem a:hover{
  color: #3399AA;
}

.pagename {
	padding: 0px 0px 10px 10px;
}

.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.story {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #ddddff;
    color: #000066;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000066;
	background-color: #9999ff;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #9999ff;
    font-style: italic;
}

.box1 {
	border-width: thin;
	border-color: #9999ff #000033 #000033 #9999ff;
    border-style: double;
 }
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF6633;
}

.longtext {
  line-height:30px;
	color:#dddddd;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}



img.wrapright {
 float: right;
 margin-right:inherit;
}
img.wrapleft {
 float: left;
 margin-right: 10px;
 margin-top: 6px
}