/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(new/images/bg_grad.jpg) fixed;
}

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

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

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/
ul{
 list-style-type: square;
}

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

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

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

.list li{
	list-style-image:url(images/o.gif);
	padding-bottom: 5px;
}

.list ul{
 list-style-image:url(images/o.gif);
 margin-top:3px;
 padding-left:0px;
 margin-left:30px;
}
.list ul ul{
 margin-left:19px;
}

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

form {
	margin: 0;
	padding: 0;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position: absolute;
	top: 11px;
	left: 98px;
	right: 10%;
	width:800px;
	background-color: #FFFFFF;
}

#leftColumn {
	position: relative;
	float: left;
	top: 20px;
	left: 17px;
	min-width: 300px;
	width: 60%;
}
#leftColumn p{
	font-size:11px;
}

#rightColumn {
	position: relative;
	float: right;
	top: 20px;
	right: 17px;
	width: 240px;
}
#rightColumn .features{
	padding: 0;
	background-color:#FFF4CC;
	border-width: 1px;
	border-color: #CACACA;
	border-style:solid;
}
#rightColumn .pad{
	padding-bottom: 5px;
}
#rightColumn .items{
	margin-left: 4px;
	margin-top:3px;
	margin-bottom:5px;
}
#rightColumn .items span{
	padding-left:10px;
	font-size:11px;
	color: #333333;
}
#rightColumn .items img{
	margin-left:10px;
	margin-top:10px;
	margin-bottom: -2px;
	padding-bottom:20px;
}
#rightColumn .box{
	padding: 3px;
	width:100%;
	background-color:#FFEDA6;
	border-bottom:1px;
	border-color: #CACACA;
	border-bottom-style:solid;
}
#rightColumn .box span{
	font-size:11px;
	color: #000000;
	margin-left:10px;
}
#centerColumn {
	position: relative;
	float: left;
	width: 95.6%;
	top: 20px;
	left: 17px;
	right: 17px;
	font-size: 11px;
}
#centerColumn .box{
	background-color:#FFFFFF;
	border-width:1px;
	border-color: #CACACA;
	border-style:solid;
}

#centerColumn .box span{
	position: absolute;
	float: left;
	top: 10px;
	left: 155px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}


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

.story {
	font-size: 80%;
}

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

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

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

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

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

#socialmedia {
	position:absolute;
	left:361px;
	top:43px;
	width:135px;
	height:29px;
	z-index:1;
}
