/** BASIC */

body {
	margin: 10px;
	padding: 0px;
	background-color: #FCFCFA;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 10px;
}

/** TEXTS */

body, th, td, input, textarea, h1, h2, select {
	font-family: verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

.text1 {
	
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.text2 {
	color: #B90E27;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #595230;
}

.text4 {
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: bold;
	color: #B0A366;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #97821A;
}

/** LINKS */

a {
	color: #BA122B;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.jpg) repeat left top; }
.bg2 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg3 { background: url(images/subpage1_01.jpg) repeat-y left top; }
.bg4 { background: url(images/subpage1_02.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage1_03.jpg) no-repeat left bottom; }
.bg6 { background: url(images/subpage1_04.jpg) no-repeat left top; }

.bg7 { background: url(images/subpage2_01.jpg) repeat-y left top; }
.bg8 { background: url(images/subpage2_02.jpg) no-repeat left top; }
.bg9 { background: url(images/subpage2_03.jpg) no-repeat left bottom; }


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.button {
background-color: ;
border: Defaultpx dotted ;
color: ;
font-size: ;
font-family: ;
font-style: normal;
font-weight: ;
}
        .buttonscontainer {width: 150px;}

.buttons a {color: #ffffff;
background-color: #302721;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #F0B563;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #3B93D2;
text-decoration: none;
color: #ffffff;}

/* Start Holly Hack, hidden from MacIE. \*/
* html #navigation ul li {
height: 1%;
}
/* End Holly Hack. */

#navigation {
margin: 10px auto 0px auto;
background: url(images/grey.gif) repeat-x 0 50%;
font-size: 12px;
z-index: 1;
}

#navigation ul {
list-style-type: none;
text-align: center;
margin: 0px;
padding: 0px;
z-index: 2;
}

#navigation li {
display: inline;
text-align: center;
margin: 0px 5px;
}

#navigation li a {
padding: 1px 5px;
color: #666666;
background-color: #ffffff;
border: 1px solid #cccccc;
text-decoration: none;
}

#navigation li a:hover, #navigation li a#current {
color: #000000;
border: 1px solid #BA122B;
border-top: 2px solid #BA122B;
border-bottom: 2px solid #BA122B;
} 
