/*******************************************
 * Defining styles of common HTML entities *
 *******************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
/*	background:url(images/bg.gif) repeat-x fixed bottom #f0f0f0;	*/
	background:#333333;
}

a {
	color: #CC3300;
	font-variant:small-caps;
}

a:hover {
	background-color: #FFDDDD;
}

img {
	border-width: 0px;
	background: none;
}

img a:hover {
	background: none;
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: disc inside;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #CC0033;
	font-weight: bold;
}
h2 {
	color: #fe3839;
	font-size: 17px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
h3 {
	color: #a1a0fe;
	font-size: 16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 1px;
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

/*****************************
 * Defining styles of tables *
 *****************************/
table {
	margin: 0px;
	padding: 0px;
	text-align:left;
	vertical-align:top;
	font-family: Calibri, Arial, Helvetica, sans-serif
}

.TableHeader {
	background: #CCCCCC;
	font-weight: bold;
	color:#000000;
}

.TableRowOdd {
	background: #FFFFFF;
	font-weight: normal;
	color:#000000;
}

.TableRowEven {
	background: #EEEEEE;
	font-weight: normal;
	color:#000000;
}

.ItemHeader {
	font-size: large;
}

.SmallInfo {
	font-size: 9px;
}

.LinkButton {
	padding: 3px;
	margin: 3px;
	border: outset 2px #000000;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	-moz-border-radius: 8px;
}

.Error {
	background: #FFFFFF;
	border: 5px #FF0000;
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding: 10px;
}

.ErrorMsg {
	color: #FF0000;
	font-size: 10px;
	background: #FFCCCC;
}

.SystemBox {
	border-bottom: 3px outset #BBBBBB;
	border-right: 3px outset #BBBBBB;
	border-top: 2px outset #BBBBBB;
	background: #CCCCCC;
	-moz-border-radius: 8px;
	padding:4px;
	color:#000000;
}
.SystemBox a {
	color:#3366FF
}
.SystemBoxTitle {
	font-size:18px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.SystemTitle {
	font-size:14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.SystemPageTitle {
	font-size:22px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* OLD */



#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	clear: both;
	float: left;
	height: 100px;
	text-align: center;
	display: block;
	vertical-align: bottom;
	background-image: url(images/PageHeader.jpg);
	background-repeat: no-repeat;
	width: 985px;
/*	border-right:inset 3px #999999;	*/
}

#header a:hover {
	background: none;
}


#header #logo {
	float: left;
	position: relative;
	left: 20px;
	top: 20px;
}

#header #banners {
	float: right;
	height: 70px;
}
#header #banners #banner1 {
/*	background-color: #CCCCCC;	*/
	float: left;
	height: 60px;
	width: 468px;
	vertical-align: middle;
	margin-top: 20px;
	margin-right: 5px;
}
#header #banners #banner2 {
/*	background-color: #CCCCCC;	*/
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	height: 60px;
	width: 120px;
	margin-top: 20px;
	margin-right: 5px;
}
#header #banners #banner3 {
/*	background-color: #CCCCCC;	*/
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	height: 60px;
	width: 120px;
	margin-top: 20px;
	margin-right: 5px;
}
#header #hormeny {
	bottom: 0px;
	display: none;
	height: 24px;
	float: left;
	margin-top: 6px;
	overflow: hidden;
	width: 740px;
	text-align: left;
}
#header a, #header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#header #hormeny a:hover {
	background-color: #FFDDDD;
	text-decoration:underline;
}
#header #time {
	position: absolute;
	left: 64px;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#pagecontent {
	clear: both;
	float: none;
	width: 985px;
	vertical-align: top;
/*	border-right:inset 3px #999999;
	border-bottom:inset 3px #999999;	*/
	background:url(images/bg.gif) repeat-x fixed bottom #f0f0f0;
}

#LeftColumn {
	width:180px; 
	vertical-align:top; 
	background:#E0E0E0;
	font-size:14px;
}

#LeftColumn .MainCategory {
	font-weight: bold; 
	max-width: 165px;
	overflow: hidden;
}

#LeftColumn a, #LeftColumn a:visited {
	color:#CC3300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:15px;
}

#LeftColumn a:hover, #LeftColumn a:active {
	background-color:#CC3300;
	color: #FFFFFF;
	width: 165px;
	max-width: 165px;
	overflow:hidden;
}

#CenterColumn {
	vertical-align:top;
	float:none;
	display:block;
}

#RightColumn {
	float:right;
	width:200px;
	vertical-align:top;
/*	position:relative;	*/
/*	top:0px;	*/
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0033;
	font-weight: bold;
}

.ArticleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0033;
	font-weight: bold;
}

.ArticleTitleBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #CC0033;
	font-weight: bold;
}

.ArticleWriter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
	float: right;
	padding-top: 3px;
}

.ArticleIntro {
	font-size: 14px;
	font-weight: bold;
	text-align:justify;
}

.ArticleIntroBig {
	font-size: 20px;
	font-weight: bold;
	text-align:justify;
}

.ArticleBody {
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

.ArticleTitleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
	font-weight: bold;
}

.ArticleWriterSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CC0033;
	float: right;
	padding-top: 3px;
}

.ArticleIntroSmall {
	font-size: 12px;
	font-weight: bold;
}

.ArticleBodySmall {
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
}

.IllustrationText {
	font-size: 9px;
	text-align: justify;
	line-height:10px;
	padding: 0px;
	color: #CC0033;
}

.IllustrationTextBig {
	font-size: 14px;
	text-align: justify;
	padding: 0px;
	color: #CC0033;
}


#footer {
	background-color: #999999;
	position: fixed;
	bottom: 0px;
	height: 12px;
	width: 986px;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear:both;
}

