/* ====== Layout ====== */
body {  
    margin: 0 0 40px 0;
    padding:0;
}

#page {
   width:968px;
   margin: 0 auto 0 auto;  
   padding:43px 10px 13px 12px; 
}


/* ====== Columns ====== */

#side-nav {
   float:left;
   width:165px;
}

#main-content {
   float:left;
   margin-left:10px;
   width:566px;   
}

#side-rail {
   float:right;
   width:216px;   
}


/* ====== Content Defaults ====== */

body {  
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size: 13px; 
    background-color: #eeeeee;
    border-top:5px solid #a8a8a8;
}


#page {  
   background: #FFFFFF;
}

#content-container {
   background: #FFFFFF url(../images/columns-bgrd.png) top left repeat-y;
   padding-bottom:50px
}

#content {	
	border:0px;
	height:1000px;
	width:542px;
}

img { border:0; }
div,ul,li,p,h1,h2,h3,h4,h5,h6,td,tr,table { margin:0;padding:0;font-weight:normal;}
.clear{clear:both;}
h1{font-size:18px;}
h2{font-size:17px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:14px;}
h6{font-size:13px;}
ul{list-style: none;}
.align-left{text-align: left;}
.align-right{text-align: right;}
.align-center{text-align: center;}

a:link {color:#b21c3f;text-decoration: none;}
a:visited {color:#e7273c;text-decoration:none;}
a:hover {color:#8c001f;text-decoration:underline;}

.heading
{
   color:#89AE35;
   text-decoration: none;
   font-weight:bold;
   font-size:16px;
   margin-bottom:20px;
}
a.emphasis:link {
   color:#b21c3f;
   text-decoration: none;
   font-weight:bold;
   font-size:16px;
}

a.emphasis:visited {
   font-weight:bold;
   font-size:16px;
}

div.divider {
   background: #FFFFFF;
   height:8px;
}

h1 {
   text-transform: uppercase;
   color:#6f842b;
   margin:0 0 20px 0;
}

h2 {
   font-size:18px;
   text-transform: uppercase;
   color:#FFFFFF;
}


h3 {
   font-size:14px;
   color:#333333;
}

p { 
   margin:0; 
   padding:0 0 15px 0;
   line-height: 1.5em;
}

ul {
	line-height: 1.5em;
	list-style:disc;
	margin-left:15px;
	margin-right:15px;
}

.subtext {font-size:10px;}


/* ====== Header ====== */
#header {
   border-bottom:10px solid #b21C3F;
}

#header-divider-ie-fix {
   height:7px;
}


/* ====== Side Nav ====== */
#side-nav a,
#side-nav a:visited  {
   font-size:18px;
   text-transform: uppercase;
   color:#FFFFFF;
   display:block;
   background: #a5c952;
   margin:7px 7px 7px 9px;
   padding:12px 8px 10px 8px;
}

#side-nav a:hover {
   background:#FFFFFF;
   color:#768a34;
   text-decoration: none;
}

/* ====== Rail ====== */

#side-rail-container {
   margin:0 15px 0 15px;
   font-size:12px;
   color:#333333;
}

#side-rail-container h2 {
   margin:30px 0 8px 0; 
}

#side-rail-container h3 {
   margin:0 0 4px 0; 
}

#bContinue
{
	position:relative;
	float:right;
}