/* ------------- "generic" styles */

body {
	margin: 0;
	padding: 0;
	color: #558;
	font-family: Arial,FreeSans,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/* ------------- "header" styles */

#masthead {
	background-image: url(../assets/header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 790px;
	background-color: #888;
	background-position: top;
	color: #FFFFFF;
}

#masthead p {
	width: 735px;
	text-align: right;
	margin: -1.4em auto 0;
	padding-bottom: 0.2em;
	padding-right: 0px;
	font-size: smaller;
	font-weight: bold;
}

#masthead a:hover {
	color: #ddd;
}

#homelink {
	width: 760px;
	padding-left: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #fff;
}

#navlinks {
	width: 760px;
	padding: 3px 0px 0px 30px;
	margin: 0.2em auto 0px;
	font-weight: bold;
	color: #ddd;
}

#navlinks li {
	list-style: none;
	border-right: 0.5px groove #999;
	display: inline;
	margin-right: 0.7em; padding-right: 0.95em;
}

#navlinks li.last {
	border-right: 0px;
}


/* ------------- main column styles */

#container {
	width: 100%;
	min-width: 790px;S
}

#center {
	width: 790px;
	margin: 0px auto;
	padding: 0px;
}

#content {
	float: left;
	width: 490px;
	margin: 0px;
	padding: 20px 0 0 30px;
	font-size: smaller;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
		
}

#content h2 {
	font-size: 1.25em;
	font-weight: bold;
		
}

#content h3 {
	font-size: 1.1em;
	font-weight: bold;
		
}

#content p {
	text-align: justify;
}

#content a {
	color:#c00;
}

#content a:hover {
	background:#558;
	color:#fff
}

#content .description {
	border-top: 1px solid #888;
}

/* ------------- quick_links styles */

#quick_links {
	width: 270px;
	float: right;
	background-image:url(../assets/quick_links_rep_bg.jpg);
	background-repeat: repeat-y;
}

#quick_links_top {
	height: 30px;
	background-image: url(../assets/quick_links_top_bg.jpg);
	background-repeat: no-repeat;
}

#quick_links_content {
	min-height: 340px;
	margin-top: -29px;
	background-image: url(../assets/quick_links_mid_bg.jpg);
	background-repeat: no-repeat;
}

#quick_links_content_en {
	min-height: 340px;
	margin-top: -29px;
	background-image: url(../assets/quick_links_mid_en_bg.jpg);
	background-repeat: no-repeat;
}

#quick_links_bott {
	height: 30px;
	background-image: url(../assets/quick_links_bott_bg.jpg);
	background-repeat: no-repeat;
	margin-top: -20px;
}

#quick_links  ol {
	list-style: none;
	margin: 20px 40px;
	padding: 0;
}

#quick_links  li {
	padding: 4px 0;
}
