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

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

body{
	font-family: "normal 62.5% Tahoma", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_front.jpg);
	font-size: 12px;
	background-position: center top;
	background-repeat: no-repeat;
}

a:link, a:visited, a:hover {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 18px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}

h3{
	font-size: 16px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}

h4{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666666;
}

h5{
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
	letter-spacing: 1px;
}

h6 {
	font-size: 12px;
	color: #999999;
	letter-spacing: 1px;
	font-weight: bold;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: normal 62.5% Tahoma,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 540px;
	right: auto;
	height: 20px;
	visibility: hidden;
	bottom: auto;
	padding: 0;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#sitename {

	width: 540px;
	right: auto;
	height: 70px;
	visibility: visible;
	bottom: auto;
	padding: 0;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


#square{
	width: 540px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

#content{
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #666666;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	margin-top: 20px;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
	margin-bottom: 30px;
}
