/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	background-color: #FFFFFF;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a{
	color: #0000CC;
	text-decoration: none;
/*	background-color: #FFFFFF;*/
}

a:link{
	color: #0000CC;
	text-decoration: none;
/*	background-color: #FFFFFF;*/
}

a:visited{
	color: #0000CC;
	text-decoration: none;
/*	background-color: #FFFFFF;*/
}

a:hover{
	color: #CE0031;
	text-decoration: underline;
	background-color: #EDEDED;
}

h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


h1{
	font-family: Verdana,Arial,sans-serif;
	color: #CE0031;
	font-size: 130%;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #CE0031;
	font-weight: bold;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CE0031;
}

h4{
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
}

h5{
	 font-family: Verdana,Arial,sans-serif;
	 font-size: 100%;
	 color: #334d55;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

hr {
}

/*table {
	vertical-align: top;
	margin-top: 10px;
}*/

td {
	vertical-align: top;
}

/***********************************************/
/* Layout divs                           */
/***********************************************/ 
#searchBox {
	display: none;
}

#masthead{
	width: 100%;
}

#headerimage, #leftcontent {
	display: none;
}

#rightcontent {
	display: none;
}
#centercontent {
	margin-top: 10px;
}

		
#siteInfo{
	font-size: 70%;
	color: #666666;
	margin-top: 20px;
}


/************* #globalNav styles **************/

#globalNav, #breadCrumb, .back, #siteInfo{
/*	padding: 5px 5px 5px 5px;*/
	display: none;
}

#logohead {
	text-align: right;
}

/*#globalNav a {
	font-size: 70%;
}
*/
/************* #headerimage styles *************/

#headerimage img{
	float: right;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
/*	padding: 5px 5px 5px 5px;*/
	color: #999999;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	font-size: 70%;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 0px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #EDEDED;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {
	border-bottom: 1px solid #EEE;
	background-image: url(images/bigbullet.gif);
	background-repeat: no-repeat;
	background-position: left;
/*	padding: 10;*/
}


/************** #content styles ***************/

#centercontent p {
}

.redtext {
	color: #FF0000;
}


/************** #rightcontent styles ***************/

#rightcontent{
	font-size: 70%;
/*	line-height: 110%;	*/
}

#rightcontent h3 {
	font-size: 130%
}

#rightcontent table {
	margin-left: 5px;
}

#rightcontent tr {
	padding-bottom: 2px;
	padding-top: 2px;
}


/************** .feature styles ***************/


.feature{
	font-size: 70%;
	border-bottom-color: #EDEDED;
	border-bottom-style: dotted;
	border-bottom: 2px;
}

.feature img{
	padding: 0px 6px 0px 0px;
	border: 0px;
}

.feature table{
	margin-top: 10px;
}

.feature tr{
	padding-bottom: 10px;
	padding-right: 10px;
}

.feature li{
	list-style-image: url(images/bullet_smallonwhite.gif);
	padding-bottom: 3px;
}



.feature3{
	font-size: 70%;
	border-bottom-color: #EDEDED;
	border-bottom-style: dotted;
	border-bottom: 2px;
}

.feature3 img{
	padding: 0px 6px 0px 0px;
	border: 0px;
}

.feature3 table{
	margin-top: 10px;
}

.feature3 tr{
	padding-bottom: 10px;
	padding-right: 10px;
}

.feature3 li{
	list-style-image: url(images/bullet_smallonwhite.gif);
	padding-bottom: 3px;
}


/************** .back styles ***************/

.back {
	text-align: right;
	font-size: 70%;
	font-weight: bold;
}


/************* #logos styles ***************/

#logos{
	padding-top: 10px;
}

#logos img{
	vertical-align: top;
	padding-right: 20px;	
}


#logos a:hover{
	background-color: #FFFFFF;
}


/************* general styles ***************/

.floatleft {
float: left;
}


.floatright {
float: right;
}


ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: decimal;
}
