/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/img02.jpg) repeat-x left top;
    /**background-color: #00AB6F;
	text-align: justify;
	*/
	line-height: 20px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #254360;
}

a {
	color: #0077dd;
	text-decoration: none;
}

ul {
   list-style-image:  url(/images/img01.gif);
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
	background: url(/images/oer-blue-logo.png) no-repeat right top;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
}

#header h2 {
	/**margin: 0 0 0 -80px;*/
	/** padding: 0px 0px 0px 95px;*/
	/*text-transform: uppercase; */
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-variant:small-caps;
	font-weight: bold;
	font-size: 15px;
}

#header a {
	color: #254360;
}
#header a:hover {
	text-decoration: none;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
    font-family:Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(/images/img04.gif) no-repeat right 50%;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu a:active {
	background: #FFFFFF;
	color: #254360;
}

#menu .resourcefinder a{
	background-image: none;
	display: inline;
	float: right; 
	/*width: 150px;*/
	padding: 0px 10px 0px 10px;
	text-align:right;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu .resourcefinder a:hover {
	background: #FFFFFF;
	color: #254360;
}
	
/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 30px 0px 20px 0px;
}

#columnA {
	font-size:9pt;
	float: right;
	width: 538px;
	/*position: absolute;
	left: 200px;*/
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
}
#columnA h1 {
	/*height: 22px;*/
	font-size: 12pt;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;	
	padding-bottom:0px;
}
#columnA h2 {
	/*height: 22px;*/
	font-size: 11pt;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;	
	padding-bottom:0px;
}
#columnA h3 {
	font-size: 10pt;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;	
	padding-bottom:0px;
}

#columnA p {
	margin-top:0px;
	padding-top:0px;
	/*margin:0px; */
}

#columnB {
	float: left;
	/*position: absolute;
	left: 0px;*/	
	width: 200px;
	color: #666666;
}

#columnB h3 {
	/*height: 22px;*/	
	/*border-bottom: 1px dashed #EEEEEE;*/	
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
	color: #254360;
	margin-bottom:10px; 
	margin-top:5px;
}

#columnB li {
	margin: 0px;
	padding: 0px;
}

#columnB p {
	margin:0px; 
	margin-bottom:6px; 
	margin-top:0px;
	font-size: 8pt;
	line-height: normal;
}

#columnB .links {
	display: inline;
	margin: 0px;
	padding: 10px 2px 10px 0px;
}

/** INDENTED TREE */
#tree { padding:5px; width:500px; float: left; font-size:8pt; line-height:normal;}
#tree .level1 { 
	color:#ffffff;  
	font-weight:bold; 
	font-size:10pt; 
	margin-top:10px; 
	padding:3px 0px 3px 3px;
	border-left:10px solid #82A9CE;
	background-color:#254360;
}
#tree .level2 {margin-left:10pt;}
#tree .level3 {margin-left:20pt;}
#tree .level4 {margin-left:30pt;}
#tree .level5 {margin-left:40pt;}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	/*height: 59px;
	background: url(../images/img03.gif) repeat-x left top;*/
	text-align: center;
	border-top: 1px dashed #EEEEEE;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
}

.codeblock {
	background-color:#FFFFCC;
	border:1px dashed #ccc;
	padding:3px;
	font-family:"Courier New", Courier, mono;
	text-align:left;
	font-size:9pt;
}
.tip {color:#82A9CE; }

img.icon {
	background-color:#254360;
	border:0px;
}
