body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
}
body, p, td {
	font: 12px Arial, Helvetica, sans-serif;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3A6F8F;	
}
.heading {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #49426C;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.formfield {
	font: 11px Arial, Helvetica, sans-serif;
}
#logo {
float: left;
margin: 0;
padding: 0;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #3A6F8F;
	border: 0px;
	padding: 1px 0px;
}
#topnav {
margin: 0;
padding: 0;
background: #3A6F8F;
height: 67px;
}
#topmenu {
float: right;
margin: 0;
padding: 0;
margin-top: 45px;
margin-right: 60px;
}

#tmenu {
	/*width: 100%;*/
	margin: 0;
	padding: 0;	
}

#tmenu ul {	/*controls placement of 1st level - top */
	list-style: none;
	margin: 0; /* -right controls space between buttons */
	padding: 0;
	/*width: 6em; controls width of top and second tier menus - use if all widths are the same*/
	float: left;
}

#tmenu a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding: 4px 6px;
	color: white;
	background: #3A6F8F;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

#tmenu a:hover {		/*describes specifics of the look of 2nd tier */
	color: #3A6F8F;
	background: white;	
}

#tmenu ul ul li a {font: 13px Arial, Helvetica, sans-serif}

#tmenu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#tmenu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding: 0;
	padding-bottom: 3px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 0px;
	color: white;
	background: #3A6F8F;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#tmenu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #F99D31;
	background: #3A6F8F;
}

#tmenu li {position: relative;}

#tmenu ul ul {
	position: absolute;
	z-index: 500;
	width: 180px;  /*if added, could make the second tier longer than the first tier*/
	left: 0px;  /*controls left offset */
}

div#tmenu ul ul,
div#tmenu ul li:hover ul ul,
div#tmenu ul ul li:hover ul ul
{display: none;}

div#tmenu ul li:hover ul,
div#tmenu ul ul li:hover ul,
div#tmenu ul ul ul li:hover ul
{display: block;}

#nav {
/*background-color: #F99D31;*/
margin: 0;
padding: 0px;
}
/**************** menu coding *****************/
#menu {
width: 200px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: 15px Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;
	padding: 11px 0px;
	padding-left: 10px;
	margin: 0;
	color: white;
	text-decoration: none;
	text-transform: uppercase; 
	background-color: #F99D31;
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	background-color: #3A6F8F;
}

#menu h3 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: 13px arial, helvetica, sans-serif;
	display: block;
	padding: 4px 6px;
	margin-right: 12px;
	color: white;
	background-color: #3A6F8F;
	text-decoration: none;
	width: 200px;
}
#menu h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
    color: #3A6F8F;
	background-color: white;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
margin-top: 0px;
}

div#menu ul ul 
{display: none;}

div#menu ul li:hover ul 
{display: block;}
/**************** end of menu coding *****************/

    #ticker-container {
        position:relative;
        overflow:hidden;
        width: 180px;
        height: 100px;
        background-color: #751F44;
        background-repeat: repeat;
        padding: 2px;
        border:  none ;
		margin: 4px;		
    }
	
	#ticker {
		position:relative;
		width:204px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: 11px;
            font-weight: normal;
            color: #fff;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 11px;
            font-weight: normal;
            color: #fff;
            text-decoration: none;
            padding-left: 2px;
	}
        
    #ticker ul li a:hover {
            font-family: arial;
            font-size: 11px;
            color: ;
            text-decoration: none;
            padding-left: 2px;
    }
