/*Default Elements
----------------------------------*/

html,
body,
#container {
  min-height: 100%;
  /*width: 100%;*/
  height: 100%;
}

html>body,
html>body #container {
  height: auto;
}


/*Main Body Content
----------------------------------*/
body {
  cursor:url('images/155.cur');
  margin: 0;
  padding: 0;
  background-repeat: repeat-x;
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
}

/* Page Header
------------------------------------ */

#header {
  height: 189px;
  margin-right:0px;
  margin-left:0px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
}

/*Container
----------------------------------*/
#container {
  position: absolute;
  top: 0;
  left: 50%;				/* required for centering*/			
  margin-left:-425px;    	/* required for centering*/
  /*background-image: url('images/bg.gif');*/
  background:#000000;
  width:850px;
}

/*Content
----------------------------------*/
#content {
  margin-left: 190px;
  margin-bottom:3em;
  margin-top:30px;
}

/*Left
----------------------------------*/
#left {
  float:left;
  width:140px;
  margin-bottom:3em;
  margin-top:30px;
  display: inline; /*ie fix to prevent double the float value set in margin left*/
  background:url(../images/left.jpg) no-repeat;
}

/*Main Layout
-------------------------------------*/
.main {
	font-size: 14px;
	line-height: 1.5em; 
	padding-left: 0em;
	color: #ffffff;
	font-weight: normal;
	margin-right: 2em;
	font-family:"Comic Sans MS", "Courier New", Verdana;

}

.main2 {
	font-size: 14px;
	line-height: 1.5em; 
	padding-left: 0em;
	color: #000000;
	font-weight: normal;
	margin-right: 2em;
	font-family:"Comic Sans MS", "Courier New", Verdana;

}

.submain {
	font-size: 12px;
	line-height: 1.5em; 
	padding-left: 0em;
	color: #ffffff;
	font-weight: normal;
	margin-right: 2em;
	font-family:"Comic Sans MS", "Courier New", Verdana;

}

.search {
	font-size: 12px;
	line-height: 1.5em; 
	padding-left: 0em;
	color: #ffffff;
	font-weight: normal;
	margin-right: 2em;
	font-family:"Comic Sans MS", "Courier New", Verdana;

}

.update{
color:#FFFFFF;
font-weight:bold;
font-size:14px;
line-height:1.5em;
text-align:center;
font-family:"Comic Sans MS", "Courier New", Verdana;
}

.title {
/*text-align:center;*/
	font-size: 20px;
	color: #FFFFFF;
		font-family:"Comic Sans MS", "Courier New", Verdana;
}

.subtitle {
	font-size: 16px;
	color: #FF0000;	
		font-family:"Comic Sans MS", "Courier New", Verdana;
}

/* General Decoration of Tags
-------------------------------------*/

 .main a, 
 a:link, 
 a:visited, 
 a:active { 
 	font-family:"Comic Sans MS", "Courier New", Verdana;
	text-decoration: none;
    border: none;
	color:#FF0000;
	font-size: 14px;
   	font-weight: normal;
}

.main a:hover {
	font-family:"Comic Sans MS", "Courier New", Verdana;
	text-decoration: none;
    border: none;
	color:#990000;
	font-size: 14px;
   	font-weight: normal;
} 




/* LeftBar Navigation
------------------------------------ */

.leftnav #nav2 { 
	padding: 0.5em 0em 0em 0em;
	list-style: none;
	margin-left:20px;	
}
	
.leftnav #nav2 a, 
.leftnav #nav2 a:link, 
.leftnav #nav2 a:visited,  
.leftnav #nav2 a:active { 
	text-decoration: none;
	border: none;
	color:#FF0000;
	list-style: none;
	font-size: 14px;
   	font-weight: bold;
		font-family:"Comic Sans MS", "Courier New", Verdana;
}

.leftnav #nav2 a:hover {
	text-decoration: none;
	border: none;
	color: #990000;
	list-style: none;
	font-size: 14px;
   	font-weight: bold;
		font-family:"Comic Sans MS", "Courier New", Verdana;
		
}

.formbox {
	margin-right: 0em;
	margin-left: 3em;
}

.border { 
	margin: 0 80px 0 0;
}