/* CSS Document */

a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-size: 120%;
	color: #334d55;
}

h2{
	color: #333333;
}

h3{
	color: #333333;
}

h4{
	color: #333333;
	background-color: #CCCCFF;
}

h5{
 color: #334d55;
}

#masthead{
	background-color: #CAD0E6;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	color: #000000;
}

/*************** #pageName styles **************/

#pageName{
	background-color: #CCCCCC;
	background-image: url(../images/back1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageNamestory{
	background-color: #CCCCCC;
	background-image: url(../images/back1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
 
/************** #int styles **************/

#jump{
	border: 1px solid #B3A6D4;
}


#jump h3{
	background-color: #CCCCFF;
	color: #FFFFFF;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
}

/************** .feature styles ***************/

.feature{
	border: 1px solid #C2BFE0;
}

.feature h3{
    background-color: #FFFFFF;
}

.feature div {
	float: right;
	clear: left;
	width: 300px;
	background-color: #999999;
	border: 1px solid #B1C3D9;
	margin-bottom: 15px;
	margin-left: 15px;
}

/************** .story styles *****************/
.story{
	clear: both;
	border: 1px solid #c2bfe0;
}



/************ sectionLinks styles **************/

#sectionLinks{
	position: fixed;
	top: 150px;
	border: 1px solid #B3A6D4;
	/*border: thin solid #B3A6D4;*/

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/images1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/images2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #c2bfe0;
}

.relatedLinks{
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C2BFE0;
	border-right-color: #C2BFE0;
	border-left-color: #C2BFE0;
}

/************** #advert styles **************/

#advert{
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B3A6D4;
	border-right-color: #B3A6D4;
	border-bottom-color: #B3A6D4;
	border-left-color: #B3A6D4;
}
#navBar h3 {
	background-color: #C2BFE0;
	background-image: url(../images/back2.jpg);
	background-repeat: no-repeat;
}
#content #down {
	position: relative;
	top: -22px;
	margin: 0px;
	padding: 0px;
}
