    /* Global
    ----------------------------------------------- */

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 30px;
	text-align: center;
	background-color: #747d7f;
}

img {
	border: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #A5AEC5;
}

li.b {
	list-style-image: url('img/bullet.gif');
}


p.position {
	position:relative;
	bottom:30px;
	left: 19px;
}

p.text {
	padding-top: 5px;
	float: left;
	line-height: 15px;
	color: #4e463f;
	font-weight: bold;
}

li{
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "Arial", sans-serif;
}

ul{
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.left {
	float: left;
}

p.right {
	float: right;
}

p.small{
	text-align: center;
	font-size: 9px;
    font-family: "Arial";
	color: #dc7d44;
	line-height: 1;
}

.boxtext {
	font-size: 12px;
	margin: 0px;
	font-family: "Arial", sans-serif;
	color: #000;
}

.boxtext2 {
	font-size: 10px;
	margin: 0px;
	font-family: "Arial", sans-serif;
	color: #1a3b8b;
	line-height: 16px;
}

.boxtext3 {
	font-size: 10px;
	margin: 0px;
	font-family: "Arial", sans-serif;
	color: #1a3b8b;
	line-height: 12px;
}


    /* Header
    ----------------------------------------------- */

	a {
		color: #1a3b8b;
		margin-bottom: 0px;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	a:active {
		color: #ff0000;
	}

	a.imagelink {
		border-bottom: none;
		text-decoration: none;
	}

	a.imagelink:hover {
		border-bottom: none;
	}

    /* Header
    ----------------------------------------------- */

        #header {
             background: url('img/header.gif') top left repeat-x;
             margin: 0px;
			 padding: 0px;
             overflow: hidden;
             padding: 0px;
             width: 715px;
			 height: 85px;
        }

		#session {
             background: url('img/header1.gif') top left repeat-x;
             margin: 0px;
             padding: 0px;
             width: 715px;
			 height: 85px;
			 text-align: left;
        }




    /* Headings
    ----------------------------------------------- */

	    h1 {
            font-size: 1.4em;
            margin: 0px;
			font-family: "Arial", sans-serif;
        }

		h6 {
            font-size: 48px;
            margin: 0px;
			padding: 0px;
            font-family: "Arial";
			text-decoration: none;
			font-weight: normal;
			color: #828282;
			line-height: 30px;
        }


/* drop down styles*/

.headerText{
	font-size: 12px;
	margin: 0px;
	font-family: "Arial", sans-serif;
	color: #1a3b8b;
	text-decoration: bold;
	font-style: italic;
}

.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	color: #494949;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	color: #727272;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #727272;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #dedddd;
}
