
/*
-----------------------------------------------
COLORS

Gray: #58585B
Yellow: #FFDD17
Red: #ED1C24
Blue: #213F99
----------------------------------------------- */

body {
	background: white; 
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 1; 
	color: #58585B; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	margin:0;
	padding:0;
	line-height: 1.5em;
	
}
ul.b {list-style-type:square;
}

ul.c {list-style-type:decimal;
}

ul.news {list-style-type:circle;
color:#7F3E98;
margin-left:-10;

}

a:link {color:#213F99; text-decoration: none;}
a:visited {text-decoration: none;color:#213F99;}
a:hover {text-decoration: underline;color:#213F99;}
a:focus {text-decoration: underline;color:#213F99;}
a:active {text-decoration: underline;color:#213F99;}

h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 12px; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; }

h1 { font-size: 28px; 
margin-top: 0px;
font-family:Georgia, "Times New Roman", Times, serif; 
font-weight:100; 
color:#ED1C24;  }

h2 { font-size: 20px;
color:#FFDD17; font-weight:100; }

h3 { font-size: 16px;
color:#ED1C24; font-weight:100;
margin-bottom: 9px;   }

h4 { font-size: 18px;
}



#nav {
	color:#FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: center;
	}

#nav a:link {text-decoration:none;color:#FFF;}
#nav a:visited {text-decoration:none;color:#FFF;}
#nav a:hover {text-decoration:none;color:#F7045A;}
#nav a:focus {text-decoration:none;color:#F7045A;}
#nav a:active {text-decoration:none;color:#F7045A;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 355px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#sidecolumn{
margin-left: 580px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
border-left:thin;
border-left-color:#757575;
}

#leftcolumn{
float: left;
width: 560px; /*Width of left column in pixel*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 20px; /*Width of right column in pixels*/
margin-left: -340px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	clear: left;
	width: 100%;
	background: #FFF;
	color: #999;
	line-height: 1.5em;
	}

#footer a:link {color:#999; text-decoration: none;}
#footer a:visited {text-decoration: none;color:#999;}
#footer a:hover {text-decoration: underline;color:#213F99;}
#footer a:focus {text-decoration: underline;color:#213F99;}
#footer a:active {text-decoration: underline;color:#213F99;}


.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#anchors 	{	
	font-size: 11px;
	padding-right: 15px;
	text-align: left;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 5px; 
	}
#anchors a:link {color:#213F99; text-decoration: none;}
#anchors a:visited {text-decoration: none;color:#213F99;}
#anchors a:hover {text-decoration: underline;color:#213F99;}
#anchors a:focus {text-decoration: none;color:#213F99;}
#anchors a:active {text-decoration: none;color:#213F99;}

#anchors_news 	{	
	font-size: 11px;
	padding-right: 0px;
	text-align: right;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 0px; 
	}
#anchors_news a:link {color:#FFDD17; text-decoration: none;}
#anchors_news a:visited {text-decoration: none;color:#FFDD17;}
#anchors_news a:hover {text-decoration: underline;color:#FFDD17;}
#anchors_news a:focus {text-decoration: none;color:#FFDD17;}
#anchors_news a:active {text-decoration: none;color:#FFDD17;}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

/* Gradient transparent - color - transparent */
		
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}