﻿@charset "utf-8";
/*           CSS Document             */
/* Back To Basics Registration Styles */
/* Stylesheet coded by MCS Automation */

/*---------------*/
/* Fonts Section */
/*---------------*/

@font-face {  
	  font-family: "calibri_bold";  
	  src: url(fonts/calibri_bold.eot); /* IE */  
  	  src: url(fonts/calibri_bold.ttf) format("truetype"); /* non-IE */  
	}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 31, 2014 */

@font-face {
    font-family: 'schoolbook';
    src: url('fonts/schoolbook.eot');
    src: url('fonts/schoolbook.eot?#iefix') format('embedded-opentype'),
         url('fonts/schoolbook.woff') format('woff'),
         url('fonts/schoolbook.ttf') format('truetype'),
         url('fonts/schoolbook.svg#schoolbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'schoolbook_i';
    src: url('fonts/schoolbook_i.eot');
    src: url('fonts/schoolbook_i.eot?#iefix') format('embedded-opentype'),
         url('fonts/schoolbook_i.woff') format('woff'),
         url('fonts/schoolbook_i.ttf') format('truetype'),
         url('fonts/schoolbook_i.svg#schoolbook_i') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibri';
    src: url('fonts/calibri.eot');
    src: url('fonts/calibri.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibri.woff') format('woff'),
         url('fonts/calibri.ttf') format('truetype'),
         url('fonts/calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*/
/*            Menu Styles             */
/*------------------------------------*/

#menu {
    top: 125px;
    left: 25px;
    width: 200px;
    height: 375px;
    position: absolute;
    line-height: 140%;
}

#menu ul {
    list-style: none;   
}
#menu ul li {
    list-style: none;   
    padding-left: 30px;
    text-indent: -20px;
    font-weight: normal;
}

#menu ul li a {
    color: black;
    cursor: pointer;
    height: 25px;
    text-decoration:none;
    font-weight: normal;
    width: 100%;
}

#menu ul li a:hover {
    background: lightblue;
}

/*------------------------------------*/
/*          General Styles            */
/*------------------------------------*/

* {
	padding: 0px;
	margin: 0px; }
	
body {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px; }

/*           Header styles            */

div#logo {
	top: 20px; 
	left: 0px;
	width: 200px;
	height: 100px; 
    position: absolute;
}

div#name {
	top: 37px; 
	left: 0px;
	width: 200px;
	height: 100px; 
    position: absolute;
}

div#content {
	width: 550px;
	height: 550px;
	left: 250px;
	top: 50px;
    background-image: url("images/main_small.jpg");
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: center; 
	color: #000000;
	display: block;
	position: absolute;
	overflow: auto;
    border: #A3B7DE solid 10px;
}

.body_full {
	background-color: transparent;
	color: #000000;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	overflow: auto;
    border: solid blue 5px;
}
		
/*------------------------------------*/
/*            Font Styles             */
/*       NO ALIGNMENT STATEMENTS      */
/*------------------------------------*/

.roman {
	font-family: "Times New Roman", Times, serif;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.calibri {
	font-family: 'calibri',Arial,sans-serif;
}
	
.futura_book {
	font-family: 'futura_book',arial,sans-serif;
}
	
.schoolbook {
	font-family: schoolbook,serif;
}
	
.schoolbook_i {
	font-family: schoolbook_i,serif;
}
	
/*------------------------------------*/
/*                                    */
/*             Menu Styles            */
/*                                    */
/*------------------------------------*/

.menu_regular {
	text-align: left;
	font-family: calibri, Arial, sans-serif;
	line-height: 150%;
	font-size: 10pt;
    cursor: pointer;
}
	
.menu_highlight {
	text-align: left;
	font-family: calibri, Arial, sans-serif;
	line-height: 150%;
	font-size: 10pt;
	background-color: yellow;
    cursor: pointer;
}

/*------------------------------------*/
/*       Table & Cell Styles          */
/*                                    */
/*------------------------------------*/

.dashes {
    border-top: dashed;
    border-color: black;
    border-width: 1px;
}

.black_border {
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: thin;
    padding: 5px;
}

.yellow_background {
    background-color: yellow;
}

.blue_background {
    background-color: blue;
}

.light_blue_background {
    background-color: #CDFCFE;
}

.transparent_background {
    background-color: transparent;
}

.red_words {
    color: red;
}

.black_words {
    color: black;
}

.blue_words {
    color: blue;
}

.white_words {
    color: white;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.no_background {
    background: transparent;
}

/*------------------------------------*/
/*         Alignment Styles           */
/*        NO FONT STATEMENTS          */
/*------------------------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.left_pad40 {
	text-align: left;
	padding-left: 40px;
}

.left_pad01 {
	text-align: left;
	padding:10px 20px 0px 20px;
}

.left_pad02 {
	text-align: left;
	padding:0px 40px 0px 60px;
}

.left_pad03 {
	text-align: left;
	padding:0px 60px 0px 80px;
}

.right {
	text-align: right;
    vertical-align: text-top;
}

.alert {
	color:red;
	font-style:italic;
}

.indent_25 {
    text-indent: 25px;
}

/*------------------------------------
            Cursor Styles
------------------------------------*/

.cursor_pointer {
    cursor: pointer;
}
