@charset "utf-8";
/* TAG STYLES */
:focus { -moz-outline-style: none; }
* {
	margin: 0px;
	padding: 0px;
}
h1 {font-size: 20px;
color:#002a5c;
}
h2 {font-size: 15px;
color:#00469a;
}
h2 a:link { 
	color: #F60;
	text-decoration: none;
	font-size:15px
}
h2 a:visited { 
	color: #F60;
	text-decoration: none;
	font-size:15px
}
h2 a:hover { 
	color: #b0c3d4;
	text-decoration: none;
	font-size:15px
}
h2 a:active { 
	color: #F60;
	text-decoration: none;
	font-size:15px
}
a:link { 
	color: #F60;
	text-decoration: none;
}
a:visited { 
	color: #F60;
	text-decoration: none;
}
a:hover { 
	color: #b0c3d4;
	text-decoration: none;
}
a:active { 
	color: #F60;
	text-decoration: none;
}


body {
	background-image: url(images/bg.jpg);
	background-color: #6C8DC2;
	background-repeat: repeat-y;
	background-position: center top;
	color:#284058;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

ul {
	padding: 0px;
	margin-top: 12px;
	margin-right: 5px;
	padding-bottom: 12px;
	margin-left: 40px;
} 
ol {
	padding: 0px;
	margin-top: 12px;
	margin-right: 5px;
	padding-bottom: 12px;
	margin-left: 40px;
} 
li {
	font-size: 12px;
	margin-bottom: 5px;
} 

hr {color: #069;}

body {scrollbar-3dlight-color:#ebaa41;
scrollbar-arrow-color:#043162;
scrollbar-base-color:#b0c3d4;
scrollbar-darkshadow-color:#fee481;
scrollbar-face-color:#ffd94b;
scrollbar-highlight-color:#f3b13a;
scrollbar-shadow-color:#fee481} 

/* CLASS STYLES */
.scrollArea {
	height: 207px;
	border:none;
	float: left;
	color:#012a58;
	font-size:12px;
	background-color: #ADC2D5;
	width: 227px;
}

.smblueText {
	color:#012a58;
	font-size:13px;
}
.smText {
	color: #333;
	font-size:10px;
}
.medText {
	font-size:14px;
}
.blueText {
	color:#012a58;
}
a.blueText:link { 
	color: #012a58;
	text-decoration: none;
}
a.blueText:visited { 
	color: #012a58;
	text-decoration: none;
}
a.blueText:hover { 
	color: #fff;
	text-decoration: none;
}
a.blueText:active { 
	color: #012a58;
	text-decoration: none;
}

.smText a:link { 
	color: #00469a;
	text-decoration: none;
	font-size:10px
}
.smText a:visited { 
	color: #00469a;
	text-decoration: none;
	font-size:10px
}
.smText a:hover { 
	color: #000;
	text-decoration: none;
	font-size:10px
}
.smText a:active { 
	color: #00469a;
	text-decoration: none;
	font-size:10px
}
.bulletin {
	width: 190px; 
	height: 200px; 
	overflow:auto; 
	margin-left:18px;
}
/* ID STYLES */
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#pageContent {
	background-color: #Fff;
}
#pageContent2 {
	background-color: #fff;
	clear:both;
	padding-left:20px;
	padding-right:20px;
}
#header {
}
#searchBox {
	float: left;
	width: 222px;
	height: 36px;
	background-color: #000;
	text-align: right;
}
#mainContent {
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
	background-color: #Fff;
}
#leftCol {
	float: left;
	width: 230px;
	padding-left: 20px;
}
#leftColscroll {
	background:url(images/hot-buletins-bg.gif);
	background-repeat:repeat-y;	
}
#leftColHealth{
	background:url(images/hot-buletins-bg.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	width:212px;
	
}
#midCol {
	float: left;
	width: 410px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background-color:#fff
}
#rightCol {
	float: left;
	width: 230px;
	padding-right: 20px;
	background-color:#Fff
}
#rightColcontent {
	background:url(images/donate-to-chm-bg.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	
}
#navBar {
	background-color: #BFCAD6;
	height: 49px;
}
#footer {
	width: 950px;
	height:113px;
	clear: both;
	padding-top: 25px;
}
#navdiv {
	padding-bottom:5px;
	padding-top:5px;
}
/* DROP DOWN STYLES */
.dropNav {
	position:absolute;
	visibility: hidden;
	width: 122px;
	background: #002a5c;
	opacity: 0.9;
	filter:alpha(opacity=90);
	zoom:1;
	color: #000;
	font-size: 12px;
	font-weight:normal;
	line-height: 14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left:thin;
	border-left-color:#000;
	border-right:thin;
	border-right-color:#000;
}

a.dd:link { 
	color: #ffd33f;
	text-decoration: none;
}
a.dd:visited { 
	color: #ffd33f;
	text-decoration: none;
}
a.dd:hover { 
	color: #fff;
	text-decoration: none;
}
a.dd:active { 
	color: #ffd33f;
	text-decoration: none;
}



