@import url(http://fonts.googleapis.com/css?family=Muli);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

body {
	background: #eee;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size:13px;
	color: #000;
}
a {
	color: #5345d0;
	text-decoration: none;
}
a:hover {
	color:#ffff93;
}
h1 {
	font-size: 1.5em;
	color: #5345d0;
}
div.container {
	width: 900px;
	height: auto;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: left;
}
div.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	background: #f2fbfc;
	background-image: url(background_tile.png);
	background-repeat: repeat-y;
}
div.header span {
	position: relative;
	left: 25px;
	top: 30px;
	font-family: sans-serif;
	font-size: 2.1em;
	color: #5345d0;
}
div.menu {
	width: 100%;
	height: 45px;
	padding: 0px;
	background: url(images/menu-bg.jpg) repeat-x;
	overflow: hidden;
}

div.menu span {
	border-right: 1px SOLID #fff;
	color: #000;
	display:inline-block;
	padding-top:15px;
	font-size: 10pt;
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight:bold;
}
div.menu span a {
	color: #000;
	margin-top:10px;
	padding:22.5px 32px;
	font-family: sans-serif;
	text-decoration: none;
}
div.menu span a:hover {
	background: url(images/menu-bg-hover.jpg) repeat-x;
	padding-top:15px;
}

span.search {
	background: #f0e3ff;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	float: right;
	height: auto;
	width: 300px;
	border-left: 1px SOLID #fff;
	overflow: hidden;
}
div.post_info {
	width: 650px;
	border-top: 1px SOLID #f3f3f3;
	border-bottom: 1px SOLID #f3f3f3;
	background: #fafafa;
	font-size: 10px;
	color: #444;
	padding: 5px;
}
div.post_info a {
	font-size: 11px;
	color: #13058a;
	font-weight: bold;
	text-decoration: none;
}
div.post_info a:hover {
	color:#ffff93;
}
div.main_nav {
	width:190px;
	float: left;
	margin-left: 10px;
	height: 100%
}
div.sub_menu {
	margin-right: auto;
	margin-top: 15px;
	font-size: 12px;
	width: auto;
}
div.sub_menu div {
	background: #f0e3ff;
	padding: 5px;
	color: #000000;
	width: auto;
	font-variant: small-caps;
	font-weight:bold;
}
div.sub_menu a {
	background: #fff;
	color: #666;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.25ex 0.5em 1.25ex 0.75em;
}
div.sub_menu a:hover {
	background: #f9f9f9;
	color: #666;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.25ex 0.5em 1.25ex 0.75em;
}
div.content {
	width: 650x;
	margin-top: 15px;
	margin-left: 230px;
}
.content p {
	text-align:justify;
}
table.issue tr, tr td {
	text-transform:uppercase;
	vertical-align:top;
}
table tr, tr td {
	text-transform:none;
	vertical-align:top;
}
form, input {
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 14px;
	font-size: 9pt;
}
.button {
	background: #f0e3ff;
	color: #fff;
	border: 0px;
	padding: 0px;
}
#ias_footer { 
	background: none repeat scroll 0 0 #ffff93;
	color:#FFFFFF;	
	width:100%; 
	clear:both; 
	padding: 1em 0;
	orphans: auto;
	widows: auto;
	-webkit-text-stroke-width: 0px;	
}
#ias_footer .copyright {text-align:center; color:#000;}
#ias_footer .copyright a { color:#000; font-weight:bold; }
#ias_footer .copyright a:hover { color:#5344d1; font-weight:bold;}

#ias_footer .footer_menu {
color:#000;
font-size:10px;
text-decoration:none;
text-align:center;
padding-bottom:5px;
}
#ias_footer .footer_menu a {
color:#000;
font-size:10px;
text-decoration:none;
text-align:center;
}
#ias_footer .footer_menu a:hover { color:#5344d1; }


.ifContainer
{
    margin-bottom: 11px;
}

.ifTH
{
    text-align: center;
    padding: 10px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #ffffff;
    position: relative;
}

.ifTD
{
    text-align: center;
    padding: 10px;
    line-height: 1.5em;
    border-bottom: solid 1px #00759b;	
    position: relative;
}

.ifExpl
{
    position: absolute;
    left: 10px;
    top: 100%;
    width: 86%;
    text-align: left;
    padding: 9px;
    /*background: #00759b;
    color: #ffffff;*/
    background: #EFEFEF;
    color: #333333;
    font-size: 11px;
    line-height: 16px;
    margin: 0px 0px 0px 5px;
	z-index:999999999999;
	display:none;
}
.ifExpl .bold {
	text-align:left;
	font-weight:bold;
}