*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "verdana", sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #555;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(grad.png);
        background-repeat: repeat-x;

}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	width: 776px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	
	
	/*top: 4.5em;*/
	/*margin: 2em;*/
}

/* Header */

#header
{
	position: absolute;
	/*top: 4.5em;*/
	height: 78px;
	width: 100%;
}




#header h1
{
	position: absolute;
	top: 1.2em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #fff;
}

#header h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu_new
{
	position: absolute;
	width: 100%;
	top: 78px;
	left: 0em;
	background: #97ca4d url('images/grad3.gif') right no-repeat;
	
}

#menu_home
{
	position: absolute;
	width: 100%;
	top: 78px;
	left: 0em;
	background: #97ca4d url('images/grad3.gif') right no-repeat;
	
}




/* Content */
#content
{
	line-height: 1.7em;
	padding-top: 100px;
}

#content p
{
	margin-bottom:1.5em;
	
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -16px;
	margin: 0em -22px 0.8em 0em;
	color: #333;
	padding: 0.2em 1.2em 0.4em 0.5em;
	font-size: 1.0em;
	background: #fff url('images/x2.gif') top left repeat-x;
}




#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}


#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}



/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 21em 0em 0em;
	padding: 1.5em;
}
#subContent
{
	margin: -2em 0em 0em 0em;
	padding: 1.5em;
	

}
/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 14em;
	padding: 1.5em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 18.1em;
	padding: 1.5em;
	
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/y2.gif') top left repeat-x;
}
/*addons*/

 .columnleft img {float: left; margin-right: 15px; margin-bottom: 1px;}
 .columnright img {float: right; margin-left: 15px; margin-bottom: 1px;}
 .ccalogo img
 {
 position: absolute;
 top: 3px;
 left: 580px;
 
 }





/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}


.tabberlive {
 margin-top:1em;
}


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0px 0px 0px;

 font: bold 10px Verdana, sans-serif;
 


}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 color: #000;
 
}

ul.tabbernav li a
{
 padding: 5px 6px 5px 6px;
 margin-left:0px;
 border: 1px solid #778;

 background: #99ccff;
 text-decoration: none;
 color: #000;
 
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #ebdf5d;
 

}

ul.tabbernav li.tabberactive a
{
 color: #000;
 background-color: white; /*#96ca4c;*/
 border-bottom: 1px solid white;
 
 

}

ul.tabbernav li.tabberactive a:hover
{
 color:#000;
 background: white; /*#96ca4c;*/

 


}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
border-bottom: 1px solid; 
border-left: 1px solid;
border-right: 1px solid;  
 padding:5px;
 border-top:0;
 width: 478px;

 

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /*overflow:auto;*/
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



/* input forms */





/*Text inputs*/
.textinput, .textinputHovered {
	background: #F0F8FF;
	width:124px;
	height:15px;
	padding:4px 8px;
	border: 1px solid rgb(153,153,255);
	color: #003366;
	font-size: 11px;

}
.textinputHovered {
	background-position:left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	font-size: 12px;
	padding:2px 5px;
	cursor:pointer;
	background:url(images/button.gif) no-repeat left top;
	border:none;
}

.buttonSubmit2, .buttonSubmitHovered {
	width:138px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	cursor:pointer;
	background:url(images/ac_blank.gif) no-repeat left top;
	border:none;
}

.buttonSubmitHovered {
	background-position:left bottom;
}


.courseinfo {
 width: 491px;
 margin-left: 15px;
 padding-top: 5em;
}

.coursemiddle{
 width: 491px;
 margin-left: 15px;

}

