body {
	background: #95B9C7;
	font-size: 16px;
}

img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 15px;
	position: relative;
	width: 1200px;
	min-height: 760px;
}

input.hide {
	visibility: hidden;
}

*.bluetop {
	background: #0B3861;
	color: #FFFFFF;
	font: 1.2em bold;
}

table.magissues {
	text-align: center;
	margin-top: 30px;
}

hr {
	text-align: center;
}

h1 .header {
	background: white;
	color: #fff;
	padding: 20px;
	margin: 0;
	border-bottom: 1px solid black;
}

h2.red {
	color: blue;
}

p.articleTitle {
	font-size: 20px;
	text-align: center;
}

p.news {
	font-size: 16px;
	color: #000000;
}

#newsbox a.regular {
	text-decoration: underline;
	color: blue;
}

a.left {
	text-align: left;
	float: left;
	color: black;
	padding-left: 10px;
	font-size: 1.1em
}

a.noline {
	text-decoration: none;
	color: black;
}

a.noline:hover {
	text-decoration: underline;
}

/* This is to display the website submission referral link. I do not want it to show on the webpage but I want it to be there. */
#null {
	position: relative;
	display: none;
}

#news1 p.title, #news2 p.title, #newsbox1 p.title, #newsbox2 p.title, #newsbox p.title {
	font-size: 20px;
	margin: 0;
	padding: 3px 3px 3px 3px;
}

#news1 p.content, #news2 p.content, #newsbox1 p.content, #newsbox2 p.content, #newsbox p.content  {
	font-size: 14px;
	margin: 0;
	padding: 10px 3px 3px 3px;
}

#container { 
	overflow: hidden;
}

#innercontainer {
	float: left;
	height: 100%;
	width: 100%;
	background: white;
	margin: 0;
	padding: 0;
	border-top: 5px solid #95B9C7;
}

html>body #innercontainer {
   float: left;
   width: 100%;
   background: white;
   margin-bottom: 50px;
   padding: 0;
   border-top: 5px solid #95B9C7;
}

html>body #innercontainer {
   float: left;
   height: 100%;
   width: 100%;
   background: white;
   margin: 0;
   padding: 0;
   border-top: 2px solid #95B9C7;
}

#leftcol {
   float: left;
   background: white;
   width: 17%;
   margin-top: 25px;
   /*margin-bottom: -2000px;
   padding-bottom: 2000px;*/
}

html>body #leftcol {
   float: left;
   background: white;
   width: 17%;
  	margin-top: 10px;
}

/* for Internet Explorer */
/*\*/


/* Removed since the comment section was not pushing down the footer. */
/** #midcol {
	height: 50em;
}*/
/**/

#midcol { 
	float: left; 
	background: white;
	width: 62%;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 25px; 
	padding-bottom: 10px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	/*margin-bottom: -2000px; 
	padding-bottom: 2000px;*/
}

html>body #midcol { 
	float: left; 
	background: white;
	max-width: 66%;
	min-height: 900px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
	/*padding-right: 25px; */
	padding-bottom: 30px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#rightcol { 
	float: left; 
	background: white;
	width: 17%;
	margin-top: 25px; 
	height:100%;
	/*margin-bottom: -2000px; 
	padding-bottom: 2000px; */
}

html>body #rightcol { 
	float: left; 
	background: white;
	width: 17%;
	margin-top: 10px;
	/*margin-top: 10px; */
}

#col .col2 { 
	background: #eee; 
}

#header {
	height: 88px;
	left: 0px;
	background-image: url('images/new_logo.jpg');
	background-repeat: none;
	text-align: center;
	padding: 0;
}

#header h1 {
	font-size: 80px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url('images/new_logo.jpg');
}

#navigation p.pushRight {
	float: right;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 0;
	margin: 0;
	color: white;
	font-size: 12px;
}

#navigation p.pushRight embed {
	padding: 0 0 0 0;
}

#navigation {
 	position: absolute;
	top: 90px;
   margin: 0;
   list-style-type: none;
   background: #0B3861;
   float: left;
	/*padding-right: 10px;*/
   width: 100%;
}

html>body #navigation {
   position: absolute;
   top: 90px;
   margin: 0;
   padding: 0;
   list-style-type: none;
   background: #0B3861;
   float: left;
   width: 100%;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
   display: inline;
}

#navigation a {
   display: block;
   float: left;
   padding: .2em 1em;
   text-decoration: none;
   color: white;
   background: #0B3861;
   border-right: 1px solid #fff;
}

#navigation a:hover {
   display: block;
   float: left;
   padding: .2em 1em;
	padding-bottom: 3px;
   text-decoration: none;
   color: #fff;
   background: #BEC4BC;
   border-right: 1px solid #fff;
}

