/* General */

body {
	background: #666;
	margin: 0;
	padding: 0;
	text-align: justify; 
	font-family: 'Arial', 'Helvetica', sans-serif; 
	font-size: 12px;
	color: #333333;
	line-height: 14pt;
	}

img {border: 0px none;}


/* Layout */

#header {
	margin: 0px auto;
	padding: 0px;
        width: 100%;
	height: 440px;
	text-align: center;
	}

#bg {
	position: absolute;
	top: 288px;
	margin: 0px auto;
	width: 100%;
	height: 90px;
	background: #666 url(bg.gif) repeat-x;
	z-index: -1
	}

#main {       
	margin: 0px auto;
	width: 100%;
        padding: 0px;
        overflow: hidden;
	}

#content {
        width: 690px;
	margin: 0px auto;
	background: #fff;
        padding-top: 10px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 20px;
	}


#navigation {
	width: 762px;
	height: 20px;	
	margin: auto;;
	background: #310e31;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1pt;
	font-size: 14px;
	}

#footer {
        width: 762px;
	height: 100px;
	margin: 0px auto;
	text-align: center;
	border-top: 20px solid #310e31;
	}
#footertext {
        width: 690px;
	margin: 0px auto;
	background: #fff;
        padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	}



/* Stylistics */

p, table, td, tr, ul, li {
	text-align: justify; 
	font-family: 'Arial', 'Helvetica', sans-serif; 
	font-size: 12px;
	color: #333333;
        }

p.footer {text-align: center; background: #fff;}

p.block {
	text-align: justify;
	font-family: 'Arial', 'Helvetica', sans-serif; 
	font-size: 12px;
	color: #666;
        padding: 10px;
        border-left: 20px solid #ffcc33;
        border-bottom: 1px solid #ffcc33;
       }

strong, b {color: #1e566f;}
i {color: #1e566f;}

input, select, textarea {
	font-family: 'Arial', 'Helvetica', sans-serif; 
	font-size: 12px;
        color: #333;
	background: #ffcc33;
	}

.iconsb {background: #ffcc33; border: 5px solid #ffcc33;}

.mlist {width: 100%;}

td {border-bottom: 1px solid #ffcc33;}

.tdleft {text-align: left; text-transform: uppercase;}
.tdright {text-align: right}

ul {list-style-type: circle; margin-left: -25px;}

li {margin-bottom: 10px;}

/* Navigation */

a:link, a:visited {
	color: #81192f;
        text-decoration: none;
	font-weight: bold;
	}

a:active, a:hover {
	color: #ffcc33; 
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #81192f;
	}


#navigation strong {color: #999999}

#navigation a {
	color: #fff;
        text-decoration: none;
	font-weight: bold;
	padding: 8px;
	}

#navigation a:active, #navigation a:hover {
	color: #ffcc33; 
	text-decoration: underline;
	font-weight: bold;
	padding: 8px;
	border-bottom: none;
	}


/* Titles + Headers */

h1 {
	font-size: 16pt; 
	font-weight: bold; 
	font-style: italic;
	color: #669900;
	font-family: 'Arial', 'Helvetica', sans-serif; 
	text-transform: uppercase;
	letter-spacing: 2pt;
	}

h2 {
	font-family: 'Arial', 'Helvetica', sans-serif; 
	font-size: 12pt;
	color: #669900;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: -10px;
	padding-top: 10px;
        }
