﻿@charset "UTF-8";
h1 {
	color: #000000;	
	text-align:center;
	font-size: 28px;
	margin-bottom: 19px;
}		
h2 {
           background-color: #13DEFF;
	color: #000000;
	 border: thin dashed #F00;
	font-family: Verdana, san serif;
	 border-right-width: medium;
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: white;
	border-bottom-color: white;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 22px;
}
h3 {
	color: #000000;	
	text-align: center;
	font-size: 20px;
}		
		
h4 {
	border-left: thin none #F00;
	border-right: medium solid white;
	border-top: thin none #F00;
	border-bottom: thick solid white;
	background-color: #13DEFF;
	color: #000000;
	 font-family: Verdana;
	 text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 400;
}
h5 {
	color: #000000;
	text-align: left;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;	font-size: 16px;
}
h6 {
	color: #000000;
	text-align: left;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;	font-size: 10px;
}
a{
	color:black;
	font-weight: 200;
	font-size: 16px;
}
p{
	color:black;
	font-weight: 200;
	font-size: 16px;
	text-align: left;
}
li{
	color:black;
	font-weight: 200;
	font-size: 16px;
	text-align: left;
}

.box  {
	background-color: #13DEFF;
	color: #000000;
	text-align: justify;
	font-size: 15px;
	margin: 3px;
	padding: 6px;
	padding-left: 2px;
	Width: 255px;
	float:left;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
#main_container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	/* background-image: url('Formulas_decktop.jpg');  */
	background-color: #20F4FF;

}
#left_column {
	background-color: #20F4FF;
	float: left;
	width: 260px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#right_column {
	background-color: #20F4FF;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 660px;
}
#header {
	background-color: #20F4FF;
	height: 150px;
	width: 950px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
#heading {
	width: 955px;
	height: 50px;
	background-color: #20F4FF;
	color: #black;
	clear: both;
	padding-left: 5px;
}

/* Styles for Navigation */
#navigation {
	background-color: #B21212;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 4px solid #c9c9c9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 4px solid #a9a9a9;
	background-color: #a9a9a9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#footing {
	width: 948px;
	height: 80px;
	background-color: #20F4FF;
	color: #black;
	clear: both;
	padding-left: 5px;
}

#footer {
	width: 955px;
	height: 120px;
	background-color: #720F4FF;
	color: #FFFFFF;
	clear: both;
	padding-left: 5px;
}
.input {
    color: #39F;
	font-size: 24px;
}	
.pic-cap {
	background-color: #2D86FF;
	height:auto;
	width: 190px;
	float: right;
	padding-left: 0px;
	padding-top:0px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	}
.pic-cap2 {
	background-color: #2D86FF;
	color: #000000;
	height:300px;
	width: 180px;
	float: right;
	padding-left: 10px;
	padding-top: 0px;
}	
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;	color: #999;
	background-color: #000000;
}
a:link {
	color: #FF0000;
	font-size: xx-small;
	font-weight: 400;
}
ol {
	/*	list-style-type: square;   */
		color: #000000;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		font-size: 14px;
}
ul {
	/*	list-style-type: square;   */
		color:#000000;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		font-size: 14px;
}