/* RESET */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body
{
background-color: #ffffff;
color: #000000;
font-family: "times new roman", times, serif;

}

#megacontainer {
	
	width: 100%;
	height: 100%;
	text-align: center;
	}

/* For type */

body {
	font-size: 88%; 
font-face: "Times New Roman", "Times Roman", times, serif;
}

html>body {
	font-size: 14px; 
}

p {
	line-height 1.5em; 
}


/* General stuff - links and emphasizes */
/* */
/* */ 

/* a
{
text-decoration: none;
color: #303030;
}

a:hover
{
text-decoration: underline;
color: #994708;
} */

strong
{
background: inherit;
color: #000000;
weight: bold;
}

em
{
background: inherit;
color: inherit;
weight: inherit;
font-style: italic;	
}



/* Header */
/* */
/* */

#print_header
{
width: 90%;
text-align: left;
margin-top: 30px;
margin-left: 10%;
margin-bottom: 50px;
}

#header
{
display: none;
width: 700px;
height: 209px;
background-color: #ffffff;
color: #ffffff;
margin: 0px auto;
text-align: left;
}

#header_logo
{
	display: none;
position: relative;
width: 120px;
height: 29px;
margin-top: 30px;
}

#header_banner
{
	display: none;
position: relative;
width: 700px;
height: 150px;
}




/* Navigation */
/* */
/* */

#menu ul
{
display: none;
list-style: none;
margin: 0px;
}

#menu li
{
font-size:1.5em;
line-height: 1em;
font-weight: normal;
text-align: right;
color: #303030;
}

#menu ul li a
{
position: relative;
text-decoration: none;
background: inherit;
color: inherit;
font-style: italic;	
}

#menu ul li a:hover
{
background: inherit;
color: #994708;
text-decoration: underline;

}

#menu .active, #menu #smal .active, #menu ul li .active, #menu #small ul li .active {
position: relative;
text-decoration: none;
background: inherit;
color: #994708;
font-style: italic;	
}

#menu #small
{
list-style: none;
margin: 1.286em 0 0 0;
}

#menu #small li
{
font-size:1.1667em;
line-height: 1.286em;
font-weight: normal;
text-align: right;
}


#menu_end
{
display: none;
height: 30px;
}



/* Conent stuff */
/* */
/* */

#main
{

}

/* Columns */

#lcol
{
	display: none;
position: relative;
width: 165px;
float: left;
margin-left: 35px;
display: inline;
}

#rcol
{
text-align: left;
position: relative;
width: 80%;
margin-left: 10%;
}


/* Content areas */

#lcontent
{
	display: none;
position: relative;
margin-top: 3em;
text-align: right;

}

#rcontent
{
position: relative;
}


/* lcontent details */

#lcontent p
{
	font-size:1em;
margin-bottom: 3em; 
line-height: 1.5em;
}



/* rcontent details */

#rcontent blockquote
{
font-size:1em; 
margin-bottom: -1.5em;
font-style: italic;
}

#rcontent p
{
font-size:1em;
margin-bottom: 2em; 
line-height: 1.5em;
}

#rcontent h1
{
	
font-size:1.5em;
line-height: 1em;
margin-bottom: 0.75em; 
font-weight: normal;
/* font-style: italic; */
padding-bottom: 0.4em;
border-bottom: solid 1px #994708;
color: #994708;
}

#rcontent h1 strong {
color: #606060;
font-weight: inherit;
font-style: inherit;
}

#rcontent h2
{
font-size:1.1667em;
line-height: 1.286em;
margin-top: 1.5em;
margin-bottom: 0.643em; 
font-weight: bold;
font-style: italic;
}

#rcontent h3
{
color: #994708;
font-size:1em;
margin-top: 2em; 

}

#rcontent h3 strong {
font-weight: bold;
color: inherit;
}

#rcontent h4
{

}

#rcontent blockquote
{

}

#rcontent ul
{

}

#rcontent ul li
{

}

#copyr {
	width: 90%;
	text-align: center;
	}





