body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #f2fbfc;
	text-align: center;
}

h1 {
	font-size: 24px;
}

#outer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

.clear {
	clear: both;
}

/* TOPBANNER */
#topbanner {
	height: 71px;
	width: 1000px;
	display: block;
	background-image: url('topbanner.png');
}

/* TOPMENU */
#topmenu {
	height: 36px;
	padding-left: 20px;
}

#topmenu ul {
	margin: 0px;
	padding: 0px;
}

#topmenu ul li {
	float: left;
	list-style: none;
	display: inline-block;
}

#topmenu .selected, #topmenu .not_selected {
	height: 36px;
	line-height: 36px;
	margin-right: 2px;
}

#topmenu .selected a, #topmenu .not_selected a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#topmenu .selected {
	background-image: url('menu_sb.png');
}

#topmenu .not_selected {
	background-image: url('menu_1nb.png');
}

#topmenu .selected_left, #topmenu .selected_right, #topmenu .not_selected_left, #topmenu .not_selected_right  {
	height: 36px;
	width: 10px;
}

#topmenu .selected_left {
	float: left;
	background-image: url('menu_sl.png');
}

#topmenu .selected_right {
	float: right;
	background-image: url('menu_sr.png');
}

#topmenu .not_selected_left {
	float: left;
	background-image: url('menu_1nl.png');
}

#topmenu .not_selected_right {
	float: right;
	background-image: url('menu_1nr.png');
}

#topmenu .not_selected:hover {
	background-image: url('menu_sb.png');	
}

#topmenu .not_selected:hover .not_selected_left {
	background-image: url('menu_sl.png');
}

#topmenu .not_selected:hover .not_selected_right {
	background-image: url('menu_sr.png');
}

/* DEFINITION OF BOX AND CORNERS */
.box_outer {
	position: relative;
}

.box {
	background-color: white;
	padding: 20px;
	position: relative;
}

.box .r, .box .t, .box .b, .box .l, .box .tr, .box .tl, .box .br, .box .bl {
	width: 13px;
	height: 13px;
	position: absolute;
}

.box .tr, .box .tl, .box .br, .box .bl {

}

.box .r {
	right: 0px;
	top: 0px;
	height: 100%;
	background-image: url('box_r.png');
}

.box .l {
	left: 0px;
	top: 0px;
	height: 100%;
	background-image: url('box_l.png');
}

.box .b {
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image: url('box_b.png');
}

.box .t {
	left: 0px;
	top: 0px;
	width: 100%;
	background-image: url('box_t.png');
}

.box .tl {
	left: 0px;
	top: 0px;
	background-image: url('box_tl.png');
}

.box .tr {
	right: 0px;
	top: 0px;
	background-image: url('box_tr.png');
}

.box .br {
	right: 0px;
	bottom: 0px;
	background-image: url('box_br.png');
}

.box .bl {
	left: 0px;
	bottom: 0px;
	background-image: url('box_bl.png');
}


/* LEFT COLUMN: MENU  */
#menu_column {
	float: left;
	width: 20%;
	margin-top: 20px;
}

#menu_column .box {
	margin-right: 10px;
}

#leftmenu {
	font-size: 14px;
}

ul#primary-nav a span {
	padding: 0px;
}
ul#primary-nav li a {
	padding: 0px;
}

#leftmenu {
	z-index: 10;
}
#leftmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#leftmenu ul li {
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

#leftmenu ul li a {
	text-decoration: none;
	color: black;
}

#leftmenu ul li a:hover {
	text-decoration: underline;
}

/* LEFT COLUMN: LOG IN  */
#leftlogin form {
	text-align: center;
}

#leftlogin input {
	margin-bottom: 2px;
	font-size: 12px;
	border: 1px solid #34bfe1;
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px;
}

#leftlogin input:hover, #leftlogin input:focus {
	border-color: black;
}

#leftlogin form input[type="text"], #leftlogin form input[type="password"] {
	background-image: url('input_back.png');
	background-color: white;
	width: 100%;
}

#leftlogin form input[type="submit"] {
	background-image: url('btn_back.png');
	font-weight: bold;
	background-color: #e2f9fc;
}

/* CONTENT COLUMN */
#content_column {
	float: left;
	width: 75%;
	margin-top: 20px;
}

/* FOOTER */
#footer {
	background-image: url('footer.png');
	height: 47px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#footer .left {
	float: left;
	width: 33%;
	text-align: left;
}

#footer .center {
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer .right {
	width: 33%;
	float: right;
	text-align: right;
}

#footer a {
	color: white;
}

/* FIX CSS_MENU */
ul#primary-nav li a:hover, #primary-nav li, ul#primary-nav li a {
	background: transparent;
	background-image: none;
	font-size: 12px;
}
ul#primary-nav li a {
	padding-top: 2px;
	padding-bottom: 2px;
}
#primary-nav li li {
	width: 300px;
}

.box h1 {
	margin-top: 0px;
}

.NewsSummaryCategory, .NewsSummaryAuthor {
	display: none;
}
.NewsSummaryLink {
	font-size: 16px;
	font-weight: bold;
}
.NewsSummaryLink a {
	text-decoration: none;
}
.NewsSummaryPostdate {
	font-size: 8px;
	font-style: italic;
}

