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

/*	Colors
	#efc503 = Yellow
	#283EA8 = Blue
	#94b7ff = Light Blue
	#FFFFFF = White
	#000000 = Black
*/

/*	General Formating */

html {
	height: 100%;	/*	This tells the main table to fill the screen vertially:*/
	margin: 0px;	/*	This removes any extra space at the top and bottom of our main table */
}

body {
	background-color: #013cb4;	/* This is blue  */
	background-image: url(../images/layout/bg_gradient.jpg);	/*	This sets my backgroung to a gradient */
	background-repeat: repeat-x;	/*	This sets the background image to repeat horizontally */
	height: 100%;	/*	This tells the main table to fill the screen vertially:*/;
	margin: 0px;	/*	This removes any extra space at the top and bottom of our main table */
	overflow: scroll;	/* DO NOT REMOVE - This turns on the vertical scroll bar to prevent the main bosy shifting to the left and right */
	overflow-x: hidden;	/* DO NOT REMOVE - This turns on the vertical scroll bar to prevent the main bosy shifting to the left and right */
}

.line_break {
	width: 80%;					/*This sets the width based on a percentage */
	color: #000000;				/*This sets the color */
	Background-color: #000000;  /*This sets the color*/
	border_color: #000000;  	/*This sets the color */
	height: 2px;				/*This sets the height of the line */
}

.text_footer {
	font-family: "font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif";	/*	This sets the font */
	color: #000000;	/*	This sets the font color */
	font-size: 10px;	/* This sets the font size */
	text-align: center;	/*	This sets the justification. Options: left, center, justify, or right */
	font-weight: bold;	/*	This sets the text bold or not. Options: normal OR bold */
	font-style: italic; /*	This sets the text italic OR not. Options: normal OR italic */
	text-decoration: none /* This stes text underline or not. Options: none OR underline */
	
}.text_header {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';	/*	This sets the font */
	color: #1E1DAD;	/*	This sets the font color */
	font-size: 30px;	/* This sets the font size */
	text-align: left;	/*	This sets the justification. Options: left, center, justify, or right */
	font-weight: bold;	/*	This sets the text bold or not. Options: normal OR bold */
	font-style: normal; /*	This sets the text italic OR not. Options: normal OR italic */
	text-decoration: none /* This stes text underline or not. Options: none OR underline */
	
}

.text_highlight {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';	/*	This sets the font */
	color: #000000;	/*	This sets the font color */
	font-size: 18px;	/* This sets the font size */
	text-align: center;	/*	This sets the justification. Options: left, center, justify, or right */
	font-weight: normal;	/*	This sets the text bold or not. Options: normal OR bold */
	font-style: normal; /*	This sets the text italic OR not. Options: normal OR italic */
	text-decoration: none/* This stes text underline or not. Options: none OR underline */
	
}


.text_page_content {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';				  /*	This sets the font */
	color: #000000;			/*	  This sets the font color */
	font-size: 18px;	    /*    This sets the font size */
	text-align: justify;		/*	  This sets the justification. Options: left, center, justify, or right */
	font-weight: normal;	/*	  This sets the text bold or not. Options: normal OR bold */
	font-style: normal; 	/*	  This sets the text italic OR not. Options: normal OR italic */
	text-decoration: none;  /*    This stes text underline or not. Options: none OR underline */
	margin: 35px;
}

.text_page_title {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';					 /*	  This sets the font */
	color: #283EA8;			   /*  	This sets the font color */
	font-size: 28px;		   /*   This sets the font size */
	text-align: center;		   /*	This sets the justification. Options: left, center, justify, or right */
	font-weight: bold;		   /*	This sets the text bold or not. Options: normal OR bold */
	font-style: normal; 	   /*	This sets the text italic OR not. Options: normal OR italic */
	text-decoration: underline; /*   This stes text underline or not. Options: none OR underline */
	margin-top: 15px
}


a {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';				  /*	This sets the font */
	color: #283EA8;			/*	  This sets the font color */
	font-size: 16px;	    /*    This sets the font size */
	font-weight: normal;	/*	  This sets the text bold or not. Options: normal OR bold */
	font-style: normal; 	/*	  This sets the text italic OR not. Options: normal OR italic */
	text-decoration: underline;  /*    This stes text underline or not. Options: none OR underline */
}


a:hover {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';				  /*	This sets the font */
	color: #283EA8;			/*	  This sets the font color */
	font-size: 16px;	    /*    This sets the font size */
	font-weight: bold;	/*	  This sets the text bold or not. Options: normal OR bold */
	font-style: italic; 	/*	  This sets the text italic OR not. Options: normal OR italic */
	text-decoration: underline;  /*    This stes text underline or not. Options: none OR underline */
}


a:visited {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';				  /*	This sets the font */
	color: #64008F;			/*	  This sets the font color */
	font-size: 16px;	    /*    This sets the font size */
	font-weight: normal;	/*	  This sets the text bold or not. Options: normal OR bold */
	font-style: normal; 	/*	  This sets the text italic OR not. Options: normal OR italic */
	text-decoration: underline;  /*    This stes text underline or not. Options: none OR underline */
}



/*	Table Syles*/

.table_main {
	height: 100%;				 /* This sets the table to fill the creen vertically */
	background-color: #94b7ff;	 /* Thi sets the background color of our main table */
	margin-top: 0px;			 /* This removes any extra space at the top of the table */
	margin-bottom: 0px;			 /* This removes any extra space at he bottom of the table */
	Border-color: #efc503;		/* Border color */
	border-styles: solid;		/* Border style */
	border-width: 3px 5px 3px 5px; /* Top, right, botom, left */
	
}

/*IMAGE STYLES*/
.image_gallery {
	border:1px solid #efc503;	  /*CHANGES COLOR*/
	border-width:3px 3px 3px 3px; /*TOP, RIGHT, BOTTOM, LEFT*/
}