@charset "utf-8";
/* CSS Document */
#topleft {
	margin-bottom:10px;
	background:#D2D0E6;
	padding:10px;
	border:1px double #0033FF;
}
#nobackground {
	margin-bottom:10px;
}

/*news divs*/
.leftdiv {
	width:727px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	display:inline;
	margin-right: 10px;
	z-index:1;
}
.container {
	height:600px;
	width:860px;
	padding:0px;
}
.newscontainer {
	margin-bottom:10px;
	background-color:#FFFFFF;
	padding:10px;
	border:1px double #0033FF;
}

.index_newscontainer {
	margin-bottom:10px;
	background-color:#FFFFFF;
	padding:10px;
	border:1px double #0033FF;
}
.index_newscontainer:hover {
	border:1px double #6C140B;
}
/*Right divs*/
.collum_back_top {
	width:240px;
	height:10px;
	background-position:top;
	background-image: url(../images/collum%20back_top.png);
	background-repeat:no-repeat;
	z-index:5;
}

.collum_back_btm {
	width:240px;
	height:10px;
	background-position:bottom;
	background-image: url(../images/collum%20back_btm.png);
	background-repeat:no-repeat;
	z-index:5;
}
.divright {
	width:240px;
	background:url(../images/collum%20back.png);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	display:inline;
	background-color:#FFFFFF;
}
.boxes {
	text-align:center;
	width:220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.subboxes {
	text-align:center;
	margin:0px;
}

/*Text Styles*/

.contact {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px;
}
.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:0px;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	word-spacing: normal;
	margin:0px;
	text-align:justify;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	font-size:x-large;
	color:#FF0000;
	text-align: center;
	margin:0px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:12pt;
	color:#Ed9121;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	color:#6C140B;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#pointer {
	cursor: pointer;
}

