BODY, TD, P, LI, H1, H2, H3, H4, H5, H6, TH, DIV {
	font-family: Arial, Helvetica, sans-serif;
}
BODY, TD, P, LI, DIV {
	font-size:12px;
}

BODY {
	padding:0px;
	margin:5px auto;
	background-color:#737587;
	width:800px;
}

A IMG {
	border:0px;
}

A {
	font-weight:bold;
	color:#06C;
	text-decoration:underline
}
A:hover {
	text-decoration: none;
}

P{
	font-size:11px;
}

H1 {

}

H2 {

}

H3 {

}

LI {
	margin-left:60px;
	list-style-position: outside;
	padding:0px;
}

FORM {
	margin:0;
	padding:0;
}
/* DIV Definition */
/* HEADER AND NAVIGATION */
#header {
	width:100%;
	background-image:url(http://images.intellicast.com/images/static/content/bg/header.gif);
	background-repeat:no-repeat;
	height:73px;
}

#logo {
	position:relative;
	margin:0px;
	padding:0px;
}
IMG.logolink {
	width:425px;
	height:73px;
}

#topnav {
	width:100%;
	background-image:url(http://images.intellicast.com/images/static/content/bg/nav.gif);
	background-repeat:no-repeat;
	height:32px;
}
#topnav #links {
position:relative;
	margin:0px auto;
	font-size:10px;
	line-height:30px;
	height:30px;
}
#tn1, #tn2, #tn3, #tn4, #tn5, #tn6 {
	position:relative;
	display:inline;
	height:30px;
	line-height:30px;
}
#tn1 {
	left:75px;
}
#tn1 IMG.tnlink {
	width:90px;
	height:30px;
}
#tn2 {
	left:100px;
}
#tn2 IMG.tnlink {
	width:100px;
	height:30px;
}
#tn3 {
	left:140px;
}
#tn3 IMG.tnlink {
	width:100px;
	height:30px;
}
#tn4 {
	left:185px;
}
#tn4 IMG.tnlink {
	width:100px;
	height:30px;
}
#tn5 {
	left:220px;
}
#tn5 IMG.tnlink {
	width:110px;
	height:30px;
}
#tn6 {
	display:none;
}
#tn6 IMG.tnlink {
	display:none;
}
/* END OF HEADER AND NAVIGATION */


TABLE.link {
	/*border-left:1px solid #CCC;*/
	margin:0 auto 15px auto;
}
TABLE.link  TD {
	/*border-right:1px solid #CCC;*/
}
TABLE.link  A {
	border:1px solid #CCC;
	padding:4px 5px;
	height:18px;
	line-height:18px;
}
TABLE.link IMG {
	display:block;
	margin:0 0 5px 0;
}

/* FOOTER AREA BELOW */
#footer {
	width:100%;
	background-image:url(http://images.intellicast.com/images/static/content/bg/footer.gif);
	background-repeat:no-repeat;
	height:20px;
}

div.spacer {
	clear:both;
	padding:0px;
	margin:0px;
	line-height:0px;
	font-size:1px;
	}
HR {
	height:1px;
	border:none;
	border-top:1px solid #CCC;
	padding:0;
	margin:15px auto;
	width:70%;
	color:#CCC;
}
