@CHARSET "UTF-8";

/* Menu */
#menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
}
#menu li {
	display: inline;
	margin-left: 5px;
}
#menu a {
	color: #afb591;
	text-decoration: none;
	margin-right: 20px;
	/* text-transform: uppercase; */
}
#menu a:hover, #menu li.active a {
	color: #a06201;
}




/* Links in main conrent */
#main A {
	color: #2b536a;
	font-weight: bold;
	border-bottom: 1px solid #bab667;
	text-decoration: none;
}
#main A:visited, #main A:hover {
	color: #a06201;
}
#main A.external {
	color: #9e1600;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}
#main A.external:visited, #main A.external:hover {
	color: #9c9414;
}
#main A.external IMG, #main A.external SPAN {
	margin-right: 4px;
	vertical-align: baseline;
	width: 9px;
	height: 7px;
	border: none;
}






/* Content */
#main p {
	margin-top: 0px;
	margin-bottom: 19px;
}
#main p.big, #main p big {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
}
.box P {
	margin-bottom: 0px;
}
#main h1, #main h1 a {
	font-size: 16px;
	line-height: 16px;
	color: #9c9414;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#main h2, #main h2 a {
	font-size: 14px;
	line-height: 14px;
	color: #101f29;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#main h3, #main h3 a {
	font-size: 10px;
	line-height: 10px;
	color: #9c9414;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#main h4, #main h4 a {
}
.box H1, .box H2 {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #9c9414;
}
#main img {
	border: 2px solid #a5aa8a;
}
#main abbr {
	cursor: default;
}
#main ul {
		list-style-type: square;
	padding-left: 15px;
	margin-left: 15px;
}


code {
	color: #a06201;
	padding: 6px 9px 6px 9px;
	background-color: #f4f6e8;
	display: block;
	margin-bottom: 19px;
	border: 1px solid #f4f6e8;
	overflow: auto;
}
code.php .phpdefault { color:#0000BB; font-weight: bold; }
code.php .phpkeyword { color:#007700; font-weight: bold; }
code.php .phpstring  { color:#DD0000; font-weight: normal; }
code.php .phpcomment { color:#FF8000; font-weight: normal; }



ul.horizontal {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.horizontal li {
	display: inline;
}
ul.none, ul.none ul, .box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.clearFloat {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}



#main dl {
}
#main dl dt {
	float: left;
}
#main dl dd {
	margin-left: 15px;
}


