/*
Main Color: 990134
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}
a { color:#990134; text-decoration:none; }
a:hover { color:#999999; text-decoration:underline; }
li {  
	font-size: 11px;
  color: #555;
}
#imgTitle{
	margin:-1px;
}
#container {
  margin: 0 auto;
  position: relative;
}
#header_container {	
	height: 120px;
	background-image: url('/_img/header_back.jpg');
}
#logo {
	position:absolute;
	top:30px;
	left:40px;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
}
#center_header{
	position:relative;
	width:767px;
	background-image: url('/_img/header_raised_back.jpg');
	height:120px;
	border-left:1px solid #9B3946;
	border-right:1px solid #9B3946;
}
#left_col{
	border-right: 1px solid #CCCCCC;
	text-align:left;
}

#staffTable {
	border-collapse:collapse;
	padding:0;
	margin:0;
	border:0;
}
ol { 
	padding:0;
	margin-top:3px; 
	margin-left:3px;
}
ol.topMenu li { 
	list-style-type: none; 
	display: inline;
	font-size:11px;
}
ol.sideMenu { 
	list-style-type: none; 
}
div { 
	border:1px solid; 
}
tr { 
	vertical-align:top; 
}
a.newsAbstract { 
	text-decoration:none; 
}
div.newsContent { 
	margin-top:10px; 
}
a.headingLink { 
	text-decoration:none; 
}
ol { 
	list-style-type:square;  
}
ol.sideList {
	padding-left:10px;

}
div.sideEntry { 
	margin:5px; padding:5px;
}
div.newsArticle { 
	border:0; 
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC; 
}
#clearFloat { 
	clear:both; 
	border:0; 
}
#sideBar { 
	padding:15px; 
	vertical-align:top; 
	color:#888888;
	
}
#footer { 
	width:767px; 
	color:#666666; 
	font-size:10px;
}
#footerTable{
	width:100%;
}
#staticLink{
	color:#888888;
}
#staticLink:hover{
	text-decoration:none;
	color:#888888;
}
#contentTable { 
	width:767px; 
}
#mid_col { 
	width:530px; 
}
#right_col { 
	width:200px; 
	text-align:left;
}
#pageContent { 
	padding:20px; 
	color:#666666; 
}
#dedoko { 
	text-align:right; 
	color:#666666; 
	font-size:10px; 
}
#dedoko a {
	color:#666666;
	text-decoration:none;
}
#dedoko a:hover{
	color:#990134;
}
h1 { 
	font-size:14px; 
	font-weight:bold; 
	color:#990134; 
}
h2 { 
	font-size:12px; 
	font-weight:bold; 
	color:#990134; 
}
h3 { 
	font-size:11px; 
	font-weight:bold; 
	color:#333333; 
	margin-bottom:5px; 
}
#sideMenuTitle{
	padding-left:3px;
}
#textPos{
	margin-top:87px;
	text-align:left;
	margin-left:9px;
}
#squareone{
	background-color:#902433;
}
#squaretwo{
	background-color:#9B3946;
}
#squarethree{
	background-color:#A54F58;
}
#squarefour{
	background-color:#B0646E;
}
#squarefive{
	background-color:#BC7B83;
}


table.inputform input,textarea {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#inner_container{
	background-image: url('/_img/bgcolor.jpg');
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 0px;
	width:769px;
	position:relative;
}	
#menu_container {
	height: 115px;
	background-repeat: no-repeat;
	text-align:center;
	margin-top:0px;
	padding-top:1px;
	position:relative;
}
#flashImage{
	width: 755px;
	height: 220px;
	margin-bottom:5px;
	margin-top:4px;
	
}

/* The magic that makes the menu work*/

ol#topMenu li:hover ol, ol#topMenu li.over ol  { 
 display: block; 
} 
ol#topMenu li { 
	padding-top:0;
	float:left;
	margin:0;
	position:relative;
	list-style-type:none;
}
ol#topMenu li a { 
	list-style-type:none;
	margin-left:3px;
	display:block; 
	width:147px;
	height:110px;
	border:1px solid;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}

ol#topMenu li a:hover { 
	background-color:#CE9FA6;
}
ol#topMenu li ol {
  display: none;
  margin: 0;
  padding: 0px;
	padding-top:3px;
	margin:-5px;
  list-style-type: none;
  border: 0px solid #990134;
  position: absolute;
  width: 147px;
  left: 5px;
  top: 116px;
}
ol#topMenu li ol li{
  height: auto;
}
ol#topMenu li ol li a {
  display: block;
  padding: 5px;
	padding-left:10px;
	height:16px;
	text-align:left;
	font-size:12px;
	width:215px;
	background-color:#9B3946;
}
ol#topMenu li ol li a:hover {
  color: #ffffff;
  background-color: #A54F58;
}

/*TinyMce alignment*/
img.ral { float:right; margin:10px; }
img.lal { float:left; margin:10px; }

div { border:0px solid red; }
table td { border:0px solid green; }


/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

