body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
margin: 0;
padding: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img
{
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
    font-style: normal;
    font-weight: normal;
}

ol,ul
{
    list-style: cicrle;
}

caption,th
{
    text-align: left;
}

h1,h2,h3,h4,h5,h6
{
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after
{
    content: '';
}

abbr,acronym
{
    border: 0;
}


/***** Layout *****/

a, a:link, a:visited
{
    background: transparent;
    color: #000;
    text-decoration: none;
}

a:hover
{
    background: transparent;
    color: #dd351b;
    text-decoration: underline;
}

body
{
    background: #fff ;
    color: #000;
    font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

#header
{
    background: url(../images/bg.gif);
    height: 120px;
    width: 700px;
    position: relative;
    margin-left: 0px;
    margin-top: 5px;
}

#header h1 a
{
    display: block;
    height: 120px;
    width: 700px;
    top: 0;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    outline: 0;
}

#nav-wrapper
{
    overflow: hidden;
    background: #000;
    color: #000;
    height: 35px;
    width: 700px;
}

#header ul
{
    float: right;
}

#header li a
{
    float: left;
    margin: 0 5px;
    padding: 0 10px;
    font: 15px/35px Arial, Verdana, sans-serif;
}

#header li a.last
{
    margin: 0;    
}


#header li
{
    float: left;
}

#header li a, #header li a:link, #header li a:visited
{
    color: #fff;
}

#header li a:hover
{
    color: #fff;
    background: #ea0000;
    text-decoration: none;
}

#content
{
    margin-left: 0px;
    margin-top: 50px;
    width: 650px;
}

#content h2
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; 
}

#content h5
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; 
    text-align: left;
}

#content p
{
    margin-bottom: 5px;
}

#content ul
{
    margin-left: 10px;
    text-align: left;
}

#content h3
{
    font-size: 16px;		
    font-weight: bold;
    color: #ec4800;    
}

#content span.title
{
    font-size: 13px;
    font-weight: bold;
    color: 000;
    margin: 0px;
}

#footer
{
    border-top: 5px solid #000;
    font-size: 10px;
    padding: 5px 0 5px;
    width: 700px;
    margin-left: 0px;
}

#footer p
{
    margin-bottom: -5px;
    text-align: center;
}

strong
{
    font-weight: bold;
}

ul.prog, ul.prog li {				
	color: #000000;			
	font-weight: bolder;
	white-space: nowrap;
}


ul.prog a:link, ul.prog a:visited {
	text-decoration: none;	
	font-weight: bold;	
	color: #999999;		
}

ul.prog a:hover {
	color: #111111;		
}

/****/



