@charset "UTF-8";
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;
	background-image: url(layout/bg.gif);
	background-repeat: repeat;
	color: #333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 700px;
	margin: auto;
	text-align: left;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	background-image: url(layout/header.png);
	background-repeat: no-repeat;
	height: 178px;
	width: 700px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-weight: normal;
	width: 480px;
	background-image: url(layout/cut.png);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #footer {
	background-image: url(layout/footer.png);
	background-repeat: no-repeat;
	width: 660px;
	height: 53px;
	font-weight: normal;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	color: #999;
	padding-right: 0px;
} 
.twoColFixLtHdr #container #mainContent .table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #666;
	width: 456px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.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;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	color: #F00;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	background-color: #FFF;
	text-decoration: none;
	
}
a:visited {
	background-color: #FFF;
	text-decoration: none;
}
a:hover {
	background-color: #FFF;
	text-decoration: none;
}

a:active {
	background-color: #FFF;
	text-decoration: none;
}



.transparent {
    color: #FFF;
	text-decoration: none;
	}
	
.tansparent a:link {
	color: #FFF;
	text-decoration: none;
	}

.transparent a:visited { 
    color: #FFF;
	text-decoration: none; 
	}
	
.transparent a:hover {
    color: #FFF;
	text-decoration: none; 
	}

.transparent a:active {
    color: #FFF;
	text-decoration: none; 
} 


.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

.red a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

.red a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

.red a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

.red a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

.external {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #699;
	text-decoration: none;
	list-style: normal;
	font-weight: normal;
}

.external a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #699;
	text-decoration: none;
	list-style: normal;
	font-weight: normal;
}
.external a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #699;
	text-decoration: none;
	font-weight: normal;
}
.external a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #6CF;
	text-decoration: none;
	font-weight: normal;
}

.external a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #699;
	text-decoration: none;
	font-weight: normal;
}

.navigation a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.5em;
	font-style: italic;
	color: #699;
	text-decoration: none;
	list-style: normal;
	font-weight: normal;
	background-color: #FFF;
}
.navigation a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.5em;
	font-style: italic;
	color: #699;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFF;
}
.navigation a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.5em;
	font-style: italic;
	color: #6CF;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFF;
}

.navigation a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.5em;
	font-style: italic;
	color: #699;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFF;
}

/* Twitter */
#twitter_update_list li {
	list-style-type: none;
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-decoration: none;
}
#twitter_update_list li a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #699;
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

#twitter_update_list li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #699;
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

#twitter_update_list li a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6cf;
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

#twitter_update_list li a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #699;
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

#twitter_update_list li:first-child {
	font-size: 19px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-decoration: none;
}

#twitter_update_list li:first-child a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}

#twitter_update_list li:first-child a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}#twitter_update_list li:first-child a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}#twitter_update_list li:first-child a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	border-bottom: 1px dotted #699;
}