@charset "utf-8";
/* CSS Document */
/* */
/* Page Layout */
/* */
#container
{
/* Box Properties */
margin-left:auto;
margin-right:auto;
width:1024px;
height:768px
}
#titleBox
{
/* Box Properties */
height:8%;
background-color:#585858;
/* Text Properties */
font-size:2em;
font-weight:bolder;
text-align:center;
color:white;
/* Border Properties */
border-top:4px solid #A0A0A0;
border-left:4px solid #A0A0A0;
border-right:4px solid #A0A0A0
}
#subTitleBox
{
/* Box Properties */
height:2%;
background-color:#585858;
/* Text Properties */
font-size:1em;
font-weight:bolder;
text-align:center;
color:white;
/* Border Properties */
border-bottom:2px solid #A0A0A0;
border-left:4px solid #A0A0A0;
border-right:4px solid #A0A0A0
}
#linkBar
{
/* Box Properties */
height:5%;
background-color:#686868;
/* Border Properties */
border-top:none;
border-bottom:2px solid #A0A0A0;
border-left:4px solid #A0A0A0;
border-right:4px solid #A0A0A0
}
/* sideBar and contentBox are "next" to each other, so I have their height grouped */
/* to insure that the footer properly floats betlow the two */
#sideBar, #contentBox
{
/* Box Properties */
height:65%;
}
#sideBar
{
/* Box Properties */
width:20%;
float:left;
background-color:#686868;
/* Border Properties */
border-top:none;
border-bottom:2px solid #A0A0A0;
border-left:4px solid #A0A0A0;
border-right:2px solid #A0A0A0
}
#contentBox
{
/* Box Properties */
background-color:#888888;
/* Border Properties */
border-top:none;
border-bottom:2px solid #A0A0A0;
border-left:none;
border-right:4px solid #A0A0A0
}
#footer
{
/* Box Properties */
height:5%;
background-color:#585858;
/* Border Properties */
border-top:none;
border-bottom:4px solid #A0A0A0;
border-left:4px solid #A0A0A0;
border-right:4px solid #A0A0A0
}
/* */
/* Links */
/* */
.linkBox
{
}
.validationLink
{
border:0;
width:88px;
height:31px
}
a:link
{
color:black;
text-decoration:none
}
a:visited
{
color:black;
text-decoration:none
}
a:hover
{
color:black;
text-decoration:none
}
a:active
{
color:black;
text-decoration:none
}

