/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
}
p{	
    font-size: 12pt;
    color: #000000;
    font-variant: normal;
    font-style: normal;
    font-family: Calibri;
    font-weight: bold;
}

/* Layout DIVs */

#container{
	width: 99%;
	height: 99%;
	margin: 0px auto;
}
#logo{
	width: 14%;
	height: 111px;
    float: left;
}
#top{
	width: 86%;
	height: 111px;
    float: left;
    background-color: #606060;
    vertical-align: bottom;
}
#top_nav{
	width: 100%;
	height: 10%;
    clear: both;
    background-color: #606060;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #909090;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #909090;
    font-size: 14px;
}
#left_nav{
	width: 14%;
	height: 650px;
    float: left;
    background-color: #606060;
    border-right-style: solid;
    border-right-width: 3px;
    border-right-color: #909090;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #909090;
}
#content{
	width: 85%;
	height: 650px;
    float: left;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #909090;
}

/* Table Navigation */
td.Nav{
    color:white;
    background-color:transparent;
    font-size:14px;
    font-weight:bold;
    padding-bottom:2px;
}
table.Navi{
    margin-left: auto;
    margin-right: 0;
}
/* Table Text */
table,th,td,input,textarea
{
    font-size:100%;
}
/* Paragraph Changes */
p.top_heading{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    vertical-align: bottom;
}
p.content_heading{
    font-size: 35px;
    font-weight: bold;
    text-align: center;;
    color: #000000;
}
p.content_text{
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}
p.main_text{
	font-size: 12px;
    font-weight: normal;
    text-align: left;;
    color: #00000;
}

/* Hyperlink Decoration  */
a:link{
    text-decoration:none;
    color:white;
    background-color:transparent;
}
a:visited{
    text-decoration:none;
    color:white;
    background-color:transparent
}
a:hover{
    text-decoration:underline;
    color:white;
    background-color:transparent
}
a:active{
    text-decoration:underline;
    color:white;
    background-color:transparent
}

/* General Text */

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input{
    font-family:verdana,helvetica,arial,sans-serif;
}

h1 {
    font-size:200%;margin-top:0px;font-weight:normal
}
h2 {
    font-size:160%;margin-top:10px;margin-bottom:10px;font-weight:normal
}
h3 {
    font-size:120%;font-weight:normal
}
h4 {
    font-size:100%;
}
h5 {
    font-size:90%;
}
h6 {
    font-size:80%;
}

h1,h2,h3,h4,h5,h6{
    background-color:transparent;
    color:#000000;
}


