@import url("positions.css");
BODY {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
#header #session {
	font-size: 9px;
	color: #999999;
}
#header #session STRONG {
	color: #666666;
}
#content #wideColumn H1, #content #smallerColumn H1 {
	font-size: 18px;
}
#content #wideColumn H2, #content #smallerColumn H2 {
	font-size: 15px;
}
#content #wideColumn H1.darkOrange, #content #wideColumn H2.darkOrange {
	color: #EA6F01;
}
#content #smallerColumn H1.purple, #content #wideColumn H2.purple {
	color: #E049CC;
}
#content #smallerColumn H1.green, #content #wideColumn H2.green {
	color: #41D47B;
}
#content #smallerColumn H1.blue, #content #wideColumn H2.blue {
	color: #3D7BC0;
}
#content #smallerColumn H1.caqui, #content #wideColumn H2.caqui {
	color: #AEAC14;
}
#content #smallerColumn p {
	line-height: 18px;
	font-size: 12px;
}
#content #wideColumn P {
	font-size: 12px;
}

A, #content A.blue, .blue {
	color: #3D7BC0;
	text-decoration: none;
	outline:0;
}
A:hover, #content A.blue:hover {
	color: #3D7BC0;
	text-decoration: underline;
}
#content DIV.footNav, #content DIV.footNav A {
	color: #3D7BC0;
	text-decoration: none;
}
#content DIV.footNav A:hover {
	text-decoration: underline;
}
#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #BEBEBE;
	text-align: center;
}
#footer A {
	font-weight: bold;
	color: #BEBEBE;
	text-decoration: none;
}
#footer A:hover {
	color: #999999;
	text-decoration: none;
}
	#footer{
		position:relative;
	}
	#footer #copyright{
		display:block;
		float:left;
		height:20px;
		margin:0 30px;
		text-align:left;
		width:300px;
	}
	#footer #contact{
		display:block;
		float:left;
		height:20px;
		float:left;
	}
	#footer #contact a{
		font-weight:normal;
	}
	#footer #socmed{
		background:url("images/footer_follow.jpg") no-repeat scroll left top transparent;
		display:block;
		height:44px;
		padding:7px 0 0 100px;
		position:absolute;
		right:35px;
		text-align:left;
		top:-35px;
		width:104px;
	}
	#footer #socmed a img{
		border:none;
	}
	.clearfix{
		display:block;
		clear:both;
	}
	#footer a.underline,
	.underline{
		text-decoration:underline;
	}
.dragcontainer{
	border:5px;
	border-color:#6b6157;
	border-style:solid;
	line-height: normal;
	width:350px;
}

div#content table{
margin:0;
width:100%;
border-collapse:collapse;
border:1px solid #D5D5D5;
}

div#content table tr th{
background-color:#FAFAFA;
color:#C72EBC;
padding:15px;
}

div#content table td{
padding:15px;
vertical-align:top;
}

div#content table td, div#content table tr th, div#content table tr{
border-bottom:1px dotted #D5D5D5;
border-right:1px dotted #D5D5D5;
}
#sb{
	position:relative;
	top:-3px;
	margin:0;
	padding:0;
}
	
	#sb #sb_search{
		background:url("../screen/images/bg_search_q.png") no-repeat scroll 0 0 transparent;
		border:0 none;
		height:21px;
		position:relative;
		top:0;
		width:112px;
		padding-left:8px;
	}
	#sb #sb_submit{
		background:url("../screen/images/bg_search_submit.png") no-repeat scroll 0 0 transparent;
		border:0 none;
		height:23px;
		position:relative;
		text-indent:-99999px;
		top:0;
		width:22px;
	}