﻿/*BEGIN Global Reset (based on YUI reset)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight:normal;font-style:normal;}
/*ol,ul{list-style:none;}*/
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100.01%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
/*END Global Reset*/

body {
	margin: 0;
	padding: 0;
	background-image:url('Title.JPG');
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	background-color:black}


#masthead {
	height:100px;
	
}


#container {
	position: relative;
 	margin: 0px auto;
	padding: 0;
 	width: 900px;
 	text-align:left;

}

#left_col {
	width: 200px;
	float: left;
	text-align:center;
	
}

#page_content {
	margin-left: 200px;
	text-align:center;
	position: relative;
	
	width: 700px;
	height:450px;
}

#footer {
	clear: both;
	margin: 0px auto;
	padding: 0;
 	width: 900px;

}
/*GRAPH PAPER SPECIFIC*/
		.diagram1 {
		background-color:#FFFFFF;
			width:500px;
			height:400px;
			border:solid;
			border-color:#00CCFF;
			margin:0 auto;
			margin-bottom:20px;
			position:relative;
		}
			.v {
			width:1px;
			height:400px;
			background-color:#55e9ee;
			position:absolute;
		}
		.h {
			width:500px;
			height:1px;
			background-color:#55e9ee;
			position:absolute;
		}
		.point {
			width:3px;
			height:3px;
			background-color:yellow;
			border-style:solid;
			border-color:red;
			border-width:2px;
			position:absolute;
		}
		
		.object {
			position:absolute;
		}
		.vector {
			display:inline;
		}
		.vector td {
			text-align:center;
		}
		.brackets {
			font-size:3em;
		}
		
input.Answer_box {
	background-color: PaleTurquoise;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;
	} 
