/* global tweaks */
* {
	font-family:"Trebuchet MS","Arial","Verdana";
	font-size:11px;
	color:#333333;
}

A {
	color:black;
}
A:hover {
	color:#b5a269;
}

A.more {
	text-decoration: none;
	font-weight:bold;
}

BODY {
	margin:5px;
	padding:0px;
	background-image:url(../images/layout/body_background.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}

#page {
	background-image:url(../images/layout/body_background_top.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

FORM {
	margin:0px;
	padding:0px;
}

A IMG {
	border:none
}

/* general behaviour for headings */

H1 {
	margin-top:5px;
	color:#545454;
	font-size:16px;
	text-transform: uppercase;
	font-style: italic;
	border-bottom: 3px solid #b5a269;
}

H2 {
	margin-top:8px;
	margin-bottom:4px;
	color:#222222;
	font-size:14px;
}

H3 {
	margin-top:8px;
	margin-bottom:4px;
	color:#545454;
	font-size:12px;
}

H1 A,H2 A,H3 A {
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	padding-left:10px;
	text-transform: uppercase;
}

/* general behaviour for boxes in the page */
.sm_box {
	margin-top:5px;
	margin-right:10px;
}

.sm_box h2{
	bbackground-image: url(../images/title-bg.jpg);
	color:#545454;
	height: 25px;
	line-height: 25px;
	margin:0px;
	overflow: hidden;
}

.sm_box IMG{
	border: 1px solid #20578F;
	margin:0px;
	padding:0px;
}

.sm_box_1 {

}

.sm_box_2 {}

.sm_box_3 {
	float:left;
	width:220px;
}

.sm_box_3 h2{
	
}

.sm_box_3 h2 a{
	height: 25px;
	line-height: 25px;
}

.sm_box_3 p {
	margin:0px;
	padding:0px;
	background-image: url(../images/content_sub.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding:3px 5px 3px 5px; 
		overflow: hidden;
	line-height: 14px;
}

a.button-next,a.button-next-category{
	display: block;
	float:right;
	background-image: url(../images/button-next.jpg);
	width:36px;
	height: 19px;
	margin-top: 1px;
}

a.button-next-category{
	background-image: url(../images/button-neext2.jpg);
}

/* navbar */
#navbar, #navbar A {
	color:#545454;
	text-decoration:none;
}

/* home boxes */
.bigbox{
	margin-bottom: 16px;
	position:relative;
}

.bigbox a{
	color:black;
	text-decoration: none;
	font-weight: bold;
}

.bigbox h1{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #003399;
	margin: 5px 0px 10px 0px;
}

.bigbox p{
	ttext-align: justify;
	margin:0px;
}

.bigbox img{
	float:right;
	margin-left:16px;
}

.smallbox{ 
	width: 172px;
	float:left;
	margin-bottom: 16px;
}

.smallbox p, .small_box_p{
	line-height:14px;
	margin:0px;
	width:172px;
	height: 58px;
	overflow:hidden;
	padding: 0px;
}

.smallbox img{
	
}

/* standard tweaks */
a.pdffile {
	background-image:url("../images/pdf.gif");
	background-repeat:no-repeat;
	padding:3px;
	padding-left:20px;
}
