@CHARSET "UTF-8";


body {
	text-align: center;
	margin: 0;
	padding: 0;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	font-family: georgia, serif;
	/*color: #807970;*/
	color: #251616;
}

#nav-access { display: none; }

#doc {
	width: 1000px;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

#doc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper { min-width: 1000px; }

#logo {
	width: 1000px;
	color: #333355;
	text-align: center; 
	background-image: url("../img/alma-baner-2011.jpg");
	height: 120px;
	cursor: pointer;
}

#logo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#logo h1 {
	margin: 0;
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, serif;
	font-weight: normal;
	color: #4b4740;
}

h1 { font-size: 185%; }
h2 { font-size: 170%; }
h3 { font-size: 165%; }
h4 { font-size: 137%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

h1, h2, h3 {
	margin: 1em 0;
}


#logo h1 img { display: block; }

#cmpny-lng {
	font-family: georgia, serif;
	font-weight: bold;
	color: #053D82;
	font-size: 145%;
	padding: 10px 0px 10px 0px;
}

#cmpny-shr {
	font-family: georgia, serif;
	font-weight: bold;
	/* color: #4b4740; */
	color: #053D82;
	font-size: 220%;
	padding: 10px 0px 10px 0px;
}


#header {
	width: 1000px;
	/*background: #D7FDD7;*/
	background: #B6E7B6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border: solid 1px #B8FFB8;*/
	border: solid 1px #8ED38E;
	height: 30px;
	font-family: verdana;
	text-align: center;
	margin-top: 2px;
}

#nav-main {
	float: left;
	padding-left: 160px;
}

#nav-main ul {
	float: left;
	z-index: 99;
	left: auto;
}

#nav-main ul,
#nav-main ul li {
	height: 30px;
	background: none;
	position: relative;
}

#nav-main ul li a,
#nav-main ul li span {
	padding: 7px 20px 0 20px;
	height: 23px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 95%;
	/*color: #7B967B;*/
	color: #042753;
}

#nav-main ul li a:link,
#nav-main ul li a:visited {
	/*color: #7B967B;*/
	color: #042753;
	text-decoration: none;
}

#nav-main ul li span,
#nav-main ul li a:hover,
#nav-main ul li a:active,
#nav-main ul li a.yuimenubaritemlabel-selected {
	/*color: #7B967B;*/
	color: #042753;
	background: #9EF89E;
	border: solid 1px #78C078;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	height: 21px;
}


a:link, a:visited {
	text-decoration: none;
	color: #1C4EFF;
}

a:hover, a:active {
	text-decoration: underline;
	color: #1C4EFF;
}

a.inherited {
	color: inherit;
	font: inherit;
	text-decoration: inherit;
}

ul.leftul, ul.leftul li ul {
	margin: 1em 0 1em 0;
	padding: 0;
	position: relative;
	left: -10px;
}

ul.leftul li {
	list-style-type: none;
	padding: 3px 0 4px 10px;
}

ul.leftul li ul {
	padding-left: 20px;
}

ul.leftul li ul li {
	font-size: 85%;
	listy-style-type: bullet;
}

#content {
	width: 1000px;
	margin: 10px 0;
	text-align: left;	
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.column1 {
	margin: 0;
	float: left;
	width: 160px;
	/*background-color: #E3FFFF;*/
	background-color: #BFE5E5;
	padding: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border: solid 1px #CBF5F5;*/
	border: solid 1px #7CC9C9;
}

.column2 {
	float: left;
	width: 595px;
	margin-left: 10px;
}

.column2b {
	float: left;
	margin-left: 10px;
	width: 790px;
	text-align: justify;
}

.column3 {
	float: right;
	width: 210px;
	/*background-color: #E3FFFF;*/
	background-color: #BFE5E5;
	padding: 3px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border: solid 1px #CBF5F5;*/
	border: solid 1px #7CC9C9;
}

.newsimg {
	float: left;
	padding: 2px 20px 2px 2px;
}

.dte {
	font-size: 85%;
}

.ttle {
	font-family: georgia, serif;
	font-weight: bold;
	color: #251616;
	font-size: 130%;
	padding-bottom: 15px;	
}

.ttle-xmas {
	font-famiily: georgia, serif;
	font-weight: bold;
	color: red;
	font-size: 130%;
	padding-bottom: 15px;
	font-style: italic;
	text-align: center;
}

.importantnews {
	margin-bottom: 15px;
	border: 1px solid #F79537;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: justify;
	
}

.mainpagenews {
	margin-bottom: 15px;
	text-align: justify;
}

.more {
	text-align: right;
	font-size: 85%;
}

a.simpla {
	text-decoration: none;
	color: #0d23cb;
}

#aboutsubsc {
	font-weight: bold;
	text-align: center;
}

#aboutaddrs {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}

.faqquest {
	font-weight: bold;
	font-size: 110%;
}

.faqansw {
	padding-bottom: 10px;
	padding-top: 10px;
}

ul.pointed {
	margin-right: 20px;
	left: 20px;
}

ul.pointed li {
	list-style-type: square;
	padding: 3px 0 4px 10px;
}

