* {
	padding: 0;
	margin: 0
}

body {
	background-color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background:url(bg_gradient.jpg) repeat-x;
	font-size:0.7em;
	color:#555656;
}

h1 {
	padding: 20px 0 14px 0
}

h2 {
	font-size: 1.2em;
	font-weight:bold;
	padding-bottom: .4em;
}

h3 {
	font-size: 1.1em;
	font-weight:bold;
	padding-bottom: .4em;
}

h4 {
	font-size: 1.05em;
	font-weight:bold;
	padding-bottom: .4em;
}

p {
	line-height: 1.6em;
	padding-bottom: 1.6em
}

img {
	border:none
}

a:link, a:visited {
	color:#949696;
	text-decoration:underline;
}

a:hover {
	color:#949696;
	text-decoration:none;
}

#container {
	margin:0 auto;
	width: 784px;
	background:url(bg_container.jpg) no-repeat;
}

#containerinner {
	padding: 20px 17px 0 37px;
	width: 730px;
}

#topnavhome ul {
	display: inline;
}

#topnavhome ul li {
	list-style: none;
	display: inline;
	border-left: 1px solid #949696;
	padding: 0 8px
}

#topnavhome ul li.first {
	border-left: none;
}

#topnavhome a {
	font-weight: bold;
	font-size: .85em
}

#topnavhome a:link, #topnavhome a:visited {
	text-decoration: none
}

#topnavhome a:hover {
	text-decoration: underline;
	color: #ED1C24
}

#topnav ul {
	display: inline;
	float: right;
	padding-top: 16px
}

#topnav ul li {
	list-style: none;
	display: inline;
	padding: 0 8px
}

#topnav ul li.first {
	border-left: none;
}

#topnav a {
	font-weight: bold
}

#topnav a:link, #topnav a:visited {
	text-decoration: none
}

#topnav a:hover {
	text-decoration: underline;
	color: #ED1C24
}

.active a:link{
	color: #ED1C24
}

.active a:visited{
	color: #ED1C24
}

#subnav{
	text-align:right; 
	width: 130px; 
	padding: 1em 20px 0 170px
}

#subnavbg {
	background-image: url(subnav_bg.gif);
	padding: 0 0 20px 20px;
	background-repeat: no-repeat;
	background-position: bottom left
}

#subnav ul li {
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #E8E6E2;
	padding: 0 0 2px 10px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;	
}

#subnav ul li.last {
	border-bottom: none;
}

#subnav a {
	text-decoration: none;
	font-weight: bold
}

#subnav a:link, #subnav a:visited {
	text-decoration: none
}

#subnav a:hover {
	text-decoration: none;
	color: #ED1C24
}

#logo {
	float: left;
	padding-right: 20px;
	border-right:1px solid #E8E6E2
}

#footer {
	font-size: .85em;
	padding-top:6px; 
	float:left
}

.divider {
	width: 100%; 
	border-bottom: 1px solid #E8E6E2; 
	clear:both; 
	padding-top: 12px; 
	font-size:1px
}

#contentimage {
	width: 320px;
	float:right;
	text-align: right
}

#contentmain {
	float:left; 
	width: 380px; 
	text-align: left; 
	padding-left: 20px
}


#contentmain ul {
	margin-bottom:1.6em;
}

#contentmain ul li {
	margin-bottom:5px;
	margin-left:1em;
	line-height: 1.6em;
}

#contentmain ol {
	margin-bottom:1.6em;
}

#contentmain ol li {
	margin-bottom:5px;
	margin-left:2em;
	line-height: 1.6em;
}

#contentmain a:link, #contentmain a:visited {
	text-decoration: underline;
}

#contentmain a:hover {
	text-decoration: none;
	color: #ED1C24
}

.red {
	color: #ED1C24
}
.purple {
	color: #894FBF
}
.blue {
	color: #0051BA
}
.cyan {
	color: #00ADEF
}
.green {
	color: #009987
}
.magenta {
	color: #7F284F
}
.grey {
	color: #949696
}
.yellow {
	color: #F9E08C
}




        #ajaxSearch_form {
            width: 220px;
        }
        #ajaxSearch_input {
            display: inline;
            border: 1px solid #ddd;
            margin: 0 3px 0 0;
			padding: 3px 0 3px 3px;
            vertical-align: top;
			font-size:1em;
			color:#0051BA;	
			font-weight: bold;
			width: 125px;
			text-align:left
        }
		
        #ajaxSearch_submit {
			margin: 0px 0 0 0px;
			padding: 0 3px 0 3px;
			  border:1px solid #fff;
		  background:#004696;
		  color:#fff;
		  font:bold 100% trebuchet ms, lucida, arial, helvetica, sans-serif;
		  text-align:center;			
        }

		#ajaxSearch_submit:hover {
		  color:#fff;
		  background:#ED1C24;
		  cursor:pointer;
		  }
		
		
        #ajaxSearch_output {
            padding: 10px;
			border: 1px solid #FFF;
            display: block;
            height: auto;
            vertical-align: top;
			width: 230px;
        }
        .ajaxSearch_paging {
    
        }
		.ajaxSearch_intro {
			color: #0051BA;
			font-weight:bold
		}
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
			color: #0051BA;
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }