body
{ 
   width: 100%;
   background: #c2c2c2 url('images/bgBody.jpg') repeat;
	margin: 0px 0 5px 0;
   padding: 0;
}

.arrow
{
   border: 0;
   vertical-align: middle;
}

#headerContainer
{
   width: 100%;
   height: 115px;
   background: #c2c2c2 url('images/bgHeader.jpg') repeat;
}

#headerTop
{
   width: 900px;
   height: 115px;
   margin-left: auto;
   margin-right: auto;
   z-index: 1;
}

#headerTop #headerImg
{
   z-index: 1;
   position: absolute;
   border: 0;
}

#headerTop #tux
{
   width: 118px;
   height: 136px;
   background: transparent url('images/tux.png') no-repeat;
   z-index: 3;
   top: 20px;
   position: relative;
   float: right;
}

#navContainer
{
   width: 100%;
   height: 61px;
   background: transparent url('images/bgNav.png');
   z-index: 2;
   position: relative;
}

#nav
{
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

#nav ul
{
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#nav li a
{
   height: 29px;
   float: left;
   color: #E6EBD5;
   font-weight: bold;
   text-decoration: none;
   font: 15px "Lucida Grande","Arial",Sans-serif;
   font-weight: bold;
   cursor: pointer;
   display: block;
   padding-left: 35px;
   padding-right: 35px;
   padding-top: 20px;
   border-right: 1px dotted #93d929;
   list-style-type: none;
   text-decoration: none;
}

#nav li a:hover
{
   height: 29px;
   background: transparent url('images/bgNavActive.png') repeat-x right top;
   text-decoration: none;
}

#nav a:focus, #nav a:active
{
   outline: none;
   -moz-outline-style: none;
}

li#navActive a
{
   height: 29px;
   padding-bottom: 0px;
   background: transparent url('images/bgNavActive.png') repeat-x right top;
   text-decoration: none;
}

#contentContainer
{
   width: 900px;
   z-index: 1;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   top: -4px;
}

#content
{
   width: 850px;
   background: transparent url('images/bg.png') repeat-y;
   padding-top: 15px;
   padding-right: 25px;
   padding-left: 25px;
   float: left;
}

#content a, #content a:visited
{
   font: 12px "Lucida Grande","Arial",Sans-serif;
   color: #2A2870;
   text-decoration: none;
   border-bottom: 1px dotted #93D929;
}

#content a:hover
{
   border-bottom: 1px solid #93D929;
}

#content span.inputValue
{
   font: 12px "Lucida Grande","Arial",Sans-serif;
   font-weight: bold;
   color: #080727;
}

#content span#required
{
   font: 11px "Lucida Grande","Arial",Sans-serif;
   font-style: italic;
}

#content label
{
   display: block;
   width: 200px;
   padding-top: 5px;
   padding-bottom: 2px;
   padding-left: 10px;
   font: 12px "Lucida Grande","Arial",Sans-serif;
   border-left: 2px solid #93D929;
}

#content input, select
{
   margin-bottom: 25px;
   padding: 7px;
   background: transparent url('images/bgInput.png') repeat-x;
   border-top: 1px solid #93D929;
   border-right: 1px solid #93D929;
   border-bottom: 1px solid #93D929;
   border-left: 2px solid #93D929;
   font: 12px "Lucida Grande","Arial",Sans-serif;
}

#content textarea
{
   margin-bottom: 10px;
   padding: 7px;
   background: transparent url('images/bgTextarea.png') repeat-x;
   border-top: 1px solid #93D929;
   border-right: 1px solid #93D929;
   border-bottom: 1px solid #93D929;
   border-left: 2px solid #93D929;
   font: 12px "Lucida Grande","Arial",Sans-serif;
}

#content .nfi, input select
{
   margin-bottom: 25px;
   padding: 7px;
   background: transparent url('images/bgInput.png') repeat-x;
   border-top: 1px solid #D70505;
   border-right: 1px solid #D70505;
   border-bottom: 1px solid #D70505;
   border-left: 2px solid #D70505;
   font: 12px "Lucida Grande","Arial",Sans-serif;
}

#content .nfiarea, textarea
{
   margin-bottom: 25px;
   padding: 7px;
   background: transparent url('images/bgTextarea.png') repeat-x;
   border-top: 1px solid #D70505;
   border-right: 1px solid #D70505;
   border-bottom: 1px solid #D70505;
   border-left: 2px solid #D70505;
   font: 12px "Lucida Grande","Arial",Sans-serif;  
}

#contentBottom
{
   width: 900px;
   height: 29px;
   margin-left: auto;
   margin-right: auto;
   background: transparent url('images/contentBottom.png') no-repeat;
   clear: both;
}

#content h1
{
   font: 22px Georgia;
   letter-spacing: 3px;
   color: #080727;
   padding-bottom: 3px;
   padding-left: 15px;
   margin-bottom: 20px;
   border-bottom: 2px dotted #93D929;
}

#content h2
{
   font: 16px Georgia;
   letter-spacing: 2px;
   color: #080727;
   padding-bottom: 3px;
   padding-left: 15px;
   margin-bottom: 20px;
   border-bottom: 1px dotted #93D929;
}

#content p
{
   font: 12px "Lucida Grande","Arial",Sans-serif;
   margin: 0;
}

#content #errorBox
{
   font: 12px "Lucida Grande","Arial",Sans-serif;
   font-weight: bold;
   width: 700px;
   border: 4px solid #D70505;
   background: #FFEBE8 url('images/not_successful.png') no-repeat bottom right;
   padding: 10px;
   margin: 20px auto 20px auto;
   color: #D70505;
}

#content #errorBox ul
{
   padding: 5px 5px 5px 25px;
}

#content #errorBox li
{
   color: #6D6D6E;
   font: 12px "Lucida Grande","Arial",Sans-serif;
   list-style-image: url('images/error.png');
}

#content #okeBox
{
   font: 12px "Lucida Grande","Arial",Sans-serif;
   width: 700px;
   border: 4px solid #159E31;
   background: #C5FFCB url('images/successful.png') no-repeat bottom right;
   padding: 10px;
   margin: 20px auto 0px auto;
   color: #159E31;
}

#content .date
{
   font: 11px "Lucida Grande","Arial",Sans-serif;
   color: #5C8629;
}

#content ul
{
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#content li
{
   line-height: 20px;
}

#picturesContainer
{
   width: 750px;
   margin-left: auto;
   margin-right: auto;
}

#picturesContainer .pictures
{
   width: 250px;
   height: 200px;
   text-align: center;
   float: left;
}

#picturesContainer .pictures img
{
   border: 0;
}

#picturesContainer .pictures a, #picturesContainer .pictures a:hover, #picturesContainer .pictures a:visited
{
   text-decoration: none;
   border: 0;
}

#footer
{
   width: 900px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
   text-align: center;
   font: 10px "Lucida Grande","Arial",Sans-serif;
}

#footer a, #footer a:visited
{
   text-decoration: none;
   color: #0B0A33;
}