/***********************************************/
/* homepagestylesheet.css                       */
/* Use for  home page index				       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E274E;
	font-size: 100%;
	line-height: normal;
	text-align: left;
	width: 975px;
	}

a:link{
	color: #3399cc;
	text-decoration: underline;
}

a:visited{
	color: #F9579C;
	text-decoration: underline;
}

a:hover{
	color: #FF9900;
	text-decoration: underline;
}

a:active{
	color: #D27F2D;
	text-decoration: underline;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bolder;
	color: #D24F2D;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight:bold;
	color: #D24F2D;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight:bold;
	color: #F9579C;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4{
 font-family: "Times New Roman", Times, serif;
 font-size: 115%;
 font-weight: bold;
 color: #3399CC;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-weight: bold;
 color: #4E274E;
}

h6{
font-family:Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: lighter;
color: #FF9900;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

label{
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #F9579C;
	font-style: normal;
	background-color: #FFFFFF;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 975px;
	height: 100px;
}

#topnavbar{
	font-family: "Times New Roman", Times, serif;
	width: auto;
	height: 10px;
	border-width: 1px;
	border-color: #932831;
}

#leftcol{
	float: left;
	width: 20%;
	background-color: #FFFFFF;
	padding: 15px;
}

#rightcol{
	float: right;
	width:20%;
	background-color: #FFFFFF;
}

#content{
	background-color:#FFFFFF;
	float: left;
	width: 55%;
	border: 15px;
	border-color: #FF99FF;
}

#pageintro{
	width: 46%;
	background-color:#FFFFFF;
}

#footer{
	float: left;
	width: 975px;
	height: 100px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************** .copy styles ***************/

.copy{
	font-size: 100%;
	color: #4E274E;
	border-color: #FFFFFF;
	border-width: 2px;
}

.copy img{
	background-position: left;
	padding: 10px;
	border-width: 5px;	
}

/************** .footer styles ***************/

.footer{
	font-size: 90%;
	color: #4E274E;
}

/*********** #topnavbar link styles ***********/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#topnavbar li {border-bottom: 1px solid #932831;}

/* fix for browsers that don't need the hack */
html>body #topnavbar li {border-bottom: 1px;}


/************** #ad styles **************/

#ad{
	padding: 30px 0px 10px;
}

#ad img{
	display: block;
}
