@import url("/css/content.css");

* {font-family	: 'Trebuchet MS', 'Lucida Grande', Helvetica, Sans-Serif;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;

}

#outer {
	position: relative;
	z-index:10;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color:#000099;
}

a:hover {
	text-decoration: underline;
}

#logo {
	width:316px;
	height:114px;
	padding: 0px;
	padding-bottom: 4px;
	float: left;
}
#menu {

	font-size: 12px;
	width:770px;
	height:20px;
	z-index:2;
	background-color: #92499E;
	padding-top: 4px;
	color: #999999;
	clear: both;
}

#menu a:link, #menu a:visited, #menu a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 4px;
}

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

#leftcolumn {
	position: relative;
	float: left;
	left:0px;
	margin-top:16px;
	width:201px;
	height:524px;
	z-index:3;
}

div#leftcolumn div.menuitem {
	padding: 6px;
}

#locationbar {
	color: #FFFFFF;
	font-size:11px;
	width:762px;
	height:20px;
	background-color: #6D5871;
	padding: 4px;

}

#locationbar a:link,
#locationbar a:visited,
#locationbar a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size:11px;
}

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



#topright {
	margin-left:512px;
	text-align: right;
	padding-top: 12px;
}
#content {
	text-align: left;
	float: left;
	position:relative;
	width:538px;
	min-height:499px;
	margin-top: 2px;
	z-index:6;
	padding: 12px 12px 12px 12px;
	line-height: 1.8em;



}
.twitter-heading {
  margin: 5px 0;
}
#latest-tweet {
  min-height: 48px;
  _height: 48px;
  padding-left: 58px;
  margin-bottom: 5px;
  clear: both;
  background: url(/images/icons/twitter-bird.gif) no-repeat left bottom;
}
#latest-tweet p {
  margin-top: 5px;
  line-height: 1.5em;
}
.follow-link {
  font-size: 0.9em;
}
#footer {
	width: 746px;
	text-align: center;
	font-size: 9px;
	color: #666666;
	padding: 12px;
	clear: both;
	border-top: 1px dotted #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

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


.infobox {

	background-color: #EFDEEA;

}

.infoboxHeading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #CCCCCC;
	font-weight: bold;
	background-color: #79647D;
	height: 16px;
	line-height: 14px;

}

.infoboxBullett{
	background-color: #92499E;
	width: 18px;
	height: 16px;
	display: block;
	float: left;
}

.adminlinks a:link, .adminlinks a:visited, .adminlinks a:active {
	font-size: 10px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #333333;
	padding: 3px;
	background-color:#EEEEEE;

}

.adminlinks a:hover {
	background-color:#DADADA;
}

label, textarea, select {
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

formText {

}

label {
	text-align: left;
	width: 75px;
	padding-right: 6px;
	font-weight: bold;
	font-size: 0.8em;
}

br {
	clear: left;
}

input, textarea, select {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background: #FFFFE8;

}


.inputSelected {

	border: 2px solid #00FF00;
	padding: 1px;
}

.formError {
	color:#FF0066;
}

.fadetogreen {
	background-image: url(/images/fade-to-green.gif);
}

.fadetored {
	background-image: url(/images/fade-to-red.gif);
}

.messagebox {

	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 8px;
	margin: 10px 0px 10px 0px;
}

#background {
	z-index:0;

	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
