body {
	font-size:75%;
	color:#111;
	margin:0;
	padding:0;
	background:#fff;
	background-image: url('/images/background.gif');
	background-repeat:repeat-x;
	height: 100%;
}

html{height: 100%;}

body > #container {height: auto; min-height: 100%;}

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
img{
	border:0;
	padding:0;
	margin:0; 
}

#container{
	width:779px;
	margin:0 auto;
	height: 100%;
}

#header{
	height:180px;
	background-image:url('/images/sitetag.gif');
	background-repeat:no-repeat;
	background-position:400px 141px;
}

#header #headerleftcol{
	float:left;
	width:274px;
}

#header #headerrightcol{
	float:right;
	/*width:463px;*/
	width:375px;
}


#header .logo{
	padding:60px 0 0 0;
}

#header .logo img{
	display:block;
}

#header ul{
	margin:70px 0 0 0;
	padding:0;
	float:left;
}

#header ul li{
	display:inline;
}

#header ul li a, #header ul li a:visited, .current{
	padding:8px 13px;
	margin:0 1px;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:1.0em;
}

#header ul li a:active, #header ul li a:hover, #header ul li a.current{
	color:#fff;
	background-color:#2e4f90;
}

#footer{
	background-image: url('/images/footer.gif');
	background-repeat:repeat-x;
	padding:20px 0 0 0;
	color:#fff;
	text-align:center;
	position: relative;
	z-index: 10;
	height: 53px;
	margin-top: -73px;
	clear:both;
}

#rightcol{
	float:left;
	width:475px;
}

#leftcol{
	float:left;
	width:274px;
	margin-right:20px;
}


#footer a,#footer a:visited {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color:#444;
}

p{
	line-height:1.7em;
	margin:7px 0 8px 0;
	word-spacing:.15em;
}

#rightcol a, #leftcol a {
	text-decoration: none;
}

#rightcol a:visited, #leftcol a:visited {
	color: #551a8b;
	text-decoration: none;
}

#rightcol a:active, #leftcol a:active, #rightcol a:hover, #leftcol a:hover{
	color:#3366CC;
	text-decoration: underline;
}

#leftcol ul { 
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}

#leftcol ul li {
	background-image: url('/images/arrow.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 5px 5px  5px  20px;
	line-height:1.4em;
	border-bottom:1px solid #e4e4e4;	
}

ul#twitter_update_list{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
}

ul#twitter_update_list li{
	background-image: url('/images/twitter.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

a#twitter-link, a:visited#twitter-link {
	text-align:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	background-image: url('/images/twitter.gif');
	background-position: 0px 4px;
	background-repeat:no-repeat;
	padding:5px 5px  5px 20px;
	margin:0;
	line-height:1.4em;
	border-bottom:1px solid #e4e4e4;

}

a:hover#twitter-link, a:active#twitter-link{

}

#leftcol ul li a, #leftcol ul li a:visited {
	text-decoration:none;
	color:#000;
	padding:5px;
}

#leftcol ul li a:hover, #leftcol ul li a:active {
	text-decoration:none;
	color:#555;
	padding:5px;
}

a img *{
	text-decoration:none;
}

#content{
	clear:both;
	padding-bottom:73px;
	display: inline-block;
}

#content img{
	margin:0 10px 10px 0;
	float:left;
	clear:left;
	border: 1px solid #000;
}

.left{
	float:left; 
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.text_left{
	text-align:left;
}
 
.text_right{
	text-align:right;
}

.text_center{
	text-align:center;
}

form {
	font-size:1.2em;
	margin:15px 0;
	padding:0;
}

form fieldset {
	border: 1px solid #ddd;
	padding:10px;
}
form fieldset legend {
	font-size:1.1em;
	padding:0 6px;
	font-weight:bold;
}
form label { 
	display: block;
	float: left;
	width: 100px;
	margin: 5px 0 0;
	text-align: right;
}
form input, form textarea {
	width:300px;
	margin:5px 0 0 10px;
	border: 1px dotted #ccc;
	padding:2px;
	font-size:1em;
}
form input#reset {
	margin:5px 0 0 0;
	width:auto;
	border: 1px solid #ccc;
	background-color:#eee;
}
form input#submit {
	width:auto;
	border: 1px solid #ccc;
	background-color:#eee;
}
textarea {
	overflow: auto;
	font-size:1em;
}
form br {
	clear:left;
}
form div.leftlabel {
	display: block;
	float: left;
	width: 100px;
	margin: 3px 0 0;
	text-align: right;
}
form div.rightlabel {
	width:300px;
	margin:3px 0 0 10px;
	padding:2px;
	font-size:1em;
	float:left;
}

h1{

	font-size:2em;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	font-family:Cambria, "Times New Roman", Times, serif;
}

h2{

	font-size:1.8em;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	font-family:Cambria, "Times New Roman", Times, serif;
}

h3{

	font-size:1.6em;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	font-family:Cambria, "Times New Roman", Times, serif;
}

h4{

	font-size:1.4em;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	font-family:Cambria, "Times New Roman", Times, serif;
}

h5{

	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	font-family:Cambria, "Times New Roman", Times, serif;
}

h6{

	font-size:1em;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	font-family:Cambria, "Times New Roman", Times, serif;
}

.hanging{
	text-indent: -3em; margin-left: 3em;
}
