html, body {
	margin: 0 auto;
        padding: 0;
        background-color: #fff;
        text-align: center;
        font-size: 0.9em;
        font-family: Lucida Grande, Lucida, Arial, sans-serif; 
        line-height: 150%;
        color: #444;
        scrollbar-face-color: #0091de;
        scrollbar-track-color: #fff;
        scrollbar-arrow-color: #fff;
	}


#container {
	width: 1000px;
	margin: 0 auto;
        text-align: left;
	}

#header {
	width: 980px;
	height: 120px;	
	padding: 0;
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: 1px solid #0091de;
	}

#headwrapper {
	float: left;
	width: 980px;
	margin: 0;
        padding: 0px;
        text-align: left;
	}

#headcenter {
	margin: 25px 250px 0px 450px;
        text-align: left;
        color: #fff;
        font-size: 12px;
        color: #0091de;
        line-height: 150%;
	}

#headleft {
	float: left;
	width: 450px;
	margin-left: -980px;
        margin-top: 0px;
        padding: 0px;
	}

#headright {
	float: left;
	width: 250px;
	margin-left: -250px;
	margin-top: 0px;
        text-align: right;
	}


#logo {
	width: 1000px;
	height: 140px;	
	padding: 0;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
	}


#wrapper {
	float: left;
	width: 1000px;
	margin: 0;
        text-align: left;
	}

#content {
	margin: 20px 10px 20px 10px;
        padding: 0px;
        text-align: left;
	}

#left {
	float: left;
	width: 10px;
	margin-left: -990px;
        margin-top: 75px;
	}

#right {
	float: left;
	width: 10px;
	margin-left: -10px;
	margin-bottom: 0px;
	margin-top: 75px;
        padding: 0px;
	}


#footer {
	width: 50%;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #0091de;
        position: fixed;
        bottom: 0px;
        height: 20px;
        padding: 3px 0px 0px 0px;
        margin: 0px 25% 0px 25%;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	}


#footer .white {
	color: #fff;
	font-size: 12px;
        padding-top: 0px;
	}




/* Additional styles */



h1 {
	color: #0091de;
        font-size: 1.2em;
        line-height: 150%;
        margin-top: 0px;
	}

h2 {
	color: #666;
        font-size: 1.0em;
        margin-top: 5px;
        margin-bottom: 0px;
	}


h3 {
	color: #006600;
        font-size: 1.0em;
        text-transform: uppercase;
        margin-top: 7px;
        margin-bottom: -5px;
	}


ul     { list-style-image:url(/img/layout/list.gif); }

li     { margin-bottom: 5px; margin-left: -20px}

hr     { color: #0091de; background-color: #0091de; height: 1px; border: none}

td     { font-size: 0.83em; line-height: 150%}

a      {
	color: #0091de;
	text-decoration: none;
	}

a:hover {
	color: #0091de;
	text-decoration: underline;
	}

.blue {font-size: 12px; color: #0091de; font-weight: normal}
a.blue { text-decoration: none}
a.blue.hover {text-decoration: underline}

a.white {font-size: 11px; color:#fff; text-decoration: none}
a.white.hover {color:#fff; text-decoration: underline}

a.link3 {font-size: 11px; color:#FFFFFF; text-decoration: none}
a.link3:hover{color:#FFFFFF; text-decoration: underline}

a.whitelink {color:#fff; text-decoration: none}
a.whitelink:hover{color:#fff; text-decoration: underline}




/*---------------------------- Tabs  ---------------------------*/
	
/* tab pane styling */

.panes div {
	display: none;		
	padding: 20px 20px;
	border: 1px solid #0091de;
	border-top: 0;
	height: 450px;
	font-size: 14px;
	background-color: #0091de;
}

.panes div img {border: 1px solid #fff; float: left; margin-right: 20px; }

.panes div p {color: #fff;}

.panes div a {color: #fff;}


/* root element for tabs  */

ul.tabs { 
	list-style:none; 
	margin: 0 !important; 
	padding: 0;	
	border: 1px solid #0091de;	
	height: 30px;
}

/* single tab */

ul.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0;
	list-style-image:none; 
}

/* link inside the tab. uses a background image */

ul.tabs a { 
	background: #fff;
	font-size: 12px;
	display: block;
	height: 30px;  
	line-height: 30px;
	text-align: center;	
	text-decoration: none;
	color: #0091de;
	padding: 0px 5px 0px 5px;
	margin: 0px;	
	position: relative;
	top: 0px;
	border-right: 1px solid #0091de;	
}

ul.tabs a:active {
	outline: none;	text-decoration: none;	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: #ccc;	
	color: #fff;
        text-decoration: none;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #0091de;		
	cursor: default !important; 
	color: #fff !important;
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}



