/*
   style sheet comments
   Author: Rodney Gibbons
   Date:   10-09-09

   Filename:         level2_verdana_text.css
   Supporting Files: left bar image: inner.jpg
*/
body 						{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: white; background-color: black;
    						width: 100%; margin: 0em 0em 0em 1em}

body a:link				{color: white}
body a:hover			{color: yellow; text-decoration: underline}
body a:visited			{color: rgb(0,191,255)}
body a:active			{text-decoration: none}

#header					{
	border-bottom: 2px solid rgb(142, 0, 9);
	width: 950px;
	height: 95px;
	margin-top: 0px
}


#headerImage			{position: absolute; left: 0px; top: 0px}
h1							{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: center;
	color: white;
	width: 730px;
	position: absolute;
	left: 235px;
	top: 0px;
	height: 75px;
	padding-bottom: 5px
}
		
#print_header			{display: none}
#leftbar					{float: left; margin: 0px 10px 0px 0px; width: 200px; height: 100%;
							background-image: url(../images/inner.jpg); background-repeat: repeat-x; background-color: black}
#leftbar a				{text-decoration: none}

#inner					{
	margin-left: 220px;
	width: 730px;
	text-align: center;
	font-size: 0.7em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#inner .more-info		{text-align: left}
#leftbar #links		{color: white; font-size: 0.8em; font-weight: bold; line-height: 1.8em; text-shadow: black 3px 3px 3px;margin: 0px 0px 0px 0px; 
							padding: 10px 0px 0px 10px}
h2							{font-size: 1.5em}

h3							{font-size: 1.2em}

#footer					{
	margin: 0px 0px 0px 220px;
	width: 730px;
	text-align: center;
	font-size: 0.7em
}

address					{
	font-style: normal;
	font-size: 0.7em;
	margin: 5px 0px 0px 220px;
	width: 730px;
	text-align: center
}


#column1				{width:60%; text-align: center; vertical-align: middle; background-color: rgb(105, 105, 105)}
#column2				{width:40%; text-align: center; vertical-align: middle; background-color: rgb(105, 105, 105)}		
			
#portfolio_photos		{width:100%; border-style: none}

.linksMargin	{margin-top: 15px}

.organizations			{margin: 10px; vertical-align: middle}
.float_image_right		{float: right; margin-left: 6px}
.float_image_left		{
	float: left;
	padding-right: 6px;
}
.horizontal_red_rule	{border-bottom: 2px solid rgb(142, 0, 9); width: 100%; clear: both}
.end_page_links			{text-align: center}
.end_page_links	ul		{list-style-type: none}
.end_page_links li		{display:inline}
.flushleft_list			{list-style-position: inside}

table.form				{width: 100%}
.column1				{width: 50%; font-weight: bold}
.column2				{width: 50%}
tfoot tr				{text-align: center; color: yellow}
tbody					{font-size: 1em}
