@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #F9F9F9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#TopNav {
	padding: 5px;
	text-align: right;
	background-color: #090909;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#TopNav a {
	color: #CB0000;
	text-decoration: none;
}
#TopNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
#Site {
	margin: auto;
	width: 1000px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}
#Container {
	padding: 8px;
}
#MainColumn {
	float: right;
	width: 754px;
	text-align: left;
}
#MainColumn a {
	color: #990000;
}
#MainColumn a:hover{
	color: #CB0000;
}
#MainColumn h1 { 
padding:0px;
margin:0px;}
#LeftSide {
	float: left;
	width: 199px;
	background-image: url(../images/kaos_06.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
#LeftSide h3 {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#LeftSide ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
#LeftSide li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#LeftSide a {
	color: #990000;
	text-decoration: none;
}
#LeftSide a:hover {
	color: #000000;
	text-decoration: underline;
}
#Footer {
	text-align: center;
	padding: 12px;
	font-size: 12px;
	color: #666666;
}
#Footer a {
	color: #990000;
}
#Header {
	background-image: url(../images/kaos_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
#WelcomeMessage {
	position: absolute;
	left: 437px;
	top: 11px;
	width: 525px;
	height: 101px;
	text-align: center;
	color: #666666;
	font-family: "Arial", Arial, "Sans Serif";
	font-size: 14px;
	padding: 12px;
}
#WelcomeMessage a {
	color: #FFFF99;
	text-decoration: none;
}
#WelcomeMessage a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.navigation {
	background-image: url(../images/kaos_03.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
.navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navigation li {
	float: left;
	display: inline;
}
.navigation li a {
	display: block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
}
.navigation li a:hover {
	display: block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	background-color: #990A09;
}

.HalfDiv1 {
	width:55%;
	padding-top:12px;
	padding-bottom:12px;
	float:left;
	text-align: left;
}

.HalfDiv2 {
	width:45%;
	padding-top:12px;
	padding-bottom:12px;
	float:left;
	text-align: left;
}

.portitem h2 { 
padding:0px;
margin:0px;}

.portitem { 
padding:2px;
border-bottom:1px dotted grey;}
.pagenation {
	text-align:center;
	padding: 5px;

	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CB0000;
}
.newsTitle {
	text-align:left;
	padding: 5px;
    font-size: 16px;
	font-weight: bold;
	color: #CB0000;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CB0000;	
}
.newsMain img {
	vertical-align:middle;	
}
.links h2 {
    text-align:left;
	padding: 10px;
    font-size: 16px;
	font-weight: bold;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CB0000;	
}
.links a {
	padding:10px;	
}