﻿@charset "UTF-8";
h1 {
	color: #000000;	
	text-align: center;
	font-size: 24px;
}		
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 {
	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: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
}
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;
}
li{
	color:black;
	font-weight: 200;
	font-size: 16px;
}

.box {
	background-color: #068BE8;
	color: #000000;
	font-size: 15px;
	margin: 5px;
	padding: 1px;
	Width: 290px;
	float: left;
	text-align: justify;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
#main_container {
	height: 100%;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	color: black;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
#left_column {
	background-color: #20F4FF;
	float: left;
	width: 300px;
	padding-left: 0px;
	padding-right: 1px;
}
#right_column {
	background-color: #20F4FF;
	float: right;
	width: 300px;
	padding-left: 0px;
	padding-right: 10px;
	margin-right:5px;
}
#header {
	background-color: #20F4FF;
	height: 153px;
	width: 180px;
	padding-left: 0px;
	padding-right: 5px;
	overflow: hidden;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
#heading {
	width: 280px;
	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: 280x;
	height: 200px;
	background-color: #20F4FF;
	color: #FFFFFF;
	clear: both;
	padding-left: 5px;
}
#footer {
	width: 280px;
	height: 240px;
	background-color: #20F4FF;
	color: #FFFFFF;
	clear: both;
	padding-left: 5px;
}
.input {
	color: #39F;
	font-size: 24px;
}
.pic-cap {
	background-color: #00C5CD;
	color: #000000;
	width: 280px;
	float: left;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	background-color: #000000;
	width: 320px;
}
a:link {
	color: #39F;
}
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;
}