/*body {background-color:#FFFF66; } */

/* reset all browser's default margin and paddings */
* {
	margin : 0;
	padding : 0;
}
p, ol, ul, h1, h2, h3, h4, h5, h5, h6 {
	margin : 0 0 1em 0;
}
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
/*	background-color:white;*/
}
h1 {
	font-size : 34px;
}
h2 {
	font-size : 24px;
}
h3 {
	font-size : 20px;
}
h4 {
	font-size : 16px;
}
h5 {
	font-size : 14px;
}
div.afterLogo {
	clear:both;
	display:block;
	font-size : 16px;
	width:90%;
	margin:20px auto;
	border:5px #CCC solid;
	color:white;
	font-weight : bold;
}
#articles {
	background:#494b4c;
	width:100%;
	margin:0;
	padding:0;
}
.sr_top_pages {
	border:5px #CCC solid;
	background-image:url(../Images/grad3.gif);
	background-repeat:repeat-x;
/*	background::#A0A0A4;*/
	height:150px;
	display:block;
	width:90%;
	margin:20px auto;
/*	overflow: hidden;*/
}
html > body .sr_top_pages {
	min-height:150px;
	height:auto;
}
#page_middle {
	border:5px #CCCCCC solid;
	height:320px;
	display:block;
	width:90%;
	margin:20px auto;
	text-align:center;
}	
html > body #page_middle {
	min-height:320px;
	height:auto;
}
#page_middle img {
	margin-top:20px;
	height:280px;
	width:80%;
	border:1px #CCC solid;
}

div.afterMenu {
/*	padding:10px 50px 10px 20px;*/
	clear:both;
	display:block;
	font-size : 16px;
/*	font-weight : bold;*/
	width:90%;
	margin:20px auto;
	border:5px #CCC solid;
	color:white;
	overflow:hidden;
}
div.afterMenu a {
	color:#99FFFF;
	text-decoration : none;
}
div.afterMenu a:hover {
/*	color : #660000;*/
	text-decoration : underline;
}
div.afterMenu h1 {
	padding-top:10px;
	text-align : center;
}
div.afterMenu img {
	margin-left:20px;
	padding:10px;
}
div.afterMenu li {
	padding : 6px 10px;
}
div.afterMenu ul {
	margin-left : 25px;
	list-style-image : url(../Images/BtnGrey.gif);
	padding:10px;
}
div.afterMenu p, div.afterLogo p {
	padding:20px 20px 0 20px;
}
div.afterMenu h3, div.afterLogo h3 {
	padding:20px 20px 0 20px;
	color:#99FFFF;
}
#TLimage {
	border : 5px solid #660033;
	height:370px;
}
#asis {
	font-weight : 200;
	font-size : 14px;
	line-height : 130%;
}
.Menu {
	margin:0 10px;
	width:60%;
	float:right;
	display:inline;
	height:140px;
	background-image:url(../Images/grad1.jpg);
	background-repeat:repeat-x;
}
html > body .Menu {
	min-height:140px;
	height:auto;
}
.Menu ul {
	width:98%;
	list-style:none;
	margin:0 auto;
	padding:0;
}
.Menu li {
	float:left;
	display:inline;
	margin:20px 5px;
	height:100px;
	width:22%;
	text-align:center;
}
html > body .Menu li {
	min-height:100px;
	height:auto;
}
.Menu a {
	text-decoration:none;
	color:#99FFFF;
	padding-left:5px;
	padding-right:5px;
	font-size:18px;
	line-height:50px;
	display:block;
	/*float:left;*/
	margin-top:25px;
/*	margin-left:5px;
	margin-right:5px;*/
	border:none;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}
html > body .Menu a {
	min-height:50px;
	height:auto;
}
.Menu a:hover, .Menu a.selected {
	background:#660000;
	color:white;
}
