/***********************************************/
/* stylesheet.css                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	background: #FDF0CA url("img/bg_body.jpg") repeat-y 50% 0;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	min-width: 450px;
}

/******* hyperlink and anchor tag styles *******/

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

a:hover{
	text-decoration: underline;
}

/************** heading tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #cc0000;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	border-bottom: solid #cc0000 1px;
	;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 font-weight:bold;
 color:#006600;
 margin: 0 0 5px 0;
 padding: 0 0 5px 0;
 border-bottom: 1px solid #006600;
}



/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	position: relative;
	margin: 0 auto;
	width: 774px;
	text-align:left;
}
* html #container {width:771px} /*IE Hack*/

#pagecell1{
	position:absolute;
	/*top: 112px;*/
	top: 236px;
	left: 2%;
	right: 2%;
	width: 756px;
	background-color: #ffffff;
	/*border-right: 4px solid #333333; Drop Shadow*/
	/*background: url(dropshadow.gif) repeat-y right;*/
	/*width:95.6%;*/
	/*Replace width for auto resize layer*/
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 756px;
	/*width:95.6%;*/
	/*Replace width for auto resize layer*/
}

#pagename{
	position: absolute;
	top: 200px;
	left: 2%;
	right: 2%;
	width: 756px;
	height: 36px;
	background-image: url("img/pgname.jpg");
	padding: 0px;
}

#pagename h3{
	padding: 12px 90px 10px 450px;
	Color:#000000;
	font: Bold 114% Verdana,sans-serif;
}

#pageNav{
	float: left;
	width:152px;
	padding: 41px 12px 0px 14px;
	background-image: url("img/bg_menu.jpg");
	background-repeat: no-repeat;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 10px 10px;
	margin:15px 0px 0px 178px;
	min-height: 600px;
}
* html #content {height:600px} /*IE Hack*/

#content li{
list-style:none;
padding:10px 0px 0px 12px;
background:url(img/red-bullet.gif) 0 14px no-repeat;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

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

.feature{
	padding: 20px 0px 20px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature a{
	font: bold 1em Arial,sans-serif;
	color: #660000;
	background: transparent url(img/links_red.gif) no-repeat 0% 50%;
 	padding-left:15px;
}

.feature a:hover{
	text-decoration: underline;
}


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

.story {
	padding: 20px 0px 20px 10px;
	font-size: 80%;
	background:#FDF0CA url(img/bg-story.gif) 0 0 no-repeat;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

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

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #660000;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-image: url("img/bg_siteinfo.jpg");
	height: 34px; /*BugFix*/
}

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

#siteInfo P{
	padding: 0px 10px 0px 70px;
	font-size: small;
	color: #999999;
}

#siteInfo a.pixelperfect{
color:#333333;
}

#siteInfo a.pixelperfect:hover{
color:#FF0000;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	height: 24px; /*height minus 6*/
	display: block;
	border-bottom: 1px solid #ffffff;
	background-image:    url("img/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 12px;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	background: url(img/links_white.gif) no-repeat;
	background-color: #990000;
	font-weight: bold;
	text-decoration: none;
}


/**************** advert styles *****************/

#advert{
	padding: 40px 0px 10px 0px;
}

#advert img{
	display: block;
}

/********************* end **********************/

/**************** table styles *****************/
table {
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}
caption {
 font-size: 30px;
 color: #336633;
 font-weight: bold;
 text-align: left;
 background: url(img/header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #990000;
 font-weight: normal;
}
tfoot {
 color:#336633;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #990000;
}
tbody tr {
 background-color:#fff;
 border-bottom: 1px solid #f0f0f0;
}
tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
}
tbody th {
 text-align:left;
 padding:2px;
}
tbody td a, tbody th a {
 color:#990000;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 background: transparent url(img/links_red.gif) no-repeat 0% 50%;
 padding-left:15px;
}
tbody td a:hover, tbody th a:hover {
 color:#336633;
 text-decoration:none;
}
/**************** end *****************/







