/****************** General page wide styles ******************/

BODY {BACKGROUND: #ffffff url('/images/bg-it.jpg') repeat-y center top; MARGIN: 0px auto; }

td {line-height:1.4em;}

#wrapper {width:760px; border:0; padding:0; margin:auto;} /*outer table surrounding all the content*/

input, select, textarea {font-size:10pt;} /*text size in forms*/

h1{margin:0;}

img {border: none; text-decoration:none;}
a img {text-decoration:none;}

.smalltxt {font-size:90%;} /*styles beginning with a period '.' will appear in the content editor's style menu*/
.largetxt {font-size:110%;}

/****************** Styles for specific areas of the page **********/

#topContent{padding:10px;} /*Page Header*/
#leftContent{width:0px;padding:0px;} /*Left Nav Panel*/
#centerContent{width:470px;padding:20px;vertical-align:top;} /*the page's main content area*/
#rightContent{width:130px;padding:5px;vertical-align:top;} /*Right Nav Panel*/
#bottomContent{padding:15px;} /*Page Footer*/

/****************** top nav **********/

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #111111;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #f50d0d;
color: #fff;
}

#navcontainer #active { border-left: 1px solid #fff; }
