/* COMMON -------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 760px;
	padding: 4px;
	background: #FFFFFF;
	border: 4px solid #729FCF;
}

body {
	background-color: #3465A4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
}

.tab {
	border-bottom: 2px solid #7EA6E0;
	padding: 5px;
	background: #E8EFF7;
	font-size: 13px;
	color: #214A88;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

a {
	color:#214A88;
}

.article_image {
		float: left;
		border: 6px solid #fff;

}

.article_ads {
	float: right;
	padding: 4px;
}

.search {
	padding: 3px;
	margin: 2px 5px 10px 0;
	font-size: 12px;
	text-align: center;
}

.header_img {
	border: 0;
	padding: 0 0 2px 0;
}

/* HEADER ------------------------------------------------------ */
#header {
	text-align: center;
}

#topnav {
	background: #E8EFF7;
	color: #214A88;
	border-bottom: 2px solid #7EA6E0;
	padding: 4px 4px 4px 6px;
	height: 15px;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
}

a.top {
	color: #214A88;
	font-size: 11px;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}

a.top:hover {
	color: #214A88;
	text-decoration: none;
}

.linkunits {
	padding: 4px;
	background-color: #214A88;
	text-align: center;
}

/* LEFT SIDEBAR ------------------------------------------------------ */

#leftsidebar {
	float: left;
	width: 190px;
	margin: 0;
	padding: 2px 2px 2px 6px;
}

#categories {
	padding-left: 0;
	margin-left: 0;
	width: 178px;
}

#categories li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	padding: 6px 4px 6px 14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#categories li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#categories li a:hover {
	text-decoration: none;
	color: #93C2F4;
	font-weight: bold;
}

#subcategories {
	padding-left: 0;
	margin-left: 0;
	width: 178px;
}

#subcategories li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 6px 4px 6px 10px;
	background-color: #5B8CCB;
}

#subcategories li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

#subcategories li a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
}

/* RIGHT SIDEBAR ------------------------------------------------------ */

#rightsidebar {
	float: right;
	width: 179px;
	padding: 0 5px 0 3px;
}

.subarticlelist {
	padding-left: 0;
	margin-left: 0;
	padding: 6px 0 6px 0;
}

.subarticlelist li {
	list-style: none;
	margin: 0;
	padding: 4px;
}

.subarticlelist li a {
	text-decoration: underline;
	color: #214A88;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}

.subarticlelist li a:hover {
	text-decoration: none;
	color: #214A88;
	font-weight: bold;
	font-family: Arial;
}

.subarticlelist li a.more {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

.subarticlelist li a.more:hover {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

/* CONTAINER ------------------------------------------------------ */

#index_body {
	margin-left: 200px;
	margin-right: 196px;
}

#common_body {
	margin-left: 200px;
}


#container {
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	background: url(images/container_backgr.jpg) repeat-y;
}

#container2 {
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/container2_backgr.jpg) repeat-y;
	color: Black;
}

#container3 {
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
	padding: 2px;
	background: #FFFFFF;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color: #214A88;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	color: #214A88;
	font-size: 16px;
	font-family: Verdana, Geneva, 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: #214A88;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}

.articlelist {
	padding-left: 0;
	margin-left: 0;
	padding: 6px 0 6px 0;
}

.articlelist li {
	list-style: none;
	margin: 0;
	padding: 4px 4px 10px 4px;
}

.articlelist li a {
	text-decoration: underline;
	color: #214A88;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.articlelist li a:hover {
	text-decoration: none;
	color: #214A88;
	font-family: Arial;
}

.articlelist li a.more {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

.articlelist li a.more:hover {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

#relatedlinks {
	padding-left: 0;
	margin-left: 0;
}

#relatedlinks li {
	list-style: none;
	margin: 0;
	padding: 4px 4px 4px 14px;
	background-image: url(images/relatedsbullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#relatedlinks li a {
	text-decoration: underline;
	color: #214A88;
	font-size: 13px;
	font-weight: bold;
}

#relatedlinks li a:hover {
	text-decoration: none;
	color: #214A88;
	font-weight: bold;
}

