* {
	padding:0;
	margin:0;
}

body {
	color: #333;	
	font: 85%/1.75em Helvetica, Verdana, sans-serif; 
	background: #f1f1f1;
	padding: 0px;
}


/* Basic Layout */
#wrapper {
	width: 990px;
	height: 1110px;
	margin: 0 auto;
	padding:0;
	background: url("../images/bg.png");
}

#intwrapper {
	width: 990px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* Content
------------------------------------------------------------- */
#masthead {
	float: right;
	width: 980px;
	height: 150px;
	margin: 0 5 0 5;
}

#home {
	float: left;
	width: 194px;
	height: 76px;
	margin-left:50px;
	margin-top:50px;
}

#inttop {
	float: right;
	width: 990px;
	height: 347px;
	margin: 0 5 0 5;
	background: url("../images/internal_header.png") no-repeat;
}

#topnav {
	float: right;
	width: 460px;
	margin-right: 20px;
}

#topnavlink {
	float: left;
	width: 140px;
	margin-right:20px;
}

#topnavlinklast {
	float:left;
	width: 140px;
}

#topnav a {
	font-size: 1.5em;
	color: #0077be;
	text-decoration: none;
}

#reg {
	float: left;
	padding-left:45px;
	padding-top:30px;
}

#main {
	float:left;
	width:980px;

}

#main_top {
	width:980px;
	height:330px;
	padding-left: 40px;
	padding-top: 100px;

}

#main_top h1 {
	font-family: Helvetica, Verdana, sans-serif; 
	size: 72;
	color: white;
	}

#main_top h3 {
	font-family: Helvetica, verdana, sans-serif; 
	size: 5;
	color: white;
}
	
#main_mid {
	width: 980px;
}

#intmid {
	width: 990px;
	padding-top: 50px;
	clear: both;
	float: right;
	margin:0 1px;
	background: url("../images/internal_bg_repeat.png") repeat-y scroll 0 0;
}


#intmid blockquote {
	margin-left: 30px;
	margin-right: 30px;
}


#leftnav {
	width: 150px;
	float: left;
	padding-left: 20px;
	font-size: 90%;
}

#leftnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftnav li.current {
	color: #fff;
	background: #0077be url("../images/nav_slcted.jpg");
}

#leftnav li.current a {
	color: #fff;
}

#leftnav a {
	color: black;
	text-decoration: none;
}

#leftnav a:hover {
	text-decoration: underline;
	color: #0077BE;
}

#content {
	width: 383px;
	height: 392px;
	float: right;
	background-image: url("../images/fpcontbg.png");
}

#c_title {
	padding:10px;
	width:363px;
	height: 60px;
	color: #0077be;
	font-size: 1.5em;
}

#c_main {
	width: 353px;
	height: 332px;
	white-space: normal;
	float: right;
	padding: 10 15 10 15;
	font-size: 1.1em;
	clear: both;
}

#c_main a {
	color: #029d5a;
	text-decoration: none;
}

#c_main a:hover {
	color: #029d5a;
	text-decoration: underline;
}

#intcontent {
	float:left;
	height:auto;
	padding-left:50px;
	width:720px;
	line-height:18px;
}

#intcontent p {
	margin-bottom: 12px;
}

#intcontent li {
	margin-left: 30px;
}

#intcontent ul {
	margin-bottom: 12px;
}

#intcontent h1 {
	color: #0077be;
	font-size: 24px;
	margin-bottom: 8px;
}

#intcontent h2 {
	color: #0077be;
	font-size: 20px;
	letter-spacing: 1px;
	line-height:25px;
}

#intcontent h3 {
	color: #0077be;
}

#intfoot {
	background:transparent url("../images/internal_footer.png") no-repeat scroll 0 0;
	clear:both;
	float:left;
	font-size:90%;
	height:20px;
	line-height:10px;
	padding-left:220px;
	width:990px;
}

#foot {
	clear: both;
	float: left;
	font-size: 90%;
	height:20px;
	line-height:10px;
	padding-left: 220px;
	width: 990px;
	margin-top: 50px;
}

tr {
	vertical-align: top;
}


/* Print button
------------------------------------------------------------- */

/* the print element is just a link and needs some spacing / padding help */
#utilities a.print {
	background: url('../../../../../../../../gfx/ala_v2/shell/printIcon.gif') 0 0 no-repeat;
	width: 61px;
	height: 20px;
	display:block;
	text-indent: -9999em; 
	overflow: hidden;
	border: none;
	cursor:pointer;
}
