/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body 
{
	/*margin: 0;*/
	margin: 10px;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

blockquote 
{
	font-style: italic;
}

a 
{
	color: #135293;
}

a:hover 
{
	text-decoration: none;
}

img
{
	border: none;
}

.AlternateRow
{
	background-color: #EEEEEE;
}

.HeaderRow
{
	background-color: #EEEEEE;
}

div.row 
{
	clear: both;
	padding-top: 10px;
	width: 420px;
}

div.row label, .label
{
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

div.row input, select, textarea, div.col
{
	float: right;
	width: 200px;
}

.title2 
{
	margin: 0;
	padding: 10px 0;
	/*background: url(images/img09.gif) repeat-x left bottom;*/
	border-bottom: dotted 2px #CCC;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.boxed {
	padding: 5px 30px 20px 30px;
	margin: 10px;	
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.events {
	/*margin: 20px 30px;*/
	margin: 10px;
	padding: 10px;
	background: #FF9523 url(img10.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

.events a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(img02.gif) repeat-y right top;
}

#logo h1, #logo h2 {
	margin: 0;
	/*text-transform: lowercase;*/
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 100px 0 0 0;
	/*	background: url(images/img03.gif) no-repeat center center; */
	background: url(computer.gif) no-repeat center center;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	/*padding: 20px;*/
	background: #85C329 url(img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li 
{
	/*padding: 10px 0;*/
	padding: 5px;
	background: url(img05.gif) repeat-x;
	/*background: url(images/drop-shadow.gif) repeat-x;*/
}

#menu li.first {
	background: none;
}

#menu li.current {
	background: #FF9523 url(img10.gif) repeat-x;
}

#menu a.current {
	border-bottom: solid 2px #FF9523;
}

#menu a 
{
	display: block;
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
	border-bottom: solid 2px #85C329;
}

#menu a:hover 
{
	display: block;
	/*text-decoration: underline;*/
	border-bottom: solid 2px #FF9523;
}

/* Login */

#login {
	padding: 20px;
	background: #0099FF url(img06.gif) repeat-x;
}
/*
.login form {
	margin: 0;
	padding: 20px 0 0 0;
}
*/
#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}

#twitter_update_list
{
    color: #FFFFFF;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}