/* FOOTER ------------------------------------------------------ */
#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 8px 0 8px 0;
	color: #214A88;
	border-top: 2px solid #7EA6E0;
	background: #E8EFF7;
}

a.bottom {
	color: #214A88;
	font-size: 12px;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}

a.bottom:hover {
	color: #214A88;
	text-decoration: none;
}

a.sitemap {
	color: #214A88;
	font-size: 12px;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif
}
a.sitemap:hover {
	color: #214A88;
}

/*------------------------------------------------------ */
.sitemap li {
	margin-left: 20px;
	color: #214A88;
}

.sitemap li a {
	color: #214A88;
}

#list {
	padding-left: 0;
	margin-left: 0;
}

#list li {
	list-style: none;
	margin: 0;
	padding: 4px 4px 4px 14px;
	background-image: url(images/relatedsbullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#list li a {
	text-decoration: underline;
	color: #214A88;
	font-size: 13px;
	font-weight: bold;
}

#list li a:hover {
	text-decoration: none;
	color: #214A88;
	font-weight: bold;
}

#list2 {
	padding-left: 0;
	margin-left: 0;
}

#list2 li {
	list-style: none;
	margin: 0;
	padding: 4px 4px 4px 14px;
	background-image: url(images/relatedsbullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#list2 li a {
	text-decoration: underline;
	color: #214A88;
	font-size: 11px;
	font-weight: bold;
}

#list2 li a:hover {
	text-decoration: none;
	color: #214A88;
	font-weight: bold;
}


.pageheader {
	color: #214A88;
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0 8px 0;
	text-align: center;
}

a.home {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

a.home:hover {
	text-decoration: none;
	color: #93C2F4;
	font-weight: bold;
}


#sidebar {
	padding-left: 0;
	margin-left: 0;
}

#sidebar li {
	list-style: none;
	color: #b10f44;
	margin: 0;
	padding: 4px 4px 4px 14px;
	background-image: url(images/sidebarbullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#sidebar li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #b10f44;
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}

#sidebar li a:hover {
	text-decoration: none;
	color: #135aa6;
	font-weight: bold;
}
#catsidebar {
	padding-left: 0;
	margin-left: 0;
}

#catsidebar li {
	list-style: none;
	margin: 0;
	padding: 4px 4px 4px 14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#catsidebar li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}

#catsidebar li a:hover {
	text-decoration: none;
	color: #f7fa00;
	font-weight: bold;
}
.yellow {
	color: #f7fa00;
}
.pink {
	color: #ffb7b7;
}

h4 {
	margin: 0;
	padding: 4px 10px 4px 23px;
	font-size: 12px;
	background-image: url('../Images2/h4.gif');
	color: #fff;
	border-bottom: solid 1px #BFBFBF;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
}
h4.a {
	margin: 0;
	padding: 3px 10px;
	font-size: 14px;
	background-color: #b9b9b9;
	color: #111;
	border-bottom: solid 1px #BFBFBF;
}

div.menu {
	width: 170px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
div.menu a { display: block; margin: 0; padding: 5px 10px 5px 22px; border-bottom: solid 1px #BFBFBF; }
div.menu a { background-image: url('../Images2/bgmenuleft.png'); background-repeat: no-repeat; }
div.menu a:link { color: #fff; text-decoration: none; }
div.menu a:visited { color: #fff; text-decoration: none; }
div.menu a:hover { color: #111; text-decoration: none; background-color: #ffcc00; }
div.menu p { margin: 0; padding: 0; }
div.menu p.blue { background-color: #406CBF; }
div.menu p.blue a:hover { background-color: #8EB5FF; }
div.menu p.blue2 { background-color: #4789E3; }
div.menu p.blue2 a:hover { background-color: #BCD8FF; }
div.menu p.green { background-color: #72A14B; }
div.menu p.green a:hover { background-color: #A9EF6F; }
div.menu p.brown { background-color: #D58000; }
div.menu p.purple { background-color: #4C58B5; }
div.menu p.purple a:hover { background-color: #A2ADFF; }
div.menu p.red { background-color: #C94444; }
div.menu p.red a:hover { background-color: #F2B1B1; }

