/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #BDAB75;
	margin: 0px;
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	border-collapse:collapse;
	border-spacing: 0;
}

UL {
	margin: 0px 15px 0px 30px;
	list-style-image: url(../images/bullet.gif);
}

OL {
	margin: 0px 15px 0px 30px;
	list-style-type:decimal;
}

P {
	margin: 0px 0px;
}

INPUT {
	line-height: 13px;
	text-align:left;
	font-size: 9px;
	margin: 0px;
	height: 14px;
	background-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

INPUT.focus{
	line-height: 13px;
	text-align:left;
	font-size: 9px;
	margin: 0px;
	height: 14px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	color: #333333;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

SELECT{
	line-height: 17px;
	text-align:left;
	font-size: 9px;
	margin: 0px;
	height: 18px;
	background-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}

SELECT.focus{
	line-height: 17px;
	text-align:left;
	font-size: 9px;
	margin: 0px;
	height: 18px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	color:#333333;
	padding-right: 5px;
	padding-left: 5px;
}
  
/***************************************************
customized sitewide link tags
****************************************************/

/* standard links */
a:link { color: #1D5998; text-decoration: underline; }
a:visited { color: #1D5998; text-decoration: underline; }
a:hover { color: #ffffff; background-color: #1D5998; }

/* logo link */
a.logo_nav{ text-decoration: none; }
a.logo_nav:visited { text-decoration: none; }
a.logo_nav:hover {	background-color:#FEFEFE; text-decoration: none; }

/* image link */
a.imageLink{ text-decoration: none; }
a.imageLink:visited { text-decoration: none; }
a.imageLink:hover {	background-color:#ffffff; text-decoration: none; }

/* links for footer */
.brown a:link{ color:#645544; }
.brown a:visited{ color:#645544; }
.brown a:hover{	color:#000000; background-color:#ECE6D6; }

/* links for register */
a.register:link { color:#1D5998; font-size:12px; font-weight:bold; }
a.register:visited { color:#1D5998; font-weight:bold; }
a.register:hover {	color:#ffffff; background-color:#1D5998; font-weight:bold; }

/* links for main nav */
.main_nav a:link{ color:#1D5998; font-weight:bold; text-decoration: none; }
.main_nav a:visited{ color:#1D5998; font-weight:bold; text-decoration: none; }
.main_nav a:hover{	color:#000000; font-weight:bold; text-decoration: none; background-color:#FEFEFE; }

/* links for secondary nav */
.secondary_nav a:link{ color:#645544; font-weight:bold; text-decoration: none; }
.secondary_nav a:visited{ color:#645544; font-weight:bold; text-decoration: none; }
.secondary_nav a:hover{	color:#000000; font-weight:bold; text-decoration: none; background-color:#ECE6D6; }

/* current profile links */
.module_nav a:link{ color:#1D5998; font-weight:bold; text-decoration: none; }
.module_nav a:visited{ color:#1D5998; font-weight:bold; text-decoration: none; }
.module_nav a:hover{	background-color:#F9F7F2; text-decoration: none; color:#000000; font-weight:bold; }

/***************************************************
customized sitewide link tags
****************************************************/

.title {
	font-size: 18px;
	font-weight: bold;
	color:  #EE4500;
	height: 30px;
	vertical-align:bottom;
	padding-bottom:5px;
	line-height: 22px;
}

.sub_title {
	font-size: 14px;
	font-weight: bold;
	color:  #EE4500;
}

.faded {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.smallText {
	font-size: 9px;
}
.largeText {
	font-size: 12px;
}
.largerText {
	font-size: 14px;
}

.contentheading {
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color:  #EE4500;
}
.header {
	background-image:url(../images/bg_header.gif);
	background-repeat:no-repeat;
	height:72px;
}
.middle {
	background-image:url(../images/bg_middle.gif);
	background-repeat:repeat-y;
}
.middle_top {
	background-image:url(../images/bg_middle_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:3px;
}
.middle_bottom {
	background-image:url(../images/bg_middle_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:12px;
	padding-top:10px;
}
.copyright {
	color:#645544;
	font-size:9px;
	text-align:left;
	padding-left: 2px;
}
.bottom_links {
	font-size:10px;
	color:#645544;
	text-align:left;
	padding-left: 2px;
}
.logo{
	padding-top:10px;
	padding-left:20px;
	text-align:left;
	vertical-align:top;
}
.menu_main{
	vertical-align:top;
	color:#1D5998;
	padding-top:15px;
	padding-right:20px;
	text-align:right;
	height:35px;
}	
.menu_secondary{
	color:#645544;
	padding-right:20px;
	text-align:right;
	height:22px;
	font-size:10px;
}
.free{
	color:#1D5998;
	background-color:#F9F7F2;
	border:1px solid #ECE6D6;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.spacer{
	height:5px;
	width:100%;
	background-color:#FEFEFE;
}
.spacer_small{
	height:2px;
	width:100%;
	background-color:#FEFEFE;
}
.header_left{
	background-color:#D1C59E;
	background-image:url(../images/title_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:18px;
	height:20px;
	text-align:left;
	color: #000000;
}
.header_right{
	background-color:#BDAB75;
	background-image:url(../images/title_right.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:18px;
	height:20px;
	text-align:left;
}
.header_right_white{
	background-color:#BDAB75;
	background-image:url(../images/title_right.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:18px;
	height:20px;
	text-align:left;
	color: #000000;
}
.header_brown{
	background-color:#645544;
	background-image:url(../images/title_brown.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:18px;
	height:20px;
	text-align:left;
	color:#ffffff;
}
.content_left_bg{
	background-image:url(../images/bg_left.gif);
	background-repeat:repeat-y;
	border-bottom:1px solid #BDAB75;	
	border-right:1px solid #FEFEFE;
	font-size:10px;
	text-align:center;
}
.content_right_bg{
	background-image:url(../images/bg_right.gif);
	background-repeat:repeat-y;
	border-left:1px solid #FEFEFE;
	font-size:10px;
	text-align:center;
}
.content_left{
	border-bottom:1px solid #BDAB75;
	border-top:1px solid #BDAB75;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:10px;
	text-align:left;
}
.content_left_stream{
	border-bottom:1px solid #BDAB75;
	border-top:1px solid #BDAB75;
	text-align:left;
}
.content_left_stream2{
	border-left:1px solid #BDAB75;
	border-right:1px solid #BDAB75;
}
.content_left_bottom{
	border-top:1px solid #BDAB75;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:10px;
	text-align:center;
}
.content_left_bottom_stream{
	border-top:1px solid #BDAB75;
	font-size:10px;
	text-align:center;
}
.content_right{
	border-bottom:1px solid #D1C59E;
	border-top:1px solid #D1C59E;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:10px;
	text-align:left;
}
.content_right_stream{
	border-bottom:1px solid #D1C59E;
	border-top:1px solid #D1C59E;
	text-align:left;
}
.content_right_bottom{
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:10px;
	text-align:left;
}
.content_right_bottom2{
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:8px;
	font-size:10px;
	text-align:left;
}
.content_right_rightLine{
	border-right:1px solid #D1C59E
}
.content_right_topLine{
	border-top:1px solid #D1C59E;
}
.content_right_botLine{
	border-bottom:1px solid #D1C59E;
}
.content_center{
	text-align:center;
}
.content{
	text-align:left;
}
.orange{
	color:#EE4500;
}
.blue{
	color:#1D5998;
}
.purple{
	color:#660099;
}
.burgundy{
	color:#990000;
}
.brown{
	color:#663300;
}
.normalText{
	font-weight:normal;
}