@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-size: 0.7em;
	background-color: #F8F8F8;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 1.5em;
}
.twoColFixLtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	height: 216px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0;
}
.twoColFixLtHdr #header h1 {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 120px;
	margin: 0;
}
.twoColFixLtHdr #shout {
	width: 750px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
	padding: 0px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 315px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.twoColFixLtHdr #mainArticles {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0;
}
.twoColFixLtHdr #footer {
	text-align: right;
	background-color: #22B775;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat;
	height: 38px;
}

.twoColFixLtHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
.twoColFixLtHdr #mainContent input {
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-size: 11px;
	padding: 5px;
}
.twoColFixLtHdr #mainContent textarea {
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-size: 11px;
	padding: 5px;
}


#flags {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
#ads {
	width: 150px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#upload {

}

#text {
	margin-bottom: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.imgLeft {
	float: left;
	padding-right: 10px;
}
.imgRight {
	float: right;
	padding-left: 10px;
}
.name {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}



h1 {
	color: #333333;
	padding-top: 15px;
	font-size: 18px;
}
h2 {
	color: #22B775;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EEEEEE;
	margin-top: 20px;
	margin-bottom: 20px;
}

a { outline: none
	
}

a:link {
	color: #22B775;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #22B775;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #22B775;
	text-decoration: none;
}
a.footer:link {
	color: #29DA8A;
	font-weight: normal;
	text-decoration: none;
}
a.footer:visited {
	color: #29DA8A;
	font-weight: normal;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a.footer:active {
	color: #29DA8A;
	font-weight: normal;
	text-decoration: none;
}




input {
	background-color: #22B775;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #0D9358;
	color: #FFFFFF;
}
textarea {
	background-color: #22B775;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #0D9358;
	color: #FFFFFF;
}
