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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;
	padding: 0px;
	background-color: #660000;
	font-size: 11px;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

a:link, a:visited  {
	color: #006633;
	text-decoration: underline;
}

a:hover, a:active{
	color:#660000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
}

h1{
 font-size: 200%;
 color: #660000;
}

h2{
font-size: 150%;
 color: #006633;
}

h3{
 font-size: 120%;
 color: #000000;
 text-decoration:none;
}

h4{
	font-size: 100%;
	font-weight: bold;
 	color: #660000;
}

h5{
 font-size: 100%;
 color: #990000;
}

img{
	margin:0px;
	padding:0px;
	border: 0px;
}

input, select, textarea {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #660000;
	text-align: left;
	margin: 1px;
}

input.smallbut {
	border:  none;
	color:#FFFFFF;
	background-image: url(../images/button-60.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 20px;
	text-align: center;
}
input.medbut {
	border:  none;
	color:#FFFFFF;
	background-image: url(../images/button-80.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 20px;
	text-align: center;
}
input.bigbut {
	border:  none;
	color:#FFFFFF;
	background-image: url(../images/button-100.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
	text-align: center;
}
input.hugebut {
	background-image: url(../images/button-120.gif);
	border:  none;
	color:#FFFFFF;
	background-repeat: no-repeat;
	width: 120px;
	height: 20px;
	text-align: center;
}

input#Subscribe, input#Submit, input#Update, input#Enter, input#Login, input#Reset, input#Clear, input#Register {
	border:  none;
	color:#FFFFFF;
	background-image: url(../images/button-60.gif);
	background-repeat: no-repeat;
	background-color: #CCFFCC;
	width: 60px;
	height: 20px;
	text-align: center;
}
#adminarea input#Submit, #adminarea input#Update,#adminarea input#Enter, #adminarea input#Login, #adminarea input#Reset, #adminarea input#Clear, #adminarea input#Register  {
	border: none;
	background-color: #00457D;

}
input[type='image'] {
	border:  none;
	background-color: #CCFF99;
}
form {
	width: auto;
}
hr {
	height:1px;
	border:none;
	border-top: 1px solid #006633;
}
table {
	border:1px NONE #000099;
	width:auto;
}

th {
	color: #006633;
	font-size:110%;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	padding: 2px;
	background-color:none;
	border: none 1px #990000;
}
th a:link, th a:visited  {
	color: #006633;
	text-decoration: underline;
}

th a:hover, th a:active{
	color:#660000;
	text-decoration: underline;
}

td {
	border:1px none #666666;
	width:auto;
	padding: 4px;
}

table table th {
	color: #000000;
	vertical-align:top;
	text-align:left;
	text-decoration:underline;
}


ul{
 list-style-type: disc;
}

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

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

label{
	color: #000000;
	font-weight: bold;
}

.normal {
	color: #000000;
}
.highlight {
	color: #990000;
	background-color:#FFFF33;
}
				
.red {
	color: #660000;
}
.green {
	color: #006633;
}
.blue {
	color: #003366;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/LAYOUT_03.gif);
	background-repeat: repeat-y;
}


#masthead{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px none #cccccc;
	width: 100%;
	height:100px;
	white-space: nowrap;
}

#banner {
	float: left;
	width: auto;
	font-size: x-large;
	color: #00457D;
}
#loginbox {
	width: auto;
	font-size: 11px;
	margin: 10px;
	color: #006633;
}
#loginbox td {border:none;}
#basket {
	width: auto;
	font-size: 11px;
	margin: 10px;
	color: #006633;
}

#advert{
	padding: 0px;
	text-align: center;
	float:right;
	width:175px;
	height:auto;
	margin: 0px 0px 10px 0px;
	border: 1px solid #900;
}
.ad {
}


#content{
	margin: 0px;
	float: left;
	width: 665px;
	clear: none;
	height: auto;	
}
#adminarea{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	clear: none;
}

#topad {
	width:653px;
	height:auto;
	margin: 10px 0px 10px 10px;
	float: left;
	clear: none;
}
#mainarea{
	padding: 20px;
	margin: 0px;
	float: left;
	width: 600px;
	clear: none;
}

#mainstory {
	margin: 10px;
	float: left;
	width: 400px;
}
#mainstory img{
	border: thin none #CC9900;
	margin:0  10px 0 10px;
}

#relatedstory {
	margin: 10px 10px 10px 10px;
	padding:10px;
	border: 1px solid #CC9900;
}
#relatedstory h1{
	font-size: 120%;
	line-height:inherit;
	color: #FF9900;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}
#relatedstory h2{
	font-size: 120%;
	color: #000000;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
}
#relatedstory p{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#rhcolumn{
	margin-top: 0px;
	padding: 0px;
	float: right;
	width: 175px;
	height: auto;
	clear: right;
}

