
html {
 width:100%;
height:100%;

 }


* {
	margin: 0;
	padding: 0;
}

.image{margin:7px;
    border:solid 1px #FF6699;
	}

#wrapper {
	position: relative;
	margin:0 auto;
	width: 985px;
	padding: 0px;
	background: #f9f5f7;
	border: 4px solid #aa1f4d;
	
}

body {
	background-color: #fcd7e8;
	
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 0;
}


a {
	color:#092c64;
}

.article_image {
		float: left;
		border: 6px solid #fff;

}



.search {
	padding: 3px;
	margin: 2px 5px 10px 0;
	font-size: 12px;
	text-align: center;
}


/* HEADER ------------------------------------------------------ */
#header {
	height: 152px;
	background:url(header.jpg) no-repeat;
}



#topnav {
	padding:4px 4px 4px 6px;
	margin: 2px 0px 2px 0px;
	font-size:11px;
	height: 32px;
	background:url(navbar.gif) no-repeat;
	color: #092c64;
}

a.top {
	color: #092c64;
	font-size: 11px;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}

a.top:hover {
	color: #092c64;
}

.site_name {
	padding: 20px 0 0px 15px;
}
.site_name a {
	font-family: Arial;
	font-size: 48px;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}

.site_tagline {
	padding: 0px 0 4px 15px;
}
.site_tagline a {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color:#fff;
}

.site_domain {
	padding: 10px 0 4px 15px;
}
.site_domain a {
	font-family: Arial;
	font-size: 15px;
	font-style:italic;
	text-decoration: none;
	color:#8ea2c1;
}



#navcontainer ul li {
	list-style-type: none;
	display: block;
	float: left;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	
	
}

#navcontainer a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px  6px  6px  6px;
	border-right: 1px solid #8bb8e1;
}

#navcontainer a:hover {
	background:
		url("images/nav_hover.jpg");
		background-position: top;
		
}

/* LEFT SIDEBAR ------------------------------------------------------ */
#rightside{

	width: 130px;
	float:right;
	color: #8989b6;
	padding:0px;
	margin:0;


}


#leftsidebar {
	float:left;
	width:180px;
	margin:0px 0 0 10px;
	padding:0px;
	
}



h4.menuheader {
	width:180px;
	height:26px;
	background-image:url(../images/menu-bg.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	padding-top:2px;
	text-align:center;
	color:white;
	font-size:18px;
	margin:10px 0 0;
}


.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}


#categories {
	padding-left: 0;
	margin-left: 0;
	width: 180px;
	
	
}



#categories li {
	list-style: none;
	margin-bottom: 1px;
	padding: 5px 4px 4px 16px;
	background:#fff url(tab-link.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: center left;
	border:#f2266b solid 1px;
	
}
#categories li:hover {
	list-style: none;
	margin-bottom: 1px;
	background:#feedf5 url(tab-link.gif) no-repeat;	
	background-repeat: no-repeat;
	background-position: center left;
	
	
}

#categories li a {
	text-decoration: none;
	color: #b82b53;
	font-size: 11px;
	font-weight: bold;

}

#categories li a:hover {
	text-decoration:none;
	font-weight: bold;
	color:#7b2b42;
	
}

/* subcategories */
#subcategories {
	padding-left: 0;
	margin-left: 20px;
	width: 190px;
}

#subcategories li {
	list-style: none;
	margin-bottom: 1px;
	padding: 6px 4px 6px 8px;
	border-bottom: 1px solid #ddd;
}
#subcategories li:hover {
	list-style: none;
	margin-bottom: 1px;
	padding: 6px 4px 6px 8px;
	background: #b3d0eb;
}

#subcategories li a {
	text-decoration: none;
	color: #01193f;
	font-size: 11px;
	font-weight: bold;

}

#subcategories li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* CONTAINER ------------------------------------------------------ */

#container {
	margin-bottom: 5px;
	float: left;
	font-size: 13px;
	color:#1f1f1f;
	background:url(bodysep2.gif) repeat-y;
	width:830px;
	
	
}


#container p{margin:10px 0;}

#common_body {
	margin-left:225px;
	margin-right:20px;
	border:#0099FF solid 0px;
	width:630px;	
}




#common_body li {
list-style-type:square;
margin:5px 12px;
				}
				
				
#common_body li a{
list-style-type:square;
margin:5px 5px;
text-decoration:underline;
color:#c81f5f
				}	

#common_body li a:hover{
							list-style-type:square;
							margin:5px 5px;
							text-decoration:none;
							color:#991d55;
						}			

#common_body a { text-decoration:underline;
				color:#991d55;
								
				}

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





#body_left {

	float:left;
	width:364px;
}

#body_right {
	margin-left:364px;
	background: #eef5fb;
	border: 4px solid #729fcf;
	padding:6px;
}


h1,h2,h3{color:#ff3075;}

h1 {
	
	font-size: 23px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0 11px 0;
	text-decoration:none;
}

h2 {
	
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0 8px 0;
}

h3 {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0 8px 0;
}


.share {
	text-align: center;
	padding: 8px;
	margin: 20px 8px 20px 8px;
	background-color: #f8f8f8;
	color: #666;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
}

a.link {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}




/* FOOTER ------------------------------------------------------ */
#footer {
	clear: both;
	text-align:left;
	font-size: 12px;
	padding: 20px 0 0px 0px;
	color: #fff;
	margin:0px 0 0 0;
	height:34px;
	border-top: 0px solid #972445;
	text-align:center;
	background: #cdb5bc url(footer-bg.jpg) no-repeat;
}




a.bottom {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	padding: 0px 5px 0 5px;
}

a.bottom:hover {
	color: #f96794;
	text-decoration:none;
}

a.sitemap {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	margin:0px 0 0 0;
	font-family: Arial, Helvetica, sans-serif
}

a.sitemap:hover {
	color: #cb154d; text-decoration:none;
}

/*------------------------------------------------------ */
.sitemap li {
	margin-left: 20px;
	color: #092c64;
}

.sitemap li a {
	color: #092c64;
}


#belowdiv{border: solid 1px #dddada;
				background-color:#fbeff8;
				float:right;
				
		}
#belowdiv img{margin: 8px 0 0px 0;
				border:none;}

#belowdiv h2{color:#e31f0b;
 			font-size:20px;
			}


.form{ background:#D3A8FF; border:#F1E6FF 4px solid}
td{ padding:3px; border:#fa91b1 solid 1px}

table{border:solid 1px #fa91b1;}






.tab {
	border-bottom: 2px solid #7EA6E0;
	padding: 5px;
	background: #E8EFF7;
	font-size: 13px;
	color: #214A88;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}





