body {
    padding: 0px;
    margin: 0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #444444 url(../../../img/background-grad.jpg) repeat-y fixed center top;
	height: 100%;
}
#breadcrumbs {
	font-size: 10pt;
	margin-left: 10px;
	color: #666666;
}
#breadcrumbs a {
	color: #333333;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #0066cc;
}

#container{
    width: 990px;
    margin: auto;
	margin-top: 0px;
    padding: 0px;
	background-color: #ffffff;
	background: #ffffff url(../../../img/right_gradient.jpg) top right repeat-y;	
	position:relative;
	z-index: 1;
}
#header{
	border-bottom: solid 0px #bbbbbb;
	background-color: #ffffff;
	width: 990px;
	position:relative;
	z-index: 2;
}
#header img{
	border: none;
}
/****** SPONSORSHIP ******/
.section_sponsor{
	text-align:center;
	margin: 5px 5px;
	clear:both;
	color: #666666;
	font-size: 8pt;
}
.section_sponsor img{
	border: none;
	margin-top: 3px;
}
/****** COLUMNS LEFT, RIGHT ******/
#left_col{
	width: 690px;
	border-right: solid 0px #bbbbbb;
	float:left;
	padding-top: 10px;
}
#right_col{
	width: 300px;
	float:right;
	margin: 0px;
	padding: 0px;
}
a.social_networking{
	margin-left: 10px;
	font-size: 10pt;
	color: #0B567F;
	text-decoration: none;
	font-weight:bold;
}
.help_bubble {
	z-index: 1;
}

/****** TOOLBAR ******/
#tool_bar{
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 5px 5px;
	font-size: 10pt;
}
#toolbar_header{
	height: 31px;
	background: url(../../../img/account_bar.jpg) no-repeat;
}
#tool_bar h1{
	position: relative;
	top: 6px;
	margin: 0px;
	font-size: 10pt;
	color: #666666;
}
a.prof{
 font-weight: bold;	
}
.tool_bar_menu{
	padding: 5px 0px;
}
#tool_bar a{
	text-decoration:none;
	color:#0B567F;
}
#tool_bar a:hover{
	text-decoration: underline;
}
/****** FOOTER ******/
#footer{
	border-top: solid 1px #bbbbbb;
	border-bottom: 1px solid #BBBBBB;
	background-color: #ffffff;
	padding: 10px;
}
#footer p{
	margin: 0px;
	padding: 0px;
	text-align:center;
	color: #666666;
	font-weight:bold;
	font-size: 10pt;
}
#footer a{
	color: #0B567F;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#bottom_section_links{
	text-align:center;
	font-size: 10pt;
	font-weight: bold;
}
div#subfooter{
		margin: 10px 10px 10px 10px;
		font-size: 8pt;
		color: #666666;
		text-align: center;
}
div#subfooter img{
	width: 100px;
}
div#subfooter div#top{
	margin-bottom: 3px;
}
div#subfooter div#bottom{
	margin-top: 3px;
}
#dotted_line{
	background: url(../../../img/article_dots.gif) repeat-x;
	line-height:5px;
	margin: 0px 0px;
}
#dotted_line_white{
	background: url(../../../img/white_dots.gif) repeat-x;
	line-height:5px;
	margin: 0px 0px;
}
#dotted_line_no_margin{
	background: #ffffff url(../../../img/article_dots.jpg) repeat-x;
	line-height:5px;
	margin: 0px 0px;
}