/* CSS Document */

body {
	margin:0px; 
	padding:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) no-repeat fixed;}

#container {
	width:960px;
	}
#header1{background-color:#000066;
border-bottom:1px solid #000033;}
.headerinner {width:960px;}
#status{background-image:url();
		background-color:#000066;
		border-bottom:1px solid #000000;
		border-top:1px solid #000000;
		font-size:70%;
		padding:3px 0px 3px 10px;}

#status a:link{text-decoration:none; color:#CCCCCC;}
#status a:visited{text-decoration:none;}
#status a:active{text-decoration:none;}	
#status a:hover{color:blue; text-decoration:underline;}


#topnav{background-color:#000033;}
.toplink {padding:5px;
          font-size:70%;
		  font-weight:bold;
		  text-align:center;
		  border-right:1px solid #FFFFFF;
		  border-top:1px solid white;
		   border-bottom:1px solid white;
		  }
		  
.toplink a:link{text-decoration:none; color:#CCCCCC;}
.toplink a:visited{text-decoration:none; color:#CCCCCC;}
.toplink a:active{text-decoration:none; color:#CCCCCC;}
.toplink a:hover{text-decoration:none; color:#CCCCCC;}
#bottomnav{
		padding:5px; 
		font-size:70%;
		text-align:center;}
#footer{
		padding:20px; 
		text-align:center;
		font-size:70%;}

#wrap{/* contains the floatbox div */
       width:;}
	
#floatbox{/* contains column divs */}
.clear {/* clear columns */
		clear:both;
		height:0px; 
     	margin:0px;
     	font-size: 1px;
     	line-height: 0px;
		}

#column1{float:left; width:500px;}
#column2{float:right; width:440px;}

#content{
	margin:20px;
	min-height:300px;
	}
#rightContent {margin:20px 0px 20px 0px;}
/* COMMON TEXT STYLES  */
h1{font-size:110%;}
h2{font-size:90%;}
h3{font-size:80%;}

.bold{font-weight:bold;}
/* standard text size */
.normal{
	font-size:75%;
	}
.nBold{
	font-size:75%; 
	font-weight:bold;
	}
.nUL{
	font-size:75%; 
	text-decoration:underline;
	}
.nBoldUl {
	font-size:75%; 
	font-weight:bold; 
	text-decoration:underline;
	}
	
/* small text */
.small{
	font-size:65%;
	}
.sBold{
	font-size:65%; 
	font-weight:bold;
	}
.sUL{
	font-size:65%; 
	text-decoration:underline;
	}
.sBoldUl {
	font-size:65%; 
	font-weight:bold; 
	text-decoration:underline;
	}

/* large text */
.large{
	font-size:85%;
	}
.lBold{
	font-size:85%; 
	font-weight:bold;
	}
.lUL{
	font-size:85%; 
	text-decoration:underline;
	}
.lBoldUl {
	font-size:85%; 
	font-weight:bold; 
	text-decoration:underline;
	}

/* special text */
.header{}
.title{}
.label{}
.alert{font-weight:70%; color:red;}

/* colors */
.red {color:#FF0000;}
.blue {color:#000099;}
.yellow {color:#FFFF00;}
.green {color:#006633;}
.black {color:#000000;}
.white {color:#FFFFFF;}
.grey {color:#999999;}


.mono {font-family:"Courier New", Courier, monospace;}
.serif {font-family:Georgia, "Times New Roman", Times, serif;}
.san-serif{font-family:Arial, Helvetica, sans-serif;}

.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.alignCenter {text-align:center;}
/* PADDING OPTIONS */
.pd5All {padding:5px;}
.pd10All {padding:10px;}
.pd15All {padding:15px;}
.pd20All {padding:20px;}

.pd5R {padding-right:5px;}
.pd10R {padding-right:10px;}
.pd15R {padding-right:15px;}
.pd20R {padding-right:20px;}

.pd5L {padding-left:5px;}
.pd10L {padding-left:10px;}
.pd15L {padding-left:15px;}
.pd20L {padding-left:20px;}

.pd5RL {padding-right:5px; padding-left:5px;}
.pd10RL {padding-right:10px; padding-left:10px;}
.pd15RL {padding-right:15px; padding-left:15px;}
.pd20RL {padding-right:20px; padding-left:20px;}

.pd5TB {padding-top:5px; padding-bottom:5px;}
.pd10TB {padding-top:10px; padding-bottom:10px;}
.pd15TB {padding-top:15px; padding-bottom:15px;}
.pd20TB {padding-top:20px; padding-bottom:20px;}

.pd5T {padding-top:5px;}
.pd10T{padding-top:10px;}
.pd15T{padding-top:15px;}
.pd20T{padding-top:20px;}

.pd5B{padding-bottom:5px;}
.pd10B{padding-bottom:10px;}
.pd15B{padding-bottom:15px;}
.pd20B{padding-bottom:20px;}

/* MARGIN OPTIONS */
.m5All {margin:5px;}
.m10All {margin:10px;}
.m15All {margin:15px;}
.m20All {margin:20px;}

.m5R {margin-right:5px;}
.m10R {margin-right:10px;}
.m15R {margin-right:15px;}
.m20R {margin-right:20px;}

.m5L {margin-left:5px;}
.m10L {margin-left:10px;}
.m15L {margin-left:15px;}
.m20L {margin-left:20px;}

.m5RL {margin-right:5px; margin-left:5px;}
.m10RL {margin-right:10px; margin-left:10px;}
.m15RL {margin-right:15px; margin-left:15px;}
.m20RL {margin-right:20px; margin-left:20px;}

.m5TB {margin-top:5px; margin-bottom:5px;}
.m10TB {margin-top:10px; margin-bottom:10px;}
.m15TB {margin-top:15px; margin-bottom:15px;}
.m20TB {margin-top:20px; margin-bottom:20px;}

.m5T {margin-top:5px;}
.m10T{margin-top:10px;}
.m15T{margin-top:15px;}
.m20T{margin-top:20px;}

.m5B{margin-bottom:5px;}
.m10B{margin-bottom:10px;}
.m15B{margin-bottom:15px;}
.m20B{margin-bottom:20px;}
