/* 
    Document   : styles
    Created on : Jun 14, 2009, 7:26:06 PM
    Author     : csmurphy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
    border:none;
    background:#a7b0d9;
text-align:center;
}

.main #container {
width:900px;
border-right:none;
text-align:left;
}

.main #header {
padding:0 0 0 0;
}

.main #sidebar {
float:left;
width:160px;
background-color:#7899b8;
border-left-color:#000;
border-left-style:solid;
border-left-width:1px;
border-right-color:#000;
border-right-style:solid;
border-right-width:1px;
height:655px;
border-bottom:1px black solid;
}

.main #mainContent {
    float:left;
    width:600px;
    height:655px;
    background-color:#fffcec;
    border-bottom:1px black solid;
    
}

.main #rightbar
{
    float:left;
    width:140px;
    height:655px;
    background-color:#828187;
    border-left-color:#000;
border-left-style:solid;
border-left-width:1px;
border-right-color:#000;
border-right-style:solid;
border-right-width:1px;
border-bottom:1px black solid;
}

.main #menu
{
    width:50%;
    text-align:left;
    float:left;
        padding-top:30px;
}

.main #menuitem
{
    padding-left:50px;
    width:100%;
    float:left;
}

.main #title
{
    padding-top:10px;
    padding-left:10px;
}

.main #title2
{
    padding-top:15px;
    padding-left:10px;
}

#navcontainer {
width:100%;
}

#navcontainer ul {
margin-left:0;
padding-left:0;
list-style-type:none;
font-family:Rockwell,Arial, verdana, sans-serif;
}

#navcontainer a {
display:block;
width:155px;
padding: 3px 0px 3px 5px ;
}

#navcontainer li {
padding:0;
}

#navcontainer a:link,#navlist a:visited {
color:#fff;
text-decoration:none;
}

#active
{
    font-style: italic;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #965010;
    font-size:12px;
}

.text2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;}

.text3 {
    color: #965010;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.text4 {
        font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.text5 {
	font-size: 12px;
}

.text6 {
	font-size: 14px;
}


