@charset "utf-8";
/* CSS Document */


/*General CSS layout idea from CSS Zen Garden Book - Page 91*/




#header {clear: both; text-align: left; margin-left: 5px;/*border-bottom: 1px dotted #A5AEC5;*/ border-left:thin; /*background-image:url(http://www.omorecollege.edu/assets/images/navigation/pencil.jpg);*/}
/*NAV Menu - positioned to the right
#navMenu {position:relative; left:150px; clear: both; text-align: left; border-bottom: 1px dotted #A5AEC5;}
*/


#navMenu {width: 758px; clear: both; text-align: left; margin-left: 5px; border-bottom: 1px dotted #A5AEC5; border-top: 1px dotted #A5AEC5;}


#contentArea {width: 750px; /*float: left;*/ margin-left: 15px;/*border-bottom: 1px dotted #A5AEC5;*/ /*margin-left: 10px;*/}		/*commented out float-left -- not compatible with IE ver. 5*/
/*#leftPanel {width: 130px; float: left; border-bottom: 1px dotted #A5AEC5;} */
/*#rightPanel {width: 130px; float: left; border-bottom: 1px dotted #A5AEC5;} */
#footer {clear: both; text-align: center; margin-left: 5px; border-top: 1px dotted #A5AEC5;}



.myStyle {
	background-color: 464543;

}

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*font: 8pt/14pt georgia; */   /*old original before new font family above */
	text-align: center;  /*This is the CSS trick shown on page 89 of CSS Zen Garden book*/


	/*This is unique to the 1 panel layout. This will make it so images go hard left and align with the top nav and logo*/
	/*added to the 2 panel layout to see if the logo alignment issue will be straightened out */
	margin-left: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
	
	padding: 0;
  	margin: 0;
	/*background-image: url(http://www.omorecollege.edu/assets/images/backgrounds/blue-tiled-background.jpg);*/  /*merged to theme-based CSS files*/
	/*background-repeat: repeat;*/ /*merged to theme-based CSS files*/

/*  width: 100%;
	height:100%;*/

	/*  background-color: #03304c; */	 /*merged to theme-based CSS files*/

	}
	
p {
	/*font: 11pt/14pt georgia;   /*first num is font size, second num is line spacing*/
	/*text-indent: 15pt; */ /* for new paragraphs indendation*/
	/*text-decoration: blink;*/
	padding: 6px;  /*sets the padding so that the text doesn't hug the right and left sides of the <DIV> too close*/
}

.footerText {
	font: 8pt/16pt georgia;
	/*text-indent: 15pt; */ /* for new paragraphs indendation*/
	/*text-decoration: blink;*/
	padding: 5px;  /*sets the padding so that the text doesn't hug the right and left sides of the <DIV> too close*/
	color: #8a8c8c;
}

h1 {
font: 12pt georgia;
font-weight: bold; 
}
	
hr {
color:#cccc33;		/*Note, both color and background are needed to work between IE and Firefox*/
background:#cccc33;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline;
	color: #003366;
	}
	
a:visited { 
	font-weight: normal; 
	text-decoration: underline;
	color: #003366;
	}

a:hover { 
	text-decoration: underline; 
	color: #000000;
	}
	
a:active { 
	text-decoration: underline; 
	color: #003366;
	}

/*--------------------------------------------------------------------*/
/*The .boldLink class is for the links along the top in the header */

.boldLink:link {
	font: 8pt/14pt georgia;  
	font-weight: bold; 
	text-decoration: none; 
	color: #086d63;
	}
	
.boldLink:visited { 
	font: 8pt/14pt georgia; 
	font-weight: bold; 
	text-decoration: none; 
	color: #086d63;
	}

.boldLink:hover, .boldLink:active { 
	font: 8pt/14pt georgia; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #086d63;
	}

/*--------------------------------------------------------------------*/


/*--------------------------------------------------------------------*/
/*The .sideLink class is for the links along the side in the page (secondary nav) */

.sideLink:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;   /* was "normal;"  */ 
	text-decoration: none;    /* was "none;"  */ 
	color: #003366;
	}
	
.sideLink:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
	color: #555555;
	}

.sideLink:hover, .boldLink:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline; 
	color: #cccc33;
	}

/*--------------------------------------------------------------------*/


.form { font-size: 9px; width:150px; height:13px; }      /*The HTML Files that use this style need to have class="form" in their input tags */


.searchButton {

		font-size: 12px;
		/*border:1px solid #3b6e22;
		color:#666666;*/
		width:50px;
		height:20px;


}

img
{  border-style: none;
}

