* {
margin:	0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#main {
text-decoration: none;
font-style: normal;
font-weight: normal;
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 13px;

background-color: #fff697;
background-repeat: repeat-x;
background-image: url(bg.jpg);
}
 
#global_container {
position: relative;
margin: 0 auto;
width: 679px;

background-repeat: repeat-y;
background-image: url(ctn.jpg);
}

#header	{
position: relative;
width: 679px;
height: 219px;

background-repeat: no-repeat;
background-image: url(hd.jpg);
}

#menu {
position: relative;
margin: 0 auto;
top: -30px;
width: 577px;
height: 30px;
}

#content_container {
position: relative;
top: -30px;
width: 679px;
height: auto;

background-repeat: no-repeat;
background-image: url(ct.jpg);
}

#content {
position: relative;
margin: 0 auto;
padding-top: 20px;
width: 579px;
height: auto;

text-align: justify;
}

#footer {
position: relative;
width: 679px;
height: 49px;

background-repeat: no-repeat;
background-image: url(ft.jpg);
}

#footer_text {
font-size: 11px;
padding-top: 25px;
text-align: center;
}

.menu a {
text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
font-family: Arial, sans-serif;
font-weight: bold;
text-decoration: none;
}

.menu a:link {
color: #fff697;
}

.menu a:visited {
color: #fff697;
}

.menu a:active {
color: #fff9bd;
}

.menu a:hover {
color: #fff9bd;
}

.content p {
margin: 0px 0px 12px 0px;
}

.content ul {
margin: 12px 0px 12px 36px;
}

.content dl {
margin: 14px 0px 28px 0px;
}

.content dt {
margin: 12px 0px 12px 0px;
}

.content dd {
margin: 8px 25px 8px 25px;
}

.list a:link {
font-weight: bold;
text-decoration: none;
color: #000000;
}

.list a:visited {
font-weight: bold;
text-decoration: none;
color: #000000;
}

.list a:active {
font-weight: bold;
text-decoration: underline;
color: #000000;
}

.list a:hover {
font-weight: bold;
text-decoration: underline;
color: #000000;
}

h2 {
margin: 6px 0px 28px 0px;
text-decoration: underline;
font-weight: bold;
font-size: 15px;
}

h3 {
margin: 0px 0px 12px 0px;
font-weight: bold;
font-size: 13px;
}

h4 {
margin: 0px 0px 12px 0px;
font-style: italic;
font-weight: bold;
font-size: 13px;
}

h5 {
margin: 0px 0px 12px 0px;
font-style: italic;
font-weight: normal;
font-size: 13px;
}