body{
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
}
form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

/*h3 {
	font-size: 1em;
}*/

/*h3 {
	height: auto;
	padding: 0px;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0077A7;
	background-image: url(img4.gif);
	background-repeat: no-repeat;
}*/
h3 {
	height: 25px;
	background: #0077A7 url(img3.gif) repeat-x;
	text-transform: none;
	font-size: 11px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
}

h5 {
	height: 25px;
	text-transform: none;
	font-size: 16px;
	color: #000000;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
h4 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #31576F;
}

p, ul, ol {
	/*margin-bottom: 1.8em;*/
	line-height: normal;
	padding: 5px;
}

}


ul, ol {
}

blockquote {
}

/* a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}*/

hr {
	display: none;
}

/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 960px;
	height: 50px;
	color: #414141;
	border-top-width: 10px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #00CCFF;
	border-bottom-color: #3F3F3F;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#logo h1 {
	float: left;
	padding-top: 0px;
	letter-spacing: -3px;
	text-transform: capitalize;
	font-size: 32pt;
	padding-right: 10px;
}

#logo h2 {
	float: right;
	padding-top: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}


/* Animated Menu */


    
.animatedtabs{
	/* border-bottom: 1px solid gray; */
	overflow: hidden;
	width: 960px;
	font-size: 10px; /*font of menu text*/
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}


.animatedtabs ul{
	list-style-type: none;
	margin-left: 0px; /*offset of first tab relative to page left edge*/
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	background: url(tab-blue-right.gif) no-repeat right top; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/* End of animated menu */

top_menu {
	background-image:url(IMG_dropdown_tab-bg.gif);
	background-repeat: repeat-x;
}


a {
	color: #0099FF;
}

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

/* Footer */

#footer {
	clear: both;
	width: 960px;
	font-size: 9pt;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	clip: rect(auto,auto,auto,auto);
	border-top-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	height: auto;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.categories a{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#colOne {
	float: left;
	width: 300px;
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	padding: 5px 0;
	background: url(img6.gif) repeat-x;
}

#colOne li.first {
	background: none;
}

#colTwo {
	float: none;
	width: 510px;
}

.bg1 {
	padding: 0;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(bot_bg.gif);
	background-repeat: repeat-x;
	width: 290px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.bg2 {
	padding: 0px;
	border-top: 1px solid #CBE1EF;
	background-color: #FFFFFF;
	background-image: url(bot_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-color: #CCCCCC;
	width: 510px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.bg3 {
	padding: 0px;
	border-top: 1px solid #CBE1EF;
	width: 200px;
	height: 200px;
}
.bg4 {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(bot_bg.gif);
	background-repeat: repeat-x;
	width: 290px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bg5 {
	padding: 0px;
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.bg6 {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(bot_bg.gif);
	background-repeat: repeat-x;
	width: 300px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px none #FFFFFF;
}
.headlines_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	text-align: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px
}
.headlines_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 5px
}
.headlines_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px
}
.headlines_4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 0px;
}
.headlines_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px
}
.bg7 {
	padding: 0;
	background-color: #99CCCC;
	background-repeat: repeat;
	width: 500px;
	float: left;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 11px;
	border: thin none #000000;
}

