/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font:95%/1.2 "Times New Roman", Times, serif;
	color:#3F2701;
	background-color:#6fa4ff;
}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
	letter-spacing:0.1em;
}
 
h1 {
	padding:0;
	font-size:1.5em;
}
 
h2 {
	padding:0;
}
 
h3 {
	padding:0;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
	margin-bottom:.9em;
	padding:0;
}
 
ul, ol {
	padding:0;
}
 
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:visited,
a:link {
	color:#3F2701;
	text-decoration:underline;
}

a:hover {
	color:#ffd700;
}
 
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
	font:1em Helvetica, Arial, sans-serif;
	width:20em;
	line-height:1.25em;
}
 
label {
	position:relative;
	margin-bottom:4px;
	cursor:pointer;
}

.submit_button {
	width:10em;
	line-height:1.25em;
}

/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
 
table tr td {
	padding:2px;
}

/***** Container *****/
#wrapper {
	width:960px;
	margin:0 auto;
}

/***** Container *****/
#container {
	position:absolute;
}

/***** Header *****/
#header {
	padding:0;
	margin:0;
	height:80px;
	width:960px;
	background:url(../_images/logo.gif) no-repeat 0px 24px;
	border-bottom:1px solid #3F2701;
}

#header .language {
	display:block;
	margin-top:40px;
	margin-right:100px;
	float:right;
	font-size:1.5em;
}

#header .icons {
	position:absolute;
	right:0;
	top:25px;
}

.language a {
	text-decoration:none;
}

.language a:link {
	text-decoration:none;
}

.language a:visited {
	text-decoration:none;
}

/***** Main navigation *****/
#nav_main {
	position:static;
	float:left;
	width:145px;
	margin-top:13px;
	padding:0;
	font-size:1.5em;
	line-height:1em;
}

#nav_main ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav_main li {
	margin-bottom:0.5em;
	padding:0;
}

#nav_main a {
	text-decoration:none;
}

#nav_main a:link {
	text-decoration:none;
}

#nav_main a:visited {
	text-decoration:none;
}

/***** Main content *****/
#content_main {
	position:absolute;
	left:145px;
	width:815px;
	
}

#content_main .article {
	display:block;
	position:relative;
	border-bottom:1px solid #3F2701;
	margin:10px 0 14px 0;
	text-align:left;
}

#content_main p {
	margin-bottom:1em;
	padding:0;
}

#content_main hr {
	display: block;
	clear: both;
  	visibility: hidden;
}

.copyright {
	position:absolute;
	height:3em;
	float:left;
	font-style:italic;
}

/***** Global Classes *****/
 
.clear         {clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:5px 20px 10px 0; }
.img-right     { float:right;margin:5px 0 10px 20px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

