/* Global Styles */
.left{
	float: left;
}
.right{
	float: right;	
}
body{
	background-color: #000000; 
}

a {
  color: #abc8e9;
	text-decoration: none;
}
a:visited {
  color: #abc8e9;
}
a:hover {
  color:#FFFF00;
	text-decoration: underline;
}

/* Site Layout */
div#container{
	width: 760px;
	margin: auto;	
}
/* Menu */
div#menu-container{
	margin: auto;
	color: #333333;
	width: 100%;
	background-image: url(../images/layout/menu_M.png);
	background-repeat: repeat-x;
	height: 52px;
}
div#menu-container div#menu{
	padding-left: 15px;
	padding-top: 17px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
div#menu-container div#menu a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 2px;
	font-weight: 300;
}
div#menu-container div#menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
div#menu-container div#menu a:hover{
	color: #FFFF00;
	text-decoration: underline;
}
/* Content */
div#content{
	margin: 0px;
	background-image: url(../images/layout/border_bkg.png);
	background-repeat: repeat;
}
div#content div.topBorder{
	margin-top: 1px;
	width: 100%;
	height: 12px;
	background-image: url(../images/layout/border_top.png);
	background-repeat: repeat-x;
}
div#content td#leftBorder{
	background-image:url(../images/layout/border_L.png);
	background-repeat: repeat-y;
	width: 6px;
	height: 100%;
}
/* Included page */
div#content td#include{
	width: 748px;
}
div#content td#include h1{
	margin-top: 16px;
}
/* UserPanel */
div#content div.userPanel{
	float: left; 
	margin-right: 10px; 
	margin-top: 20px ;
	width: 150px;
}
div#content div.userPanel td.content{
	width: 144px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
div#content div.userPanel .notice{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #FFFF00;
	background-color: #FF0000;
}
div#content div.userPanel div#inbox{
	font-size: 18px;
	color: #FFFFFF;
}
/* Right border */
div#content td.rightBorder{
	background-image:url(../images/layout/border_R.png);
	background-repeat: repeat-y;
	width: 6px;
	height: 100%;
}
/* Footer */
div#content div#footer{
	color:#FFFFFF;
	font-size:10px ;
	margin-left: 7px;
	margin-right: 7px;
}
div#content div#footer a:hover{
  color: #FFFF00 ;
}
div#content div#footer div#compliance{
	float: left;
}
div#content div#footer div#copyright{
	text-align: right;
}
/* Bottom Border */
div#content div.btmBorder{
	width: 100%;
	height: 12px;
	background-image: url(../images/layout/border_btm.png);
	background-repeat: repeat-x;
}
