/* ====== Page ====== */

html,body {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#000000;
	background-color: #ffffff;
}

td {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
}

/* ====== RTE ====== */

.align-center { text-align:center; }
.align-left { text-align:left; }
.align-right { text-align:right; }
.align-justify { text-align:justify; }
	
/* ====== Links ====== */

a {
	color:#0a6700;
	text-decoration:underline;
}
a:link {
	color:#0a6700;
	text-decoration:underline;
}
a:visited {
	color:#0a6700;
	text-decoration:underline;
}
a:hover {
	color:#807f84;
	text-decoration:underline;
}

/* ====== Content ====== */

.csc-header {
	margin-bottom:10px;
}

/* ====== Layout ====== */

body {
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-x;
}

#layout_container {
	width:950px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
}

#center_container {
	width:950px;
}

#top_container {
	width:950px;
	height:76px;
	clear:both;
}

#logo {
	width:186px;
	height:76px;
	float:left;
}

#menu_top {
	width:764px;
	height:76px;
	float:right;
	text-align:right;
	padding-top:53px;
	max-height:23px;
}

#head_container {
	width:950px;
	height:186px;
	clear:both;
}

#menu_main {
	width:186px;
	height:186px;
	background-color:#adca5d;
	float:left;
	padding-top:16px;
	max-height:170px;
}

#imagepic_1 {
	width:578px;
	height:186px;
	float:left;
}

#imagepic_2 {
	width:186px;
	height:186px;
	float:right;
	text-align:right;
}

#content_container {
	width:950px;
	clear:both;
}

#content_left {
	width:186px;
	float:left;
	padding-top:63px;
}

#content_right_container {
	width:764px;
	float:right;
	padding-top:17px;
	padding-left:5px;
	max-width:759px;
}

#content_right {
	width:759px;
}

.pagetitle {
	width:759px;
	font-size:10px;
	color:#075500;
	padding-bottom:3px;
	margin-bottom:25px;
	border-bottom:1px solid #075500;
}

.pagetitle_submenu {
	width:759px;
	font-size:10px;
	color:#075500;
	padding-bottom:3px;
	border-bottom:1px solid #075500;
	margin-bottom:10px;
}

.tabs {
	margin-bottom:30px;
}
