@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(images/page_bg.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(/images/gradient_bg.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #container2 {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(/images/page_end.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	font-size:9px;
	text-align:right;
}
.menu-bar {
	margin-left: auto;
	margin-right: auto;
	/*width: 778px;
	width: 100%; */
	width:auto;
	height:34px;
	margin-top:1px;
	margin-bottom:0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	background-image:url(images/menu_bg.jpg);  
	background-repeat: repeat-x; 
	background-position: left top; 
	position: relative; 
	top: 0px; clip:  rect(   ); 
	color: #cccccc; 
	text-decoration: none; 
	font-size: small; 
	font-weight:bold;
	border:thin;
	border-color:#ffffff;
	border-bottom-style:solid;
}

.menu-option:visited {
	color:#F6F6F6;
	text-decoration:none;
}
.menu-option:link  {
	color:#F6F6F6;
	text-decoration:none;
}
.menu-option:hover {
	color:#ffffff;
	text-decoration:none;
}

* {padding:0; margin:0}
.oneColFixCtrHdr #menu .dropdown {
	float:left;
	padding-right:0px; 
	padding-top:0;
} /* 5px */
.oneColFixCtrHdr #menu .dropdown dt {
	width:105px; 
	height:20px; 
	border:1px solid #000000;  
	color:#eeeeee; 
	padding:2px; 
	font-weight:bold; 
	cursor:pointer; 
	background:url(/images/menu_bg.jpg)
}
.oneColFixCtrHdr #menu .dropdown dt:hover { 
	color:#ffffff
}
.oneColFixCtrHdr #menu .dropdown .underline {
	border-top: 2px solid #cb0368
} /* #100AfFF */
.oneColFixCtrHdr #menu .dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width: 118px; 
	display:none; 
	background:#fff; 
	z-index:200; opacity:0
} /* removed overflow:hidden; */
.oneColFixCtrHdr #menu .dropdown ul {
	width:100px; 
	border:2px solid #cb0368; 
	list-style:none; 
	border-top:none
} /* #100AfFF #9ac1c9 */
.oneColFixCtrHdr #menu .dropdown li {
	display:inline
}
.oneColFixCtrHdr #menu .dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#ffffff; 
	text-decoration:none; 
	background:#eaf0f2; 
	width:100px; 
	border:2px solid #000000
}
.oneColFixCtrHdr #menu .dropdown a:hover {
	background:#d9e1e4; 
	color:#000
}
.oneColFixCtrHdr #menu .dropdown .underline {
	border-bottom: 2px solid #cb0368
} 


.oneColFixCtrHdr #gradient {
	height: 459px;
	width: 798px;
	z-index:10;
	position:absolute;
	background:url(images/gradient_bg.jpg); 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}



.oneColFixCtrHdr #container #header {
	text-align:right;
	margin-left:9px;
	height:auto;
	width: 781px;
	color:#CC0066;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	background: #DDDDDD; 
	background:url(images/hdr_bg.gif);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.oneColFixCtrHdr #container  #header h1 {
	font-size:48px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #container  #header h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #container #mainContent {
	font-size:13px;
	width:777px;
	height:400px;
	height:auto;
	text-align:justify;
	padding: 1px 5px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.oneColFixCtrHdr #container  #mainContent h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
}

.oneColFixCtrHdr #container #mainContent p {
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */;
}




.oneColFixCtrHdr  #container #footer {
	width:767px;
	margin-left:10px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */;
	background:#db147b;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}

.oneColFixCtrHdr  #container #footer a {
	color:#FFFFFF;
	text-decoration:none;
}


.oneColFixCtrHdr #container  #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent #padimg {
	margin: 4px;
	padding: 4px;
}
ul#list, ul#links
{
    list-style-type: none;
}

ul#list li, ul#links li 
{
    list-style-image: url(/images/sm_heart.jpg);
	margin: 10px 20px;
	margin-bottom: 10px;
    padding-left: 10px;
}

ul#list a 
{
    font-style: italic;
}
.oneColFixCtrHdr #container #mainContent #list li {
	padding-left: 0px;
	margin: 10px 20px;
	text-align:justify;
	list-style-position: outside;
	list-style-image: url(images/sm_heart.gif);
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center
}
.thinborder {
	border: thin solid #000000;
	/*margin-left:2px;
	margin-right:2px;*/
}

.thinborder2 {
	border: thin solid #CC0066;
	background-color:#fff3f9;
	margin-left:2px;
}


.oneColFixCtrHdr #container #mainContent .board {
	margin: 5px 25px;
	padding: 5px;
	background:#FDE7FF;
}


.oneColFixCtrHdr #container #mainContent  ul {
	margin-left: 10px;
	padding-left: 10px;
}