﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #c0c0c0;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
    font-size:10pt;
}
a:visited
{
    color: #505abc;
    font-size:10pt;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
    font-size:10pt;
}
a:active
{
    color: #12eb87;
    font-size:10pt;
}

p
{
  line-height:18px;
  text-align:justify;
}

.footnote
{
  line-height:18px;
  text-align:justify;
  font-size:7pt;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
    background-color:white;
    width:100%;
    margin-bottom: 0px;
    height:111px;
}

#menu
{
    position: absolute;
    right: 10px;
    top: 90px;
    font-family:Verdana;
    font-size:10pt;
}

.sidecontent
{
	position: absolute;
	right: 110px;
	top: 120px;
	background-color:white;
	width:20%;
	border-left:dashed 1px grey;
	height:500px;
}


#greyline
{
	background-color:#ececec;
	height:3px;
	width:100%;
}

#redline
{
	background-color:#ff2b06;
	height:3px;
	width:100%;
}

#main
{
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    margin-bottom: 0px;
    _height: 0px; /* only IE6 applies CSS properties starting with an underscrore */
}
.footer
{
    color: #999;
    padding: 5px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    border-top:1px dashed #aca9a9;
}

p
{
 line-height:15pt;
}

.labelparagraph
{
    line-height:5pt;
}

.labeldescription
{
    line-height:15pt;
}

.twocolumncontent
{
	width:70%;
	text-align:justify;
	font-family:Verdana;
	font-size:10pt;
	margin-left:20px;
    white-space:normal;
    overflow:auto;
    padding-right:12px;
}

.onecolumncontent
{
	width:95%;
	text-align:justify;
	font-family:Verdana;
	font-size:10pt;
	margin-left:20px;
	
}
.BreadCrumb
{
	padding-top: 10px;
}
.SectionHeading
{
	padding-top:10px;
	font-family:Verdana;
	font-size:10pt;
	font-weight:bolder;
	color:Black;
}

.SubSectionHeading
{
	padding-top:10px;
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}
.validation-summary-errors
{
  color:Red;
  text-align:center;
}

li
{
     text-align:left;
}
.field-validation-error
{
	color:Red;
}

.leftNavigationBorder
{
    background-image:url('/content/images/File1_07.gif'); 
    background-repeat:repeat-y;
}

.rightNavigationBorder
{
    background-image:url('/content/images/File1_09.gif'); 
    background-repeat:repeat-y;
}

.normalcontent
{
    font-family:Verdana;
	font-size:10pt;
	text-align:justify;
	line-height:18px;
	vertical-align:top;
}
