/**************************************General**************************************/

body {background:#FFFFFF}

h1 {font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold; line-height: 150%;}

h2 {font-family:"Times New Roman";font-size:24px; font-weight:bold;
border-bottom:1px solid black; padding-bottom:10px;}

h6 {font-size:medium; font-weight:bold; color:#FF0000}



/*********************************Pseudo Classes*********************************/

a:link {color:#000000; text-decoration:underline}
a:visited {color:#000080;}
a:hover {color:#FF0000; text-decoration:underline}
a:active {color:#808080}

a.res:link {color:#FF0000; text-decoration:underline}
a.res:visited {color:#333333;}
a.res:hover {color:#0033CC; text-decoration:underline}
a.res:active {color:#000000}

a.h:link {color:#000000; text-decoration:none; font-family:"Monotype Corsiva"; font-size:36px; font-weight:bold; line-height: 110%;}
a.h:visited {color:#333333; text-decoration:none; font-family:"Monotype Corsiva"; font-size:36px; font-weight:bold; line-height: 110%;}
a.h:hover {color:#FF0000; text-decoration:underline; font-family:"Monotype Corsiva"; font-size:36px; font-weight:bold; line-height: 110%;}
a.h:active {color:#C0C0C0; text-decoration:none; font-family:"Monotype Corsiva"; font-size:36px; font-weight:bold; line-height: 110%;}

a.h_underline:link {color:#000000; text-decoration:underline; font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold;}
a.h_underline:visited {color:#333333; text-decoration:underline; font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold;}
a.h_underline:hover {color:#FF0000; text-decoration:underline; font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold;}
a.h_underline:active {color:#C0C0C0; text-decoration:underline; font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold;}

a.two:link {color:#000000; text-decoration:none}
a.two:visited {color:#333333; text-decoration:none}
a.two:hover {color:#FF0000; text-decoration:underline}
a.two:active {color:#C0C0C0; text-decoration:none}

a.three:link {color: #FFFFFF;}
a.three:visited {color: #FFFFFF;}
a.three:hover {color: #FF0000; text-decoration:underline}
a.three:active {color: #C0C0C0; background: #FFFFFF;}

ul.one
{
float: none;
position: relative;
top: 5px;
left: 30px;
width: 100%;
padding: 0;
margin: 0;
list-style-type:none;
}

ul.indent
{
text-indent: 25px
}

a.three
{
float: none;
width:80px;
margin:0px 0px 0px 0px;
text-decoration: none;
text-align: center;
font-weight: bold;
padding: 1px;
}

p.indent{text-indent: 25px;}

p.min{font-size: 75%;}

table.menubar{table-layout:fixed; background:#000000;}

table.footing{table-layout:fixed; color:#FFFFFF}

table.content{table-layout:fixed;}

/***************************************IDs***************************************/

div.page
{
width:100%;
line-height:150%;
background:white;
}

div.header
{
padding:25px;
color:white;
background-color:#000000;
clear:left;
font-family:times new roman;
font-size:24px;
font-weight:bold;
text-align:center;
}

div.left
{
background:#FFFFFF;
float:left;
width:25%;
margin:0px 10px 0px 10px;
padding:20px 5px 10px 5px;
border-right:1px solid black;
}

div.content
{
background:#FFFFFF;
margin:0px 0px 0px 0px;
padding:10px 25px 10px 25px;
text-align:left;
}

div.footer
{
padding:8px;
color:white;
background:black;

font-size:12px;
}