* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #FFFFFF; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #eee; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
body {
	font-size: 70%;
	color: #FFFFFF;
}
p {padding: 7px 0 7px 0;}

a {
color: #FFFFFF;
}
a:hover{
color: #FFFFFF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 1em;
}
h2 {
color:#FF6600;
text-transform: lowercase;
font-style:normal;
font-size: 1.4em;
}
h3 {
color:#FF6600;
text-transform: lowercase;
font-style:normal;
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
	width: 800px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 100%;
	background: #333333 url('/uploads/En/O8/EnO85cYIkPOKibXcSf2UYQ/content_grey.gif') repeat-y; /*** This is our faux columns ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
height: 49px;
  background: url('/uploads/ah/IF/ahIF8_ApzgaLoajGhjLi5Q/topbar_bkg1.gif') 0 0 no-repeat;
}

/* Sets where the header mvimages will go */
#header img.logo1 {
  position: relative;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.logo2 {
  position: relative;
  z-index: 2;

  top: -11px;
  left: 140px;
}

/**************************
MAIN MENU
**************************/

#mainMenu {
  position: relative;
  height: 31px;
  background-color: #666666;
  text-transform: lowercase; 
  font-weight: bold; 
  font-size: 1em;
}

#mainMenu ul{width:600px; position:absolute; top:10px; left:195px; list-style-type:none; }
#mainMenu ul li{float:left; list-style-type:none; margin: 0 0 0 30px; text-align:right; }
#mainMenu ul li a{ color:#fff; display:block; text-align:center; text-decoration:none; list-style-type:none;}
#mainMenu ul li a:hover{color:#ff6600; border:none; text-decoration:none; list-style-type:none;}

#mainMenu ul li.login{width:40px; color:#666666; text-align:center; border:none; text-decoration:none; list-style-type:none;}
#mainMenu ul li.login a{display:block;  color:#666666; text-align:center; text-decoration:none; list-style-type:none;}
#mainMenu ul li.login a:hover{width:40px; color:#ff6600; text-align:center; border:none; text-decoration:none; list-style-type:none;}

#mainMenu p.toggle{color:#fff; position:absolute; top: 7px; left:3px; text-align:right; text-transform: lowercase; font-weight: bold; font-size: 0.95em;}
#mainMenu p.toggle a{color:#fff;border:none; text-decoration:none; list-style-type:none;}
#mainMenu p.toggle a:hover{color:#ff6600; border:none; text-decoration:none; list-style-type:none;}


/**************************
FLASH
**************************/

#flashArea {
  position: relative;
  height: 200px;
  background-color: #000000;
}
	
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 195px;  
}
* html .outer {
padding-right: 5px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 680px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 790px; /*** Align Content column ***/
margin-left: -190px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 660px;
}

#contentIndex {
float: left;
width: 790px;
top: -2px;
position: relative;  /*** IE needs this  ***/
}

* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 0px;
}
.contentWrap ol, .contentWrap ul {
margin: 0px 0px 0px 0px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 120px;
padding: 5px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

/**************************
FOOTER
**************************/
#footer {
width: 800px;
height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
background: #666666 url('/uploads/ak/6-/ak6-3PlDrwvDwbluNIVrKg/footer.gif') repeat-x;
}

/**************************
FOR LOGIN BOX
**************************/


#login {

color:#000000;

font-family:verdana,tahoma,arial,helvetica,"sans serif";

font-size:8pt;

margin:0cm 0cm 0cm 11cm;

padding:0px 0px 4px;

}

#login a {

color:#000000;

font-weight:normal;

letter-spacing:0px;

margin-right:18px;

font-size: 8pt; 

}

.loginBox {

display:inline;

font-size:8pt;

}

.loginBox input {

margin-top: 0.75cm; 

font-size:8pt;

}