/* CSS Document */


body {
margin: 0px;
text-align:center; 
background: #eeeeee url('../images/bg.jpg') repeat-x;
} 

body, div, table {
font-family: Tahoma; 
font-size:11px; 
color:#666666;
vertical-align: top;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 800px;
}
#footer {
	text-align:center;
	CLEAR: both;
	padding: 0px;
	height: 110px;
}
#cbig{ 
	width: 800px;
	margin: 0px;
	padding: 3px;
	padding-bottom: 10px;
} 
#cleft { 
	width: 500px;
	float: left;
	margin: 0px;
	padding: 3px;
	padding-bottom: 10px;
} 
#cright { 
	width: 250px; 
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	padding: 3px;
	padding-bottom: 10px;
}
#content {
	background: #FFFFFF;
	padding: 2px;
	margin-bottom: 5px;
}

h1 {
color: #86a7b0;
background: #2e2e2e;
border-top: 1px dotted #268fa4;	
border-bottom: 1px dotted #268fa4;
font-size:12px; 
letter-spacing: 0px;
text-transform: uppercase;
padding: 5px;
text-align: center;
margin-top: 1px;
margin-bottom: 5px;
}

h1 a:link, a:visited, a:active { color: #86a7b0; }
h1 a:hover { color: #FFFFFF; }

a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#268fa4;}
a:hover{ color:#2e2e2e; text-decoration:none; }
a:active { color:#268fa4;}


textarea, input, select, button, submit {
	border: 0px;
	color: #2e2e2e;
	background: #e0e0e0;
	font-family: Tahoma;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 1px;}

img {border: 0px;}

a img{
        background-color: #e0e0e0;
        border:1px solid #86a7b0;
        margin: 2px;
        padding: 3px;
} 

a:hover img {
        background-color: #e0e0e0;
        border:1px solid #2e2e2e;
        margin: 2px;
        padding: 3px;
}

a img#link  {
        margin: 0px;
        padding: 0px;
	BORDER: 0px;
	background: transparent;
}
a:hover img#link {
        margin: 0px;
        padding: 0px;
	BORDER: 0px;
	background: transparent;
}

b { color: #86a7b0;}

i { color: #aaaaaa; }

u { color: #666666;}

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 30px; MARGIN-LEFT: 0px; LIST-STYLE-IMAGE:url('images/bullet.png'); line-height:10px;}

/* Pagination */

#pagination {
	margin-top: 8px;
	margin-bottom: 8px;

}
#pagination ul {
	list-style-type: none;
	padding-left: 0px;
}
#pagination li {
	display: inline;
	margin: 0 5px 0 0;
	
}
#pagination li a {
	padding: 5px;
        background-color: #e0e0e0;
	text-decoration: none;
}
#pagination li a:hover {
	color: #f0f0f0;
        background-color: #2e2e2e;
	font-weight: bold;
	padding: 5px;

}


/* MENU */

.menu {
	margin-top: 20px;
	height:30px;
	width:100%;
	text-align:center;
}


.menu ul {
	margin: 10px;
	padding: 0px;
	white-space: nowrap;
}

.menu li { 
	display: inline;
	list-style-type: none;
}

.menu  a {
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
}

.menu a:hover {
	color: #f0f0f0;
	background: #2e2e2e;
	text-transform: uppercase;
}

