/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*   -----> this is the FRAME Tags for the Website <------- */

body, th, td, input, textarea, select, option 
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: small;
}

body
{
	background: #E0E4C9;
}

b{font-size: 100%;}
em{color: black;}

h1, h2, h3 {
	font-weight: bold;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-family: sans-serif;
	letter-spacing: -1px;
	font-size: x-large;
}

h2 {
	letter-spacing: -1px;
	font-size: large;
}

h3 {
	font-size: medium;
	font-style: italic;
}

h4  {
	font-size: 100%;
	font-weight: lighter;
	font-style :italic;
	font-family: times, serif;
	}

p	{
	line-height: 120%;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #666666;
	} 

ul, ol {
	line-height: 120%;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: black;
	font-weight: bold;
}

a:hover {
	color: #a00021;
	font-weight: bold;
}

hr {
	display: none;
}


#maincontainer
{
background: white;
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection
{
height: 120px; /*Height of top section*/
background: #54744e;
}

#topsection h1
{
margin: 0;
padding-top: 20px;
}

#contentwrapper
{
float: left;
width: 100%;
}

#contentcolumn
{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn a
{
color: black;
font-weight: bold;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
color: white;
background: #a00021;
}

#footer{
clear: left;
width: 100%;
background: #a00021;
color: white;
text-align: center;
padding: 4px 0;
}

#footer a{
color: blue;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
line-height: 150%;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #a00021;
text-decoration:none;
}

.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: #006633;
background-color: #dddddd;
}


