/*
INDEX

1. GLOBAL
2. CONTAINERS
3. FORMS
4. TEXT
5. LINKS

*/



/*
1. GLOBAL
---------------------------------------------------------------*/

body {
background:#131109;
font-family:Arial, Helvetica, sans-serif;
color:#D1BA74;
margin:0;
padding:0;
}

img {
border:0;
margin-bottom:0px;
padding:0;
}

.left {
float:left;
}

.right {
float:right;
}

.noPad {
margin:0;
padding:0;
}



/*
2. CONTAINERS
---------------------------------------------------------------*/
.container {
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
}

#container {
width:780px;
margin:0;
padding:0;
}

#head {
height:126px;
}

#body {
width:780px;
height:420px;
border:1px solid #3B3420;
overflow:hidden;
margin:0;
padding:0;
}

#subMenu {
font-family:"Century Gothic";
font-size:11px;
color:#FFF5D5;
letter-spacing:8px;
width:780px;
height:19px;
border-bottom:1px solid #3B3420;
}

#page1 {
font-size:12px;
letter-spacing:1px;
float:right;
width:440px;
height:420px;
overflow:auto;
padding-right:16px;
}

#foot {
font-size:9px;
}


/*
3. FORMS
---------------------------------------------------------------*/
input, select, textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#0A0905;
margin:0;
padding:1px 0px 1px 3px;
border:1px solid #3B3420;
background:#D1BA74;
}


/*
4. TEXT
---------------------------------------------------------------*/
p {
margin:0;
padding:6px 0px 6px 0px;
}

.body {
text-align:justify;
text-indent:20px;
line-height:20px;
padding:6px 0px 20px 0px;
}

h1, h2, h3, h4 {
font-family:"Times New Roman", Times, serif;
}

h1 {
font-size:20px;
font-variant:small-caps;
font-weight:normal;
letter-spacing:1px;
}

h2 {
font-size:16px;
font-weight:normal;
}

h3 {
font-size:16px;
font-weight:normal;
font-variant:small-caps;
margin:18px 0px 0px 0px;
padding:0;
border-bottom:1px solid #3B3420;
}

h4 {
font-size:16px;
font-weight:bold;
font-variant:small-caps;
margin:18px 0px 0px 0px;
padding:0;
border-bottom:1px solid #3B3420;
}

.sm {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

.sign {
text-align:left;
line-height:20px;
padding-left:230px;
text-indent:0px;
padding-bottom:30px;
border-bottom:1px solid #3B3420;
}

ul {
text-align:left;
list-style:outside;
font-size:13px;
}

li {
padding-bottom:12px;
line-height:18px;
list-style-type:square;
list-style-image:url(img/li.gif);
}

/*
5. LINKS
---------------------------------------------------------------*/

a:link {text-decoration:none; color:#FFF5D5;}
a:visited {text-decoration:none; color:#FFF5D5;}
a:hover {text-decoration:underline; color:#FFF5D5;}

a:link .nolink {color:#D1BA74; text-decoration:none;}
a:visited .nolink {color:#D1BA74; text-decoration:none;}
a:hover .nolink {color:#D1BA74; text-decoration:none;}

#subMenu a {text-decoration:none; color:#D1BA74;}
#subMenu a:hover {text-decoration:none; color:#FFF5D5;}