
body {
 font-family: arial,sans-serif; 
 font-size: 10pt; 
 color: #000000; 
 color: #232323;
 padding-top: 0px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0;
 background-attachment: scroll;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
 background-position: top;
 background-color: #f7fcf8;
}

p, tr,td, div, blockquote, dl, ul, ol { 
 font-family: arial,sans-serif; 
 font-size: 10pt; 
 color: #000000; 
}

a {
 text-decoration: none;
 color: #4169E1;
}

a:hover {
 color: #322277;
 font-weight: bold;
}

input, textarea {
 background: #fff;
 color: #191919;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
 border-color: #7f6619;
}

img.displayed {
 display: block;
 margin-left: auto;
 margin-right: auto
}

label {
 font-weight: bold;
}

#nav_bar_pad {
 padding: 24px;
}

#main_title {
 font-family: arial,sans-serif; 
 font-size: 36pt;
 font-weight: normal;
 color: black;
 text-align: center;
}

#title {
 font-family: arial,sans-serif; 
 font-size: 24pt; 
 font-weight: normal;
 color: #322277;
 text-align: center;
}

#minor_title {
 font-family: arial,sans-serif; 
 font-size: 16pt;
 color: black;
 text-align: center;
}

#footer_title {
 font-family: arial,sans-serif; 
 font-size: 14pt;
 color: black;
} 

#footer_text { 
 font-family: arial,sans-serif; 
 font-size: 8pt; 
 color: black;
}


/* outmost wrapper element, containing all elements  */
#scrollable {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:10px 8px;
	width:524px;
	height:117px;
	margin-top:30px;
    margin-left: auto;
    margin-right: auto;
	-moz-border-radius:7px;
}

/* container for the scrollable items */
div.items {
	height:117px;	
	margin-left:8px;
	float:left;
	width:474px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:150px;
	height:113px;
	background:url(/images/entry.gif) 0 0 no-repeat;
	font-size:30px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	background:url(/images/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:52px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(/images/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:294px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

