/**************************************General**************************************/

body {background-color:#FFFFFF}

h1 {font-family:"Monotype COrsiva"; font-size:36px;font-weight:bold;}

h2 {font-family:"Times New Roman";font-size:24px;font-weight:bold;
border-bottom:1px solid black; padding-bottom:10px;}

/*********************************Pseudo Classes*********************************/

a:link {color:#000000; text-decoration:underline}
a:visited {color:#C0C0C0;}
a:hover {color:#FF0000; text-decoration:underline}
a:active {color:#000000}

a.h:link {color:#000000; text-decoration:none; font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold;}
a.h:visited {color:#C0C0C0; text-decoration:none; font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold;}
a.h:hover {color:#FF0000; text-decoration:underline; font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold;}
a.h:active {color:#C0C0C0; text-decoration:none; font-family:"Monotype Corsiva"; font-size:36px;font-weight:bold;}

a.two:link {color:#000000; text-decoration:none}
a.two:visited {color:#C0C0C0; 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-color: #FFFFFF;}





a.three
{
float: center;
width:80px;
margin:0px 0px 0px 0px;
text-decoration: none;
text-align: center;
font-weight: bold;
padding: 1px;
}

table.menubar{table-layout:fixed; background:#000000;}

table.footing{table-layout:fixed; color:"#FFFFFF"}


/***************************************IDs***************************************/

div.page
{
width:100%;
line-height:150%;
background:white;
}

div.header
{
padding:10px;
color:white;
background-color:#000000;
clear:left;
font-family:times new roman;
font-size:24px;
font-weight:bold;
text-align:center;
}

div.content
{
background-color:#FFFFFF;
margin:0px 0px 0px 0px;
padding:10px 25px 10px 25px;
text-align:left;
}

div.footer
{
padding:8px;
color:white;
background-color:black;
clear:left;
font-size:12px;
}
