body {
background: #ffffff url(images/bg.jpg) repeat-x;
margin: 0;
padding: 0;
}


h1 {
font-size: 32px;
color: #000066;
font-weight: bold;
font-family: "Arial";
line-height: 1;
letter-spacing: 6px;
text-align: center;
}

h2 {
font-size: 24px;
color: #000000;
font-family: "Arial";
line-height: 1.25;
text-align: center;
}

h3 {
font-size: 18px;
color: #000000;
font-family: "Arial";
line-height: 1.25;
text-align: left;
}

h4 {
font-size: 14px;
color: #000000;
font-family: "Arial";
line-height: 1.25;
text-align: left;
}

h5 {
font-size: 12px;
color: #000000;
font-family: "Arial";
line-height: 1.25;
text-align: left;
}

h6 {
font-size: 10px;
color: #000000;
font-family: "Arial";
line-height: 1.25;
text-align: center;
}


a:link, a:visited, a:active {
font-size: 12px;
color: #000000;
line-height: 1.25;
}

a:hover {
font-size: 12px;
color: #000066;
line-height: 1.25;
}


img.picture {
margin: 0 15px;
border: 2px solid #333333;
}


.left {
text-align: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.justify {
text-align: justify;
}


#page {
width: 100%;
margin: 0 auto 0 0;
min-width: 1024px;
}


#links {
padding: 0;
margin: 0 15px;
text-align: center;
}

#links ul {
list-style: none;
width: 220px;
padding: auto;
margin: 0 15px;
height: 60px;
display: inline;
text-transform: uppercase;
}

#links ul li {
display: inline;
margin: 0 auto;
padding: auto;
}

#links ul li a {
display: block;
float: left;
width: 220px;
height: 60px;
margin: auto;
padding: auto;
color: #ffffff;
font: 11pt Georgia, "Arial Narrow", Arial, Times New Roman, Geneva, sans-serif;
text-transform: uppercase;
text-decoration: none;
background: #ffffff url(images/button.gif) no-repeat;
line-height: 3.75em;
}

#links ul li a:hover {
display: block;
float: left;
width: 220px;
height: 60px;
margin: auto;
padding: auto;
color: #ffffff;
font: 11pt Georgia, "Arial Narrow", Arial, Times New Roman, Geneva, sans-serif;
text-transform: uppercase;
text-decoration: none;
background: #ffffff url(images/button-hover.gif) no-repeat;
line-height: 3.75em;
}


#header {
background: #ffffff url(images/bg.gif) repeat-x;
height: 250px;
}


#content {
float: left;
width: 100%;
text-align: center;
}


table, td {
vertical-align: top;
}


#right {
margin: 0 auto 0 250px;
min-width: 753px;
}

#left {
position: absolute;
left: 0;
height: 100%;
width: 250px;
background: #ffffff;
text-align: center;
}


#columns{
position: relative;
width: 100%;
float: left;
}

#leftcol{
position: absolute;
left: 0;
height: 100%;
width: 50%;
}

#rightcol{
position: absolute;
left: 50%;
height: 100%;
width: 50%;
}


.padding {
margin: 15px;
margin-top: 0;
}

strong em {
	color: #000066;
}

/* Date Modified:  March 29, 2010 */
