/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
background:#333333 url(images/bodybg.gif);
font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#top{background: url(images/img01.jpg) no-repeat center;height: 300px;margin:0;padding:0}
h1, h2, h3 {
	color: #FFFFFF;
	
}

h2 {
	background-: url(images/img04.gif);

}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 4px solid #C4C2C2;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 5px;
	background-image: url(images/newBoxHeader.gif);
	font-size: 1em;
}

.boxed .content {
	padding: 15px;
}

/* Post */

.post {
}

.post .title {
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 20px;
}

/* Header */

#header {
	height: 40px;
	background: url(images/img02.gif) repeat-x;
}

/* Header > Logo */


/* Header > Menu */

#menu {
	width: 700px;
	height: 15px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 5px 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img04.gif);
}

/* table */
table { width: 100%; }
table td { margin: 0; padding: 0; border-width: 0; vertical-align: top;}
th {
	padding: 2px;
	color: #fff;
	vertical-align: middle;
	background-color: #33006d;
	background-image: url(images/headbg.gif);
	background-repeat: repeat;
}
th a{
	color: #fff;
}
th a:hover{
	color: #fff;
}
.outer {border: 0px solid #CCCCCC;}
.head {background-color: #e7e7e7; padding: 3px; }
.even {
	background-color: #e7e7e7;
	padding: 3px;
	color: #FFFFFF;
}
tr.even a{
	color: #FFFFF;
}
.odd a{

	color: #FFFFFF;
}
.odd {
	background-color: #f7f7f7;
	padding: 3px;
	color: #FFFFFF;
}
.foot {
	background-color: #3e1f68;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/fondmenu.gif);
}
tr.head td {
	padding: 3px;
	font-weight: bold;
	background-image: url(images/headbg.gif);
	color: #FFFFFF;
}
tr.head td a{
	color: #FFFFFF;
}

tr.even td {background-color: #999EA6; padding: 3px;}
tr.odd td {background-color: #9E9E9E; padding: 3px;}
tr.foot td {background-color: #f7f7f7; padding: 3px; font-weight: bold;}


/* Content */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
}

#content {
	width: 720px;
	margin: 0 auto;
	padding: 2px 0 5px 0;
}
#content .quote {
	background-color: #C5c5c5;
	padding: 20px 20px 20px 85px;
	background-image: url(images/quotes1.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #000000;
	font-style: italic;
}
/* Content > Main */

#main {
	float: left;
	width: 500px;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 0px;
	border: 2px solid #CCCCCC;
	background-color: #C5C5C5;
}
.welcome.title {
	margin: 0;
	padding: 10px 10px; 
	background-image: url(images/img05.gif);
	font-size: 1em;
	 

	}
/* Content > Sidebar > space*/
#space {
	height: 5px;
	float: left;
	width: 500px;
	background:#333333 url(images/bodybg.gif);
}

/* Content > Sidebar */

#sidebar {

background-color: #333333;
padding: 0px 0px 0px 0px;
border: 2px solid #CCCCCC;
	float: right;
	width: 210px;
}

/* form */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	
}
/* form elements */
input {
  width: 70%;
  color:#000000;
}

textarea {
  width: 70%;
  color:#000000;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000000;
  background: #E1E1E1 url(images/input.png) repeat-x top left; 
  border: 1px solid #999;
}


input:focus,
textarea:hover,
textarea:focus {
  color: #000000;
  background-color: #999;
  border: 1px solid #EEE;
}

form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
	background: #C5C5C5 url(input.png) no-repeat top left; 
}

input.button {
background: #CCC url(buttonbg.gif) repeat-x left bottom; 
border-top:1px solid #EAEAEA;
border-right:1px solid #EAEAEA;
border-bottom:1px solid #EAEAEA;
border-left:1px solid #EAEAEA;
margin:0 0 15px 0;
	padding: 2px 3px; 
color: #333;/* color: #339900; */
margin: 0; 
font: bolder 12px Arial, Sans-serif; 
width:120px;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	float: bottom;
	padding: 20px 20px;
	border-top: 4px solid #393F4D;
	background-color: #333333;
	background-image: url(images/whitesmall.png) no-repeat;

}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}