/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Unique,Verdana,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/******* 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 120% Unique,Verdana,sans-serif;
 color: #33007b;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Unique,Verdana,sans-serif;
 color: #33007b;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #33007b;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Unique,Verdana,sans-serif;
 color: #33007b;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

h5{
 font: 100% Unique,Verdana,sans-serif;
 color: #33007b;
 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;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Unique,Verdana,sans-serif;
 color: #334d55;
}

input{
font-family: Unique,Verdana,sans-serif;
}

.nav{
	text-align: right;
	width: 174px absolute;
	vertical-align: text-top;
	font: bold 95% Unique,Verdana,sans-serif;
	color: #33007b;
}

.nav a{
	margin: 5px 22px 5px 0px;
	font: bold 95% Unique,Verdana,sans-serif;
	color: #33007b;
}

.content{
	padding: 10px 10px 60px 40px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	font: bold small Unique,Verdana,sans-serif;
	vertical-align: text-top;
}

.emph{
	color: #33007b;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

.pagetitle{
	padding: 15px 0px 14px 10px;
	color: #ffffff;
	font: bold large Unique,Arial,sans-serif;
}

.title{
	background-image: url(../images/title_bar.jpg);
	background-repeat: no-repeat;
}

.bottom_left{
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
}

.bottom_right{
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
}

.nav_header{
	background-image: url(../images/search_resources.jpg);
	background-repeat: no-repeat;
}

.copy{
	background-image: url(../images/copyright_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 60px 40px;
	text-align: center;
	font: bold x-small Unique,Arial,sans-serif;
}

.news{
	padding: 10px 10px 0px 10px;
	text-align: justify;
	vertical-align: text-top;
	font: bold x-small Unique,Arial,sans-serif;
}

/*************** search styles *****************/

#search{

}

#search input{
  font-size: 50%;
  margin: 0px  0px 0px 0px;
 }

#search a:link, #search a:visited {
	font-size: 60%;
	font-weight: bold;

}

#search a:hover{
	margin: 0px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 15px 10px 10px;
	font-size: 90%;
	text-align: justify;
}
html>body .feature {height: auto;}

.feature img{
	padding: 5px 10px 5px 10px;
	display: block;
}
.feature h3{
	text-align: center;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/