body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	position:relative;
}

a{
	color: #003300;
	text-decoration: none;
	font-size: 14px;
}

a:link{
	color: #003300;
	text-decoration: none;
}

a:visited{
	color: #003300;
	text-decoration: none;
}

a:hover{
	color: #006600;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 14px;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

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: 14px;
 color: #003300;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 1000px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	float: left;
	width: 219px;
	margin: 4px;
	background-image: url(images/deep_left_r2_c1.jpg);
	background-repeat: no-repeat;
	height: 575px;
}
#content{
	float: left;
	width: 560px;
	margin: 4px;
	padding: 0px;
	border: 1px solid #336600;
}
#headlines{
	float:left;
	width: 180px;
	border: 1px solid #336600;
	margin: 4px;
	padding: 0px;
	background-image: url(images/back01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 575px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	background-image: url(images/margin_01.jpg);
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size:14px;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu_10.jpg);
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 14px;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 14px;
	padding-left: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	font-size:14px;
	background-image: url(images/back02.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 18px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 14px;
	color: #000000;
	background-image: url(images/deep02.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	width: 1000px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 54px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size:14px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {height:auto;}
#navBar ul {list-style: none; margin: 0; padding: 0;height:auto;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
padding-left:20px;
padding-top:2px;
background-image: url(images/on.jpg);
height:21px;
}

/* fix for browsers that don't need the hack */
#navBar li {
background-image: url(images/out.jpg);
height:21px;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
height:21px;
width: 198px;
font-size: 14px;
padding-left:10px;
height:auto;
}

#sectionLinks h3{

}

#sectionLinks a {
height:21px;

	
}

#sectionLinks a:hover{
background-image: url(images/on.jpg);
height:21px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size:14px;
	width: 198px;
	padding-left:5px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/


#headlines p{
	height: 21px;
	width: 198px;
}

#top1 {
float:left;
width:253px;
}
#top2{
float: left;
}
#qq{
padding-left:25px;
height:25px;
}
#linkss{
padding-left:45px;
padding-top:10px;

}
