/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #112F65; /* white for browser window background color and footer top border */
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../image-files/page_bg.png);
	background-repeat: repeat-x;
}

/* -- General Link Styling -- */

a:link {
	color: #486089;
	font-weight : bold;
}

a:visited {
	color: #486089;
	text-decoration: underline;
	font-weight : bold;
}

a:hover {
	color: #19376B;
	text-decoration: none;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 1000px;
}

#Header {
	height: 202px;
}

#Logo {
	width: 203px;
	height: 112px;
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#CenterColumn {
	margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#LeftColumn {
	float: left;
	width: 180px;               /* STEP 2: To set right and left columns at 180, set 1 less than 180 here */
	margin-left: -1000px;        /* STEP 3: set to the same width (but with minus sign) specified in #PageWrapper above  */
}

#RightColumn {
	float: left;
	width: 180px;               /* STEP 4: also 1 less than 180 */
	margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#SearchBox {
	width: 160px;
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
	padding: 2px 4px;
}

#Header .Liner {
padding: 35px 10px;
}

#RightColumn .Liner {
padding: 2px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	position: relative;
	background-image: url(../image-files/header_bg.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}

#Logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 34px;
	left: 10px;
	font-family: 'Verdana';
}

#ContentWrapper {
	background-color: #D3D9E6;
}

#LeftColumn {
	background-image: url();
	background-repeat: repeat-y;
	background-color: #D3D9E6;
	border-top: 1px solid #576B93;
	padding: 0px;
}

#CenterColumn {
	background-image: url(../image-files/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border-left: 1px solid #576B93;
	border-right: 1px solid #576B93;
}

#RightColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #D3D9E6;
	border-top: 1px solid #576B93;
}

#SearchBox {
	position: absolute;
	top: 215px;
}

#Footer {
background-image: url(../image-files/footer_bg.png);
background-repeat: no-repeat;
background-color: transparent;
border-top: 1px solid #576B93;
}

/* ------ Section 4 - Left Column Navigation ------ */

#navcontainer {
	background: #D3D9E6;
	position: absolute;
	top: 415px;
}

/* -- RSS Box -- */

#RSSbox {
width: 152px;
background-color: #E0E2EC;
position: absolute;
top: 203px;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 10px 2px 10px 10px;
font-weight: bold;
color: #1A2373;
line-height: 14px;
text-align: center;
}

/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 12px auto 12px auto;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
font-size: 12px;
padding: 0;
}

.text-NavBar ul li {
display: inline;
text-align: center;
}

.text-NavBar a {
font-weight: 100;
color: #486089;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: #486089;
text-decoration: none;
}

.text-NavBar a:hover {
background: #E0E2EC;
color: #19376B;
text-decoration: underline;
}

/* ------ Section 5 - Specific Font Styles ------ */

p{
	padding: 3px 0;
	margin: 3px 0;
	line-height: 18px;
	font-size: 12px;

}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1, h2, h3, h4, h5 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	color: #274373;
	padding: 3px 0;
	margin: 3px 0;
	line-height:28px;
}

h2 {
	font-size: 13px;
	color: #274373;
	padding: 3px 0;
	margin: 3px 0;
}

h3 {
	font-size: 15px;
	color: #274373;
	padding: 3px 0;
	margin: 3px 0;
}

/* ------ Section 6 - Frequently Used Styles ------ */

.clear {
clear: both;
}

img {
border: 0 solid #ddd;
}

/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 120px;
}

#CenterColumn li {
	margin: 0 0 8px 120px;
	font-size: 12px;
}

#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn ol li {
margin: 0 0 8px 0;
font-size: 12px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.center { 
text-align: center;
}

/* ------ Section 6 - Header links, Google Ads, Social Networking Nav, etc. ------ */

.chitikaBannerAdTop {
padding-left: 45px;
padding-right: 45px;
padding-top: 0;
padding-bottom: 0;
border: 0px;
margin: 0 0 0 0;
float: left;
}

.googleContentLinkUnit  {
padding-left: 86px;
padding-right: 86px;
padding-top: 5px;
padding-bottom: 15px;
border: 0px;
margin: 0 0 0 0;
float: left;
}

.googleSmallSquareAd {
padding-left: 5px;
padding-right: 50px;
padding-top: 5px;
padding-bottom: 2px;
border: 0px;
margin: 0 2px 0 0;
float: right;
}

.googleContentLinkUnitBottom {
padding-left: 0px;
padding-right: 100px;
padding-top: 2px;
padding-bottom: 10px;
border: 0px;
margin: 0 0 0 2px;
float: right;
}

.homepageImage {
padding-left: 0;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 2px;
border: 0px;
margin: 0 2px 0 0;
float: left;
}

.googleBannerAdBottom {
padding-left: 86px;
padding-right: 86px;
padding-top: 0;
padding-bottom: 10px;
border: 0px;
margin: 0 0 0 0;
float: left;
}

#googleTopLinkUnit  {
	height: 18px;
	width: 735px;
	position: absolute;
	top: 163px;
	left: 137px;
}

#googlelinkunitbg  {
	height: 30px;
	width: 735px;
	position: absolute;
	top: 156px;
	left: 129px;
}

#googleRightSkyscraper  {
	height: 600px;
	width: 160px;
	position: absolute;
	top: 325px;
}

#Topnavbg {
	width: 450px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 32px;
	right: 10px;
	font-family: 'Verdana';
}

#Header .text-NavBar {
position: absolute;
margin: 0;
top: 44px;
right: 30px;
width: auto;
background: transparent;
}
#Header .text-NavBar ul {
margin: 0;
padding: 0;
}

#Topsocialbg {
	width: 212px;
	height: 82px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 67px;
	right: 15px;
	font-family: 'Verdana';
}

#HeaderLinksRight  {margin: 0px; padding: 0px; position: absolute; top: 70px; right: 30px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#HeaderLinksRight ul  { padding: 5px 0px; margin: 0px; font-size: 0px; border-left: solid 0px #d22929;}
#HeaderLinksRight ul li  {list-style: none; padding: 0px; margin: 0px; text-align: left; }
#HeaderLinksRight ul li a  {font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px; color: #486089; text-decoration: none; line-height: 22px; padding-left: 10px; font-weight: normal; }
#HeaderLinksRight ul li a:hover  {font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px; background: #E0E2EC; color: #19376B; text-decoration: underline; line-height: 22px; padding-left: 10px; font-weight: normal; }
#HeaderLinksRight img {padding-right: 0px; margin: 0px; border: none; }

