@charset "utf-8";
/* CSS Document */
.bold {
	font-weight:bold;
}
.wep_blue {
	color: #1982f8;
}
.wep_black {
	color:#333333;
}
.wep_cap { 
	text-transform:uppercase;
}
#container {
	display:block;
	position:relative;
	width:800px;
	margin:0px auto 15px auto;
}
#column_left {
	display:block;
	width:200px;
	float:left;
}
#column_right {
	display:block;
	width:583px;
	float:right;
	border-left:1px dotted #666666;
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
	margin:0px 0px 0px 15px;
}
#logo {
	width:200px;
	height:43px;
	background-image:url(../../images/logo.gif);
	background-repeat:no-repeat;
	margin:15px 0px 30px 0px;
}
#content_right {
	padding:0px 15px 30px 15px;
}
.odd {
	/*background-color:#FFF;*/
}
.even {
	background-color:#EEE;
}
.odd:hover {
	background-color:#666666;
	color:#FFF;
}
.even:hover {
	background-color:#666666;
	color:#FFF;
}
h1 {
	color:#333333;
	font-size:16px;

}
h2 {
	color:#666666;
	font-size:13px;
}
h3 {
	color:#666666;
	font-size:11px;
}
#signature {
	color:#666666;
	font-size:11px;
	padding:15px 0px 15px 0px;
	border-top:1px dotted #666666;
}
.center {
	text-align:center;
}
#inside_box {
	display:block;
	margin:5px 5px 15px 5px;
	padding:10px;
	border:1px dotted #999999;
	background-color:#E8E8E8;
}
#agreement_top {
	text-transform:uppercase;
	text-align:justify;
	font-weight:bold;
}
#footer {
	display:block;
	position:relative;
	width:800px;
	margin:0px auto 15px auto;
	text-align:right;
}
#left_nav {
	margin:0px;
	padding:0px;
}
#left_nav li { 
	display:block;
	padding:7px;
	background-color:#F2F2F2;
	background-image:url(../../images/left_nav_li_bg.png);
	background-position:right;
	background-repeat:repeat-y;
	margin:2px 0px 2px 0px;
}
#left_nav li:hover {
	background-color:#CCC;
}
#left_nav li a{ 
	text-decoration:none;
	color:#F76905;
	font-weight:bold;
	font-size:10px;
}

.social_links {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
	font-size: 11px; 
	font-variant: normal; 
	font-style: normal; 
	font-weight: normal; 
	color: #3B5998; 
	text-decoration: none;
}
.search_box {
	background-color:#F2F2F2;
	background-image:url(../../images/left_nav_li_bg.png);
	background-position:right;
	background-repeat:repeat-y;
	padding:1px 0px 5px 5px;
}
