/* SEO Experts Master Styles 
    Author: Matt Radel on June 13th 2008 */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
}

img {
	border: 0;
}

a:link {
	color: #013e7f;
}

a:visited {
	color: #666
}

a:hover {
	color: #013e7f;
	text-decoration: none;
}

/* Misc */

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/* Custom Structural Styles */

#mainContainer {
	width: 100%;
}

	/* Masthead */
	
		#logoWeb {
			display: none;
		}
		
			
	/* Body Styles */
	
	#navCol {
		display: none;
	}
	
	#mainCol {
		float: right;
		width: 721px;
	}
	
		#leftContent {
			float: left;
			width: 500px;
			padding-top: 12px;
		}
		
		#rightContent {
			float: right;
			width: 200px;
			margin-right: 6px;
		}
			
			#relatedLinks {
				width: 200px;
				border: 1px solid #a7a6a6;
				margin: 4px 0 10px 0;
			}
			
				#relatedLinks h2 {
					font-size: 14pt;
					padding-left: 10px
				}
				
				#relatedLinks div {
					padding: 10px 10px 15px 10px;
				}
				
			#news {
				width: 200px;
				border: 1px solid #a7a6a6;
			}
			
				#news h2 {
					font-size: 14pt;
					padding-left: 10px
				}
				
				#news div {
					padding: 10px 10px 15px 10px;
				}
				
			#teaser {
				margin-top: 4px;
				padding: 8px 5px;
				border: 1px solid #a7a6a6
			}
			
		#mainContent {
			padding: 0 15px 20px 0;
		}
	
	/* Footer */
	
	#footer {
		display: none;
	}
	
/* Form Styles */
	
	.red {
		color: #F08A1D;
		font-size: 17px;
	}
	
	form {
		display: inline;
	}
	
	label {
		display: block;
		width: 175px;
		float: left;
		margin-bottom: 6px;
		text-align: right;
		padding-right: 6px;
		font-size: 14px;
		line-height: 1.8em;
	}
	
	label.required {
		font-weight: bold;
		color: #F08A1D;
		font-style: italic;
	}
	
	form br {
		clear: left;
	}
	
	input {
		color: #000;
		font-size: 14px;
	}
	
	select {
		font-size: 14px;
	}
	
	textarea {
		color: #000;
		font-size: 14px;
	}

	
/* X Standard */

 * .underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	display: inline
}

.imageFloatRight {
	float: right;
	display: inline
}
 */