body{ 
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 20px;
	background: #99CCCC url('images/bg.gif') repeat-y top center;
	margin: 0px;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
        border-left: 1px solid #000000;
	border-right: 1px solid #000000;
        background-color: #FFFFFF;
}

#header {
	padding: 0px;
        width: 100%;
	height: 160px;
}

#nav { 
      width: 850px;
      text-align: center;
      background-color: #EFEFEF;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      line-height: 34px;
}

#nav ul {
       padding: 0;
       margin: 0;
}

#nav li {
        display: inline;
        list-style-type: none;
        padding-left: 0px;
}

#nav li a {
	padding: 10px;
        margin-left: 2px;
        margin-right: 2px;
	color: #000000;
	font-weight: bold;
        font-size: 12px;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}

#nav li a:hover {
	padding: 10px;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
	}

.red {background: #CC0000 url('images/red.gif') repeat-x}

.orange {background: #FF9933 url('images/orange.gif') repeat-x;}

.yellow {background: #FFFF33 url('images/yellow.gif') repeat-x;}

.green {background: #669966 url('images/green.gif') repeat-x}

.blue {background: #6699FF url('images/blue.gif') repeat-x;}

.indigo {background: #CC6699 url('images/indigo.gif') repeat-x;}

.violet {background: #CC99FF url('images/violet.gif') repeat-x}

.maincolumn {
       width: 830px;
       text-align: left;
       padding: 10px;
       padding-bottom: 0;
       background: #FFFFFF url('images/mainbg.gif') repeat-x;
}


h1 { 
	padding-left: 5px;
        border: 1px solid #000000;   
	font-size: 12pt;
        font-weight: bold;
	line-height: 40px;
        margin-bottom: 0;
        margin-top: 0;
        color: #FFFFFF;
}

.notice {
       color: #FF0000;
	   font-size: 14pt;
	   font-weight: bold;
	   text-align: center;
	   padding: 10px;
}

p {
       margin:0;
       padding-top: 10px;
       padding-bottom: 10px;
}

a:link, a:visited, a:active {
        color: #3366CC;
        text-decoration: none;
        font-weight: bold;
}

a:hover {
        color: #666666;
        font-weight: bold;
}

.pictures { text-align: center;
margin: 0 auto;
padding-top: 10px;
}

img {border: 0px;}

#footer {
        background-color: #EFEFEF;
	clear: both;
        padding: 8px;
        color: #222222;
	border-top: 1px solid #000000;
}