/************************************************
*	Links									*
************************************************/
a:link {
	line-height: normal;
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
.sm_title_white a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.sm_title_white a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.sm_title_white a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	text-decoration: none;
}
.topLink a:link {
	color: #003399;
	text-decoration: none;
}
.topLink a:hover {
	color: #003399;
	text-decoration: underline;
}
.topLink a:visited {
	text-decoration: none;
	color: #003399;
}
/************************************************
*	Body & Headers							*
************************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
content {
	text-align: left;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.text_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.text_keytopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#fullheight  {
	height:100%
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	top: 0px;
}
title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.title_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	top: 10px;
}
.sm_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.sm_title_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.cap_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.title_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.title_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-shadow: 0.2em 0.2em 
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	vertical-align: top;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	text-shadow: 0.2em 0.2em 
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	vertical-align: top;
}
#quote {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
}
td img {
	display: block;
}
#title_shadow{
	font-size: 2em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #CCCCCC; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}
#custom-gen	{
	scrollbar-arrow-color: #B1C3D98;
	scrollbar-3dlight-color: #B1C3D9;
	scrollbar-darkshadow-color: #DBDBDB;
	scrollbar-face-color: #B1C3D9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DBDBDB;
	scrollbar-track-color: #DBDBDB;
}
#custom-gen ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
#custom-gen ul li:before {
	content: "\00BB \0020";
	}

/************************************************
*	Drop Shadow Play						*
************************************************/
#title_shadow:before,
#title_shadow:after{
	content: "text shadow"; /* generated text */
	display: block;
}
#title_shadow:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #ccc; /* shadow color */
	background-color: transparent;
}
#title_shadow:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #999999; /* text color */
	background-color: transparent;
}

/************************************************
*	Images & News Content						*
************************************************/
.thumb {
	background: #FFFFFF url(images/section.gif);
	float: right;
	width: 290px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 0px 10px;
	}
.thumbleft {
	display: block;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}	
.sp_image {
	padding: 15px;
}
.thumbright {
	float: right;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.thumbmain {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
/************************************************
*	Searchbar						*
************************************************/
#searchform div {
    /* This div will have the left image as a background */
    padding: 0 10px;
    margin: 0;
    line-height: 1;
}
#searchform #search {
	/* Im going to apply a top and bottom border to this input so that it fits with my images and give it the gradient background */
    border-top:0px solid #999;
	border-bottom:0px solid #999;
	border-left:0;
	border-right:0;
	background: #fff url(images/bg_search.jpg) repeat-x top;
	height: 16px;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
#searchform input {
	/* Some reset styles to make my form elements play nice */
    vertical-align: top;
	margin: 0 !important;
	line-height: 1;
	outline:0 !important;
	text-indent: 3px;
}
/************************************************
*	Layers						*
************************************************/
#Topic1 {
	position:relative;
	width:600px;
	height:177px;
	z-index:1;
	visibility: hidden;
}
#Topic2 {
	position:absolute;
	width:600px;
	height:223px;
	z-index:2;
	visibility: hidden;
}
#Topic3 {
	position:absolute;
	width:600px;
	height:223px;
	z-index:3;
	visibility: visible;
}
.capsule {
	vertical-align: top;
	padding-top: 25px;
}
#Layer1_Image {
	position:absolute;
	width:619px;
	height:260px;
	z-index:5;
	visibility: visible;
}
#Layer2_Image {
	position:absolute;
	width:619px;
	height:225px;
	z-index:1;
	visibility: hidden;
}
#Layer3_Image {
	position:absolute;
	width:619px;
	height:225px;
	z-index:2;
	visibility: hidden;
}

