/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	line-height: 1.100;
	margin: 0px;
	padding: 0px;
	background: #EEEEEE;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    scrollbar-base-color: #660000;
    scrollbar-arrow-color: #ffcc00;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #990000;
	font-size: 12px;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #990000;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #990000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h2{
	color: #990000;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

h3{
	color: #990000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12%;
	font-weight: bold;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

/********* 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                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 180px;
	width:922px;
	background-color: #C43454;
	left: 5%;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}

#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;
}

#masthead{
	position: absolute;
	top: 2px;
	width:922px;
	height: 180px;
	background: #EBE2E7;
	left: 5%;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	margin: 0px;
	padding: 0px;
	background-color: #F0E9F7;
	text-align: center;
	border-top: 1px solid #990000;
}

#pageNav{
	float: left;
	width:145px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background: #C43454;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	bottom: 0px;
}

#content{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: center;
	color: #990000;
	background-image: url(../images/bck.gif);
	background-repeat: repeat;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #FFCC00;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	border-bottom:1px solid #990000;
	background: #F0E9F7;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#pageName h2{
	font: bold 115% Arial,sans-serif;
	color: #990000;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	text-align: center;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 920px;
	min-width: 640px;
	height: 28px;
	border: 1px solid #C43454;
	background: url(glblnav_selected.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	left: 10px;
	z-index: 100;
	text-transform: uppercase;
}


a.glink, a.glink:visited{
  	font-size: 11px;
  	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	color: #CC0000;
	text-transform: uppercase;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 160px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #990000;
	visibility: hidden;
}
#vissglobal {
	background: #F0E9F7;
	height: 25px;
	width: 918px;
}


.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 90%;
	color: #990000;
}

.subglobalNav a:hover{
	color: #CC0000;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************** feature styles *****************/

.feature{
	height: auto;
	background: #F0E9F7;
	color: #990000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 10px;
	text-align: center;
	width: 700px;
	font-size: 12px;
	line-height: normal;
}
table {
	font-size: 12px;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #990000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	font-size: 80%;
	color: #990000;
	padding-top: 5px;
	padding-left: 4px;
	background-color: #F0E9F7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #990000;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #990000;
	margin-top: 0px;
	text-align: center;
	margin-right: 5px;
	line-height: normal;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	background: #C43454;

}

#siteInfo h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#siteInfo a:link, #siteInfo a:visited {
	color: #990000;
	font-size: 10px;
}

#siteInfo a:hover{
	text-decoration: none;
	color: #C43454;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	border-bottom: 1px solid #F0E9F7;
	font-size: 11px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #F0E9F7;
	font-size: 11px;
	border: 1px solid #EAE1E9;
	background-image: url(../images/R-1.jpg);
}

#sectionLinks a:hover{
	background-color: #006600;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #EAE1E9;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #C43454;
	background: #C43454;
	color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 12px;
	color: #FFFFFF;
}

.relatedLinks a{
	display: block;
	color: #FFFFFF;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECCCEB;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}
/********************* end **********************/
.thumb_table {
	background-color: #F0E1E9;
	border:1px solid #6A2B64;
	text-align: center;
}

.thumb {
	border: 1px solid #990000;
}
.relatedLinks a:hover {

	display: block;
	color: #FFFFFF;
}
.relatedLinks a:active {


	display: block;
	color: #FFFFFF;
}
.relatedLinks a:visited {


	display: block;
	color: #FFFFFF;
}
#link a {
	font-size: 10px;
	line-height: normal;
}
.img {
	border: 1px solid #CC0000;
	padding-bottom: 2px;
}
.tdxml {
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 11px;
	width: 118px;
}
.tdxml a:link {
	display: block;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	background-image: url(../images/R-1.jpg);
	background-repeat: repeat;
	width: 124px;
	line-height: 16px;
	font-size: 11px;
}
.tdxml a:hover {
	display: block;
	background: #006600;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #666666;
	line-height: 16px;
	

}
.tdxml a:active {
	display: block;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	background-image: url(../images/R-1.jpg);
	background-repeat: repeat;
	width: 124px;
	line-height: 16px;

}
.tdxml a:visited {
	display: block;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	background-repeat: repeat;
	width: 124px;
	background-image: url(../images/R-1.jpg);
	line-height: 16px;
	font-size: 11px;	
}

.tdxml img {
	font-size: 11px;
	background-color: #990000;
}
#model p {
background: #eee;
border: 2px solid #bbb;
padding: 5px;
margin: 5px;
text-align: center;
width: 140px;
}

#pages {
padding: 5px;
font: 11px verdana;
}
.model {
	margin-top: 5px;
	margin-bottom: 1px;
	font-size: 11px;
	width: 118px;
	margin-top: 15px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
.model a:link {
	display: block;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	background-image: url(../images/R-1.jpg);
	background-repeat: repeat;
	width: 124px;
	line-height: 16px;
	font-size: 11px;
}
.model a:hover {
	display: block;
	background: #006600;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #666666;
	line-height: 16px;
	

}
.model a:active {
	display: block;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	background-image: url(../images/R-1.jpg);
	background-repeat: repeat;
	width: 124px;
	line-height: 16px;

}
.model a:visited {
	display: block;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	background-repeat: repeat;
	width: 124px;
	background-image: url(../images/R-1.jpg);
	line-height: 16px;
	font-size: 11px;	
}

.model img {
	font-size: 11px;
	background-color: #990000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 1px;
	padding-left: 1px;
}

