@charset "UTF-8";
/* CSS Document */

	A 			{ color: #919101; text-decoration: none; } 
	A:link		{ color: #919101; text-decoration: none; } 
	A:visited	{ color: #919101; text-decoration: none; } 
	A:active	{ color: #B81414; text-decoration: underline;} 
	A:hover		{ color: #B81414; text-decoration: underline;} 

	body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

	p {
	font-family:arial, sans-serif;
	color:#191919;
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	}	
	
/*Structure Elements*/

	#container {
	width: 700px;
	padding-left:20px;
	padding-right:20px;
	}

	#two-column-info {
	width: 700px;
	position:relative;
	padding-top:10px;
	clear: both;
	background-image: url(word_it_images/word_it_info_background.gif);
	background-repeat: repeat;
	}
	
		#info_left
		{
		width: 350px;
		height:140px;
		margin: 0;
		padding-left:10px;
		float: left;
		background-image: url(word_it_images/word_it_info_background.gif);
		background-repeat: repeat;
		}
	
		#info_right
		{
		width: 340px;
		height:140px;
		margin: 0;
		float : right;
		background-image: url(word_it_images/word_it_info_background.gif);
		background-repeat: repeat;
		}
	
	#two-column {
	width: 700px;
	position:relative;
	padding-top:10px;
	clear: both;
	}

		#word_it_left
		{
		width: 340px;
		margin: 0;
		float: left;
		}
	
		#word_it_right
		{
		width: 340px;
		margin: 0;
		float : right;
		}

	#bottom-info {
	width: 690px;
	position:relative;
	padding-left:10px;
	clear: both;
	background-image: url(word_it_images/word_it_info_background.gif);
	background-repeat: repeat;
	}
	
	#bottom 
	{
	clear: both;
	}
	
	

/*Type and Style Elements*/


	.word_it {
		background-image: url(word_it_images/word_it_background.gif);
		background-repeat: no-repeat;
		padding-left:1px;
		padding-top:1px;
		height: 339px;
		width: 339px;
	}
	
	
	.word_it_name {
		font-family:arial, sans-serif;
		color:#191919;
		font-size:11px;
		font-weight:normal;
		line-height:100%;
		background-image: url(word_it_images/word_it_name_background.gif);
		background-repeat: repeat-y;
		padding-top:7px;
		padding-left:10px;
		height: 27px;
		width: 330px;
	}

	.head {
		font-family:georgia, serif;
		color:#191919;
		font-size:18px;
		font-weight:bold;
  		line-height:150%;
		text-align:center;
		padding-top:15px;
	}
	
	.letterspace {
	letter-spacing: .1em;
	}

	.blue {
		color:#3F87AB;
	}

	.red {
		color:#B81414;
	}

	.green {
		color:#919101;
	}	
	
	.gray {
		color:#808080;
	}	
	