#leftcol dt, #rightcol dt {
   background: #E0E0F8 none repeat scroll 0 0;
   border-bottom: 1px solid black;
   /*border-left: 1px solid black;
   border-right: 1px solid black;*/
   font-weight: bold;
   /*padding-left: 5px;*/
   text-align: left;
   margin: 0;
}

#leftcol dd .noborder, #rightcol dd .noborder {
   background: white none repeat scroll 0 0;
   /*border-left: 1px solid black;
   border-right: 1px solid black;*/
   margin: 0 0px;
   /*padding: 10px;*/
	text-align: left;
}

#leftcol dd, #rightcol dd {
   background: white none repeat scroll 0 0;
   /*border-bottom: 1px solid black;
 	border-left: 1px solid black;
 	border-right: 1px solid black;*/
   color: black;
   margin: 0 0px;
   padding-left: 5px;
}

html>body#leftcol dd, #rightcol dd {
   background: white none repeat scroll 0 0;
   /*border-bottom: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid black;*/
	color: black;
   margin: 0 0px;
   /*padding: 10px;*/
}

#leftcol dt.main, #rightcol dt.main {
	color: black;
   margin: 0px;
   padding-left: 5px;
	padding-top: 5px;
	font-size: 18px;
	height: 30px;
   background: #E0E0F8 none repeat scroll 0 0;
   text-align: left;
   border-bottom: 1px solid black;
  /* border-left: 1px solid black;
   border-right: 1px solid black;*/
	text-decoration: none;
}

#leftcol h2 a, #rightcol h2 a {
   color: black;
   margin: 0px;
   padding-left: 5px;
   background: #E0E0F8 none repeat scroll 0 0;
   text-align: left;
  /* border-left: 1px solid black;
   border-right: 1px solid black;*/
}

#leftcol p, #rightcol p {
	margin: 0;
	padding: 0;
}

#leftcol dd a { 
   color: black;
   display: block;
   font-weight: bold;
   padding: 3px 15px 3px 15px;
   text-decoration: none;
}

/*#rightcol hr {
	text-align: left;
}

html>body */
#rightcol hr {
	text-align: center;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
}

html>body #rightcol hr {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightcol dd a {
   color: black;
   display: block;
	height: 10px;
   font-weight: bold;
   /*padding: 3px 15px 3px 0;*/
	text-align: left;
   text-decoration: none;
}

html>body #rightcol dd a {
   color: black;
	font-size: 12pt;
   display: block;
   font-weight: bold;
	height: 100%;
	text-align: left;
   padding: 3px 15px 3px 15px;
   text-decoration: none;
}

#leftcol dd a:hover {
	background: #BEC4BC none repeat scroll 0 0;
	padding: 3px 5px 3px 5px;
}

#rightcol dd a:hover {
	background: #BEC4BC none repeat scroll 0 0;
	padding: 3px 5px 3px 5px;
}

html>body#leftcol dd a:hover {
	background: #BEC4BC none repeat scroll 0 0;
}

html>body#rightcol dd a:hover {
	background: #BEC4BC none repeat scroll 0 0;
}

#footer {
	bottom: 25px;
	clear: both;
	max-width: 100%;
	background: #0B3861;
	height: 25px;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 14px;
	color: #FFFFFF;
}

#footer a {
	color: white;
	text-decoration: underline;
}

/*----------------News Section---------------- */

#news {
	position: relative;
	left: 5px;
	top: 30px;
	height: 100%;
	width: 725px;
	background: white;
	padding: 0 5px 5px 5px;
}

#news1 {
	position: relative;
	float: left;
	background: white;
	height: 325px;
	margin-left: 5px;
	width: 45%;
}

img.floatLeft {
	float: left;
	margin: 4px;
	padding-right: 3px;
}

#middlenews {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	border-right: 1px solid black;
	float: left;
	background: white;
	height: 280px;
	width: 15px;
}

#news2 {
	position: relative;
	float: right;
	background: white;
	height: 325px;
	width: 45%;
}

img.floatRight {
	float: right;
	margin: 4px;
}

#newsbox {
   position: relative;
   float: left;
   background: white;
   left: 0px;
   width: 97%;
   height: 150px;
   padding-top: 5px;
   margin-bottom: 5px;
   border-top: 1px solid black;
}

#newsbox a {
	text-decoration: none;
	color: black;
}

#newsbox a:hover {
	text-decoration: underline;
	color: blue;
}
#newsbox1 {
	position: relative;
	float: left;
	background: white;
	left: 0px;
	width: 45%;
	height: 150px;
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: 1px solid black;
}

#newsbox2 {
	position: relative;
	float: right;
	background: white;
	left: 0px;
	width: 45%;
	height: 150px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-top:1px solid black;
}

#allnewslink {
	position: relative;
	float: right;
	background: #E0E0F8;
	left: 0px;
	height: 20px;
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid black;
}

#allnewslink a:hover {
	position: relative;
	float: right;
   background: #0B3861;
	left: 0px;
	height: 20px;
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid black;
	color: white;
}