#rhcolumn h1{
 font-size: 125%;
 color: #CC9900;
 text-decoration:none;
 
}
#rhcolumn h2{
	font-size: 100%;
	color: #900;
	text-align: center;
}


#sponserarea {
	padding: 0px 0px 0px 10px;
	height: auto;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName img{
	padding: 0px 10px 0px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	height: 30px;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	clear: both;
	width: auto;
	background-color: #006633;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/*
#globalNav img{
 display: block;
}

#globalNav a {
	padding: 4px 4px 4px 4px; 
}

#globalNav  a:link, #globalNav  a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#globalNav  a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background-color: #6699CC;
}
*/
#navlinks{
	color: #FFFFFF;
	margin-left:150px;
	white-space: nowrap;
	line-height:30px;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#navlinks ul {
	list-style:none;
	display: inline;
	margin:0;
}

#navlinks li {
	list-style:none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	width: auto ;
	float: left;
}

#navlinks a, #navlinks a:visited{
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #FFFFFF;	/*font-weight: bold;*/
	display: block;
}

#navlinks a:hover{
	text-decoration: none;
	color:#CCFFCC;
	display: block;
	background-color: #660000;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 11px;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 100%;
	margin: 20px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

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

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	border: 1px solid  #000099;
	margin: 10px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: x-small;
	color: #333333;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
	height: 30px;
	border-top: 1px solid #006633;
	background-color:#FFFFFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the sidebar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo  a:link, #siteInfo  a:visited {
	text-decoration:none;
}
#siteInfo  a:hover {
	color: #660000;
	text-decoration:underline;
}


/************* #search styles ***************/

#search{
	font-size: 11px;
	color: #660000;
	margin: 10px;
	height: auto;
	width: auto;
}

#search form{
	background-image: url(../images/search-box_08.gif);
	background-repeat: repeat-y;
	 margin: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size:16px;
}
#search td {
	border:none;
	margin:0px;
	padding:5px;
	font-weight: bold;
}
#search img {
	border:none;
	margin:0px;
	padding:0px;
}
#search h1 {
	color:#FFFFFF;
	font-size:17px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight: bold;
	letter-spacing: normal;
	padding-top: 0px;
	margin: 0px;
}

#search input.radio {
	background-color: #CCCCCC;
	font-size: 10px;
	border: 1px none #CC9900;
}


/*********** #sidebar link styles ***********/

#sidebar{
	margin: 0px;
	padding: 0px;
	width:150px;
	float: left;
	color: #333333;
	border-right: 1px none #CC9900;
	height: auto;
	background-color: #CCFFCC;
}

#sidebar ul {
	margin: 10px;
	padding: 0;
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {
border-bottom: 1px none #CCCCCC;
}
/* fix for browsers that don't need the hack 
html>body #sidebar li {border-bottom: none;}*/

/*********** #sectionLinks styles ***********/

#sectionLinks{
	color:#000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
}

#sectionLinks h3{
}

#sectionLinks ul{
	list-style:none;
	margin-top: 0px;
}
#sectionLinks li{
	list-style: none;
	display: block;
	background-image:url(../images/sidenav-back_12.gif);
	background-repeat:no-repeat;
	height:35px;
	width:150px;
	margin-left:-10px;
	padding:0px;	
	padding-bottom:1px;	
	text-align: right;
}
#sectionLinks ul a:link, #sectionLinks ul a:visited {
	color: #000000;
	padding: 10px 20px 10px 0px;
	display: block;
	text-decoration:none;
}
#sectionLinks ul a:hover {
	color: #FFFFFF;
	display: block;
}


/*********** #relatedLinks styles ***********/

#relatedLinks{
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	font-size: 11px;
	font-weight:bold;
}

#relatedLinks a:link, #relatedLinks a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	line-height:12px;
	color: #000000;
	background-image:none;
}

#relatedLinks a:hover {
	color:#CC9900;
	text-decoration: none;
}


#relatedLinks ul{
	display: block;
	list-style-type: none;
	list-style-position: outside;
}
#relatedLinks li{
	list-style-image: none; /* url(../images/sidemag-bullet_05.gif);*/
	list-style-position: outside;
	line-height:inherit;
	line-height: 12px;
}
#relatedLinks ul a:link, #relatedLinks ul a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	text-decoration:none;
	display: block;
}
#relatedLinks ul a:hover {
	color:#FF9900;
	text-decoration: underline;
}
#assocLinks{
	color:#000000;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-weight:normal;
	text-align:center;
}
.greenbox {
	background-color: #006633;
	padding: 2px;
	color: #FFFFFF;
}

