/* Start of CMSMS style sheet 'wlax' */
/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{
margin:0 0 0 0;
padding:0;
line-height: 1.5em;
font-family : Georgia, Verdana, Arial, Helvetica, sans-serif;
background-color : #ddd;
font-size : 10pt;
color : #000;
background: url(images/bg.gif) repeat;
}

html {
width: 100%;
margin: 0;
padding: 0;
}

#maincontainer {
width: 1280px;
margin:0;
padding:0;
margin-right : auto;
margin-left : auto;
text-align : left;
}

input {
height: 14px;
vertical-align:text-bottom;
font-size: .9em;
}

select {
vertical-align:text-bottom;
font-size: .9em;
}

#header {
width:780px; 
margin: 0px  0px 0px 275px; 
background-color: #ddd;
color : #000;
height :80px;
border: 1px solid #000; 
}

#header > h1 {
font-size: 2em;
font-style: italic;
vertical-align:top;
margin-left:5px;
}


#header > p {
font-size: 1.25em;
font-style: italic;
margin-left: 175px;
vertical-align: bottom;
padding-bottom: 5px;
}

#contentcolumn {
margin: 15px  0px 0px 275px; 
width: 750px;
text-align:justify;
background-color: #eee;
color: #222;
padding: 15px;
height: auto;
min-height: 550px;
border: 1px black inset;
}

#contentcolumn > h1 {
text-decoration: underline;
text-align: center;
}

#contentcolumn > h2 {
text-decoration: underline;
font-size: 1.5 em;
text-align:center;
}


#menu {
background-color: #AAAAAA;
margin: 0px  0px 0px 275px; 
width: 782px;
height: 30px;
}

#menu ul {
list-style: none;
padding: 0;
margin: 0;
}

#menu li {
float: left;
margin: 0;
}

#menu li a {
background-color: #AAAAAA;
height: 2em;
line-height: 2em;
width: 124px;
display: block;
color: #000;
text-decoration: none;
text-align: center;
}

#menu li a:hover {
background-color: #444;
color: #fff;
height: 30px;
font-weight: bold;
text-decoration: underline;
text-align: center;
}


#footer{
clear: all;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
margin: 20px 0 0 0;
}



#footer a{
color: #FFFF80;
padding-left:20px;
}

.filter {
background-color: #ddd;
}


/* Stuff for the Links page */

#links a {
font-size: .9em;
font-weight: bold;
}

#links h3
{
font-style: oblique;
font-size: 1.2em;
}

#links p {
font: .8em;
font-weight: normal;
line-height: 1.1 em;
}
/* End of 'wlax' */

