﻿* {
	margin: 0;
	padding: 0;
}

body
{
    background: #E9E9E9 url(images/bg.png) repeat-x;

    font-family: Arial, "Times New Roman" , Times, serif;
    font-size: 12px;
    color: #666666;
    text-align:center;
    margin-top:5px;
}


body 
{
    text-align: -moz-center;
}

#top-content 
{
    width:910px;
    height:17px;
    background: #E9E9E9 url(images/top-content.png) repeat-x;
}

#bottom-content 
{
    width:910px;
    height:17px;
    background: #E9E9E9 url(images/top-bottom.png) repeat-x;
}

#top 
{
    background-color:#222328;
    height:83px;
    width:100%;
    text-align:center;
}

#top
{
 text-align: -moz-center;    
}

#top-logo 
{
    width:500px;
    float:left;
    text-align:left;
}

#top-ara 
{
    width:410px;
    float:left;
    text-align:right;
}

#top-top 
{
    width:910px;
    margin-top:7px;
}

/* input */

#top-ara input 	
{
    BORDER-RIGHT: #DADADA 1px solid;	
    PADDING-RIGHT: 0.25em;	
    BORDER-TOP: #DADADA 1px solid;	
    PADDING-LEFT: 0.25em;	
    FONT-SIZE: 11px;	
    PADDING-BOTTOM: 0.25em;	
    BORDER-LEFT: #DADADA 1px solid;	
    PADDING-TOP: 0.25em;	
    BORDER-BOTTOM: #DADADA 1px solid
}

#top-ara input[type=submit]
{
    BORDER-RIGHT: #DADADA 1px solid;	
    BORDER-TOP: #DADADA 1px solid;	
    FONT-SIZE: 12px;	
    BORDER-LEFT: #DADADA 1px solid;	
    BORDER-BOTTOM: #DADADA 1px solid;
    background-color:#747474;
    height:23px;
}


#content input 	
{
    BORDER-RIGHT: #DADADA 1px solid;	
    PADDING-RIGHT: 0.25em;	
    BORDER-TOP: #DADADA 1px solid;	
    PADDING-LEFT: 0.25em;	
    FONT-SIZE: 12px;	
    PADDING-BOTTOM: 0.25em;	
    BORDER-LEFT: #DADADA 1px solid;	
    PADDING-TOP: 0.25em;	
    BORDER-BOTTOM: #DADADA 1px solid
}


#content textarea 	
{
    BORDER-RIGHT: #DADADA 1px solid;	
    PADDING-RIGHT: 0.25em;	
    BORDER-TOP: #DADADA 1px solid;	
    PADDING-LEFT: 0.25em;	
    FONT-SIZE: 12px;	
    PADDING-BOTTOM: 0.25em;	
    BORDER-LEFT: #DADADA 1px solid;	
    PADDING-TOP: 0.25em;	
    BORDER-BOTTOM: #DADADA 1px solid;
    font-family:Arial;
}

#flash 
{

}

#content a 
{
    color:#0076A3;
}

#content a:hover
{
    color:#7DA7D9;
}


#menu .active {
    background: url(images/bg-menu.png) no-repeat;
    color: #fff;
}

#menu 
{
    margin-top:10px;
    font-size:16px;
    font-weight:bold;
    text-align:right;
    width:410px;
    /*margin-left:665px;*/
    float:left;
}

#menusol 
{
    width:595px;
    float:left;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 115px;
	height: 31px;
	padding: 5px 0 0 0;
	text-decoration: none;
	text-align: center;
	color:#4B4B4B;
}

#menu a:hover
{
    background: url(images/bg-menu.png) no-repeat;
    color: #fff;
}


#page 
{
    width:910px;
    padding: 5px 10px 5px 10px;
}

#content 
{
    width:890px;
    padding: 5px 10px 5px 10px;
    background-color:#fff;
    text-align:left;
}


#footer 
{
    background-color:#222328;
    height:65px;
    width:100%;
    text-align:center;
    margin-top:20px;
    font-size:11px;
    padding-top:5px;
    padding-bottom:5px;
}

h1 
{
    font-size:22px;
}


h2 
{
    font-size:16px;
}

h3 
{
    font-size:14px;
}

#footer #legal 
{
    color:#fff;
}

#footer a 
{
    color:Orange;
}



#sidebar .active {
    background: url(images/bg-menu.png) no-repeat;
    color: #fff;
}

#sidebar 
{
    margin-top:10px;
    font-size:14px;
    font-weight:bold;
    text-align:right;
    width:910px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: inline;
}

#content ul {

list-style-position: outside;
list-style-type: square;
padding: 6px;
margin: 2px;
}


#content p 
{
    margin-top:10px;
}




#sidebar a {
	display: block;
	float: left;
	width: 113px;
	height: 31px;
	padding: 5px 0 0 0;
	text-decoration: none;
	text-align: center;
	color:#4B4B4B;
}

#sidebar a:hover
{
    background: url(images/bg-menu.png) no-repeat;
    color: #fff;
}


