html, body, form, input, select, fieldset 
{font-family: Tahoma, Verdana, Arial,Sans-serif; color: #000000;}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address 
{margin: 0px; padding: 0px;}

h1, h2, h3, h4, h5, h6, p, pre, code 
{font-size: 10px;}

ul, ol 
{list-style: none;}

form label 
{cursor: pointer;}

:link,:visited
{text-decoration: none;}

a img,:link img,:visited img 
{border: none; }

div.clear, span.clear 
{clear: both; font-size: 0px;}

div {-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

body {
width: 1024px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #cccccc;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
}



#header {
width: 1024px;
height: 170px;
background: url(images/header_bg.jpg) no-repeat;
}




#menu {
width: 200px;
text-align: left;
}

#menu_text {
padding: 12px 12px 12px 20px;
}

#menu_text h1 {
font-size: 1.2em;
font-weight: bold;
color: #003399; 
margin-top: 1.1em;
margin-bottom: 0.6em;
}

#menu_text p {
font-size: 1.0em;
font-weight: normal;
color: #000000;
margin-bottom: 0.6em;
}

#menu_text a {
font-size: 1.0em;
font-weight: normal;
color: #0033cc; 
text-decoration: none;
}

#menu_text a:hover {
font-size: 1.0em;
font-weight: normal;
color: #000066;
text-decoration: none;
}




#content {
width: 674px;
text-align: left;
}


#content_text {
padding: 0px 40px 20px 40px;
}

#content_text h1 {
font-size: 1.2em;
font-weight: bold;
color: #000033;
padding-top: 1.7em;
margin-bottom: 0.2em;
text-align: left;
}

#content_text p {
font-size: 0.9em;
font-weight: normal;
color: #000000;
margin-bottom: 0.6em;
text-align: justify;
}

#content_text a {
font-size: 1.0em;
font-weight: bold;
color: #000066;
text-decoration: none;
}

#content_text a:hover {
font-size: 1.0em;
font-weight: bold;
color: #0033cc;
text-decoration: none;
}



#right {
width: 150px;
text-align: left;
}


#right_text {
padding: 12px;
}

#right_text h1 {
font-size: 0.9em;
font-weight: bold;
color: #000033;
margin-top: 1.5em;
margin-bottom: 0.6em;
}

#right_text p {
font-size: 0.7em;
font-weight: normal;
color: #000000;
margin-bottom: 0.6em;
}

#right_text a {
font-size: 1.0em;
font-weight: normal;
color: #000066;
text-decoration: none;
}

#right_text a:hover {
font-size: 1.0em;
font-weight: normal;
color: #0033cc;
text-decoration: none;
}


#right_img {
padding: 5px;
}

#right_img a {
font-size: 1.0em;
font-weight: normal;
color: #0033cc;
text-decoration: none;
}

#right_img a:hover {
font-size: 1.0em;
font-weight: normal;
color: #000066;
text-decoration: none;
}

#right_img p {
font-size: 0.7em;
font-weight: normal;
color: #000000;
margin-bottom: 0.6em;
}




#footer {
width: 1024px;
height: 30px;
background: url(images/footer_bg.jpg) no-repeat;
}

#footer p {
font-size: 0.7em;
font-weight: normal;
color: #666666;
padding-top: 7px;
padding-left: 10px;
text-align: left;
}


ul 
{
list-style-image: url(images/arrow.gif)
}

li{
margin-bottom: 10px;
margin-left: 18px;
}

table.background_table {
background: url(images/bg.jpg) repeat-y;
}