/***********************************************/
/* tanks.css                           */
/* Use with tanks website        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-weight: normal;
	background-image: url(tanks07_images/bg_grad.jpg);
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-repeat: repeat;
	width: 885px;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #3333CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 15px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}


h1{
 	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
 	color: #660000;
	margin: 0px;
	padding: 0px;
}

h2{
	font: 600 15px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
}

h3{
	font: 600 15px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

h4{
 	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
 	color: #660000;
	margin: 0px;
	padding: 0px;
}

h5{
 	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
 	color: #660000;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#tanksandfunds{
	position: relative;
	width: 885px;
	padding: 0px;
	margin: 0px;
} 

#masthead{
	position: relative;
	width: 885px;
	padding: 0px;
	margin: 20px 0px 10px 20px;
}

#globalNav{
	position: relative;
	height: 35px;
	background-image: url("tanks07_images/glbnav_background.gif");
	padding: 0px;
	margin: 0px;
}

#globalLink{
	position: absolute;
	top: 11px;
	left: 15px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	font-size: 12px;
	color: #999999;
}

a.glink, a.glink:visited{
	margin: 0px;
	padding: 2px 17px 4px;
	border-right: 1px solid #666666;
	color: #999999}

a.glink:hover{
	text-decoration: none;
}

a.glinkOn, a.glinkOn:visited{
	margin: 0px;
	padding: 2px 17px 4px;
	border-right: 1px solid #3333CC;
}

a.glinkOn:hover{
  	background-image: url("tanks07_images/glblnav_selected.gif");
	text-decoration: none;
}

a.glinklast, a.glinklast:visited{
	margin: 0px 20px 0px 0px;
	padding: 2px 17px 4px;
	color: #999999;
}

a.glinklast:hover{
	text-decoration: none;
}

a.glinklastOn, a.glinklastOn:visited{
  	background-image: url("tanks07_images/glblnav_selected.gif");
	margin: 0px 20px 0px 0px;
	padding: 2px 17px 4px;
	color: #3333CC;
}

a.glinklastOn:hover{
	text-decoration: none;
}

.pages {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

a.page, a.page:visited{
	color: #996699;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #666666;
}

a.page:hover{
	text-decoration: none;
}


#topnavlinks{
	color: #333333;
	margin: 0px 0px 10px;
	background-image: url("tanks07_images/glbnav_background.gif");
	height: 23px;
	width: 645px;
	padding-left: 20px;
	vertical-align: middle;
	font-size: 10px;
}

#topnavlinksfirst{
	background-image: url("tanks07_images/glbnav_background.gif");
	color: #996699;
	margin: 5px 0px 0px;
	height: 20px;
	padding-left: 20px;
	vertical-align: middle;
	font-size: 10px;
}

#tanks_flag{
	width: 665px;
	margin-bottom: 10px;
	position: relative;
	background: #FFFFFF;
	height: 200px;
}

#tanks_flag_other{
	width: 665px;
	margin-bottom: 10px;
	position: relative;
	background: #FFFFFF;
	height: 75px;
}

#tanks_flagone{
	position: absolute;
	height: 150px;
	top: 0px;
	right: 0px;
}

#tanks_flagtwo{
	position: absolute;
	height: 50px;
	top: 150px;
	left: 240px;
}

#tanks_flagthree{
	position: absolute;
	height: 75px;
	top: 0px;
	right: 0px;
}

#tanks_flag li{
	display: inline;
	padding-right: 15px;
	list-style: none;
	padding-left: 15px;
}

#pagecell{
	position: relative;
	width: 885px;
	margin-left: 20px;
}

/**************** sidebar styles *****************/

#sidebar{
	width: 195px;
	padding: 0px 5px 20px 10px;
	line-height: 17px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #CCCCCC;
}

#sidebar li{
	list-style: url(tanks07_images/arrow_blu.gif) outside;
	margin: 20px 0px 0px 10px;
}

#sidebarSub{
	padding: 0px 0px 0px 0px;
}

#sidebarSub li{
	list-style: url(tanks07_images/arrow_red.gif) outside;
	margin: 20px 0px 0px 10px;
}

#relatedInfo{
	margin-top: 20px;
}

#relatedInfo img{
	display: block;
}

#relatedInfo a href{
	display: block;
}

#content{
	background: #FFFFFF;
	width: 665px;
	margin-top: 10px;
}

a.hlink, a.hlink:visited{
  	color: #660000;
	text-decoration: none;
}

a.hlink:hover{
  	color: #660000;
	text-decoration: underline;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** utility styles *****************/

#utility{
	margin-bottom: 10px;
	padding-left: 20px;
	color: #3333CC;
	font-size: 12px;
}

#utility a{
	color: #cccccc;
}

#utility a:hover{
	text-decoration: underline;
}

/*************** story styles ******************/

#content p{
	padding: 5px 0px 8px;
	margin: 0px 15px 0px 14px;
}

#content li{
	padding: 0px;
	list-style: url(tanks07_images/arrow_gray.gif) outside;
	margin: 0px 5px 5px 15px;
}

#content h3 {
	padding: 10px 0px 5px 14px;
}

.story {
}

.storyfirstgraph {
	padding: 0px 15px 5px 14px;
}

.storysubhead {
	padding: 0px 15px 25px 14px;
	font-weight: 600;
}

.storyhead {
	padding: 10px 15px 25px 14px;
	font: 600 15px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-align: left;
	margin: 15px 0px 0px;
}

table.storychart{
	width: 100%;
}

td.storyfirst{
	padding: 10px;
	width: 50%;
	border: 2px solid #FFFFFF;
	background: url(tanks07_images/BOXbkgrd.gif);
}

td.storyLeft{
	padding: 10px;
	width: 50%;
	border: 2px solid #FFFFFF;
}

table{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

.alert{
	color: #660000;
	font-weight: 600;
}

a.alert, a.alert:visited{
	color: #993333;
	font-weight: 500;
}

a.alert:hover{
	text-decoration: underline;
}

.bold{
	font-weight: 600;
}

.italic{
	font-style: italic;
}

#pagenumbers{
	position: absolute;
	top: 140px;
	right: 250px;
	background: #CCCCCC;
	padding: 10px;
}

.subhead3{
	font: 600 15px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	padding: 15px 0px 0px;
	text-align: left;
	margin: 15px 0px 0px;
}

#storylist{
	padding: 0px 0px 5px 14px;
	margin-left: 20px;
	list-style: url(tanks07_images/arrow_blu.gif) outside;
}

#storybullets{
	padding: 0px 0px 15px 20px;
	list-style: url(tanks07_images/arrow_gray.gif) outside;
	margin-left: 25px;
}

/************** siteInfo styles ****************/

#siteInfo {
	clear: both;
	color: #333333;
	margin: 10px 245px 0px 0px;
	padding: 10px 0px 0px 20px;
}


#siteInfo a:link, #siteInfo a:visited{
	color: #3333CC;
}

#siteInfo a:hover{
	color: #3333CC;
	text-decoration: underline;
}

.site{
	padding: 7px 0px 0px;
}
/********************* end **********************/
