/***********************************************/
/* css.css                                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	font-size:12px;
	color: #666;
	line-height: 1.266;	
	margin:0 auto;
	padding: 0px;
	background-repeat: repeat-y;
  	background-position: center;
	background-image: url(images/background.jpg);

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
h3 a:link, h3 a:visited{
	font-family: Arial,sans-serif;
	line-height: 1.655;	
	font-size:13px;
	color: #006699;
	text-decoration: underline;
}

h3 a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1{
 font: bold 250% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 150% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #006699;
 margin: 0px 5px 0px 0px;
 text-align:left;
 padding: 0px;
}

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;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Category Layout Divs                                 */
/***********************************************/
#mainText{
	margin:10px 0px 5px 5px;
	width:470px;
}
.mainMenu{
	margin: 0px 0px 5px 0px;
	width:222px;
	z-index:1;
	float:right;
}
.backimMenu{
	width:222px;
	background-image: url("images/menu.jpg");
	background-repeat: no-repeat;	
}
.title{
	padding: 210px 0px 0px 10px;
	text-align:left;
}
.titleMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#006699;
	margin: 10px auto;
	width:200px;
	z-index:1;
	text-align:left;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666;
	margin: 0px;
	text-align:left;
}
#footer{
	margin: 0px auto;
	width:728px;
	height:50px;
	vertical-align:baseline;
	background-image: url("images/footer.jpg");
	background-repeat:no-repeat;

}
#footerText{
	text-align:left;
	vertical-align: text-bottom;
	margin:15px 0px 0px 5px;
	float:left;
}
#footerLinks{
	text-align:left;
	vertical-align: text-bottom;
	margin:15px 5px 0px 0px;
	float:right;
	text-align:right;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin:0px auto;
	margin-top:0px;
	width:728px;
	height:250px;
	margin-bottom:10px;

}
#mastbody{
	margin:0 auto;
	width:735px;
	margin-bottom:10px;
}

/***********************************************/
/*globalNav styles                              */
/***********************************************/

#globalNav{
position: relative;
width: 728px;
height: 36px;
padding: 0px;
margin: 0px auto;
vertical-align:bottom;
background-image:   url("images/top-menu.jpg");
background-repeat:no-repeat;

}

.nav{
position: relative;
width: 728px;
color: #005FA9;
padding: 0px;
margin: 0px 3px auto;
}
/********************* end **********************/
