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


h1 {
font-size : 30px;
color : #680002;
font-weight : bold;
font-family : Arial, "Times New Roman";
line-height : 1;
letter-spacing : 6px;
}

h2 {
font-size : 22px;
color : #000000;
font-family : Arial, "Times New Roman";
line-height : 1;
}

h3 {
font-size : 13px;
color : #680002;
font-family : Arial, "Times New Roman";
line-height : 1;
}

h4 {
font-size : 12px;
color : #000000;
font-family : Arial, "Times New Roman";
line-height : 1.25;
}

h5 {
font-size : 11px;
color : #000000;
font-family : Arial, "Times New Roman";
line-height : 1.25;
}

h6 {
font-size : 10px;
color : #000000;
font-family : Arial, "Times New Roman";
line-height : 1;
}


table.borderred {
border-color : #680002;
}

table.borderwhite {
border-color : #ffffff;
}


.left {
text-align : left;
}

.center {
text-align : center;
}

.right {
text-align : right;
}

.justify {
text-align : justify;
}


a:link {
font-size : 12px;
color : #000000;
line-height : 1;
}

a:visited {
font-size : 12px;
color : #000000;
line-height : 1;
}

a:active {
font-size : 12px;
color : #000000;
line-height : 1;
}

a:hover {
font-size : 12px;
color : #680002;
line-height : 1;
font-weight : bold;
}


table {
border-collapse : collapse;
border-style : solid;
}

td {
border-color : #ffffff;
}


#page {
margin : 0 auto;
text-align : center;
padding : 0;
width : 800px;
background : #ffffff url(images/border.gif) repeat-y;
}


#header {
margin : 0 auto;
width : 800px;
padding : 0;
background : #ffffff;
text-align : center;
}


#content {
margin : 0 auto;
padding : 0 15px;
width : 770px;
background : #ffffff url(images/border.gif) repeat-y;
text-align : center;
}


#footer {
margin : 0 auto;
width : 800px;
padding : 0;
background : #ffffff;
text-align : center;
}

/* Date Modified:  May 3, 2010 */