/* CSS Document */

body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CCCCCC;
}
body {
	background-color: #660000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top {
	width:831px;
	padding:0 10px 5px 0;
	text-align:right;
	color:#FFFFFF;
}
#header {
	width:841px;
	height:385px;
}
#navbar {
	width:841px;
	height:42px;
}
#content {
	width:781px;
	background-image:url(./images/content-bckgrnd.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding:0 40px 0 20px;
}

#content a:link; #content a:active {
	color:#FFFFFF;
}

#content a:hover {
	text-decoration:none;
}
#contBttm {
	width:841px;
	height:22px;
}
#footer {
	padding:10px 40px 5px 0;
	width:801px;
	background-image:url(./images/footer-bkgrnd.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#FFF;
	text-align:right;
}
#bottom {
	width:841px;
	height:30px;
}
#copyright {
	width:821px;
	padding:4px 0 10px 20px;
	color:#FFFFFF;
	font-size:11px;
	text-align:left;

}

/*************** Copy **************/
h1 {
	color:#FFF;
	font-weight:bold;
	font-size:24px;
	margin-top:15px;
}

h2 {
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}
a:link; a:active {
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
}

/**************** SubNavigation ****************/
#navcontainer { 
width: 220px;
padding-top: 10px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 5px 0 5px 15px;
width: 220px;
background-color: #1E3F5E;
border-bottom: 1px solid #1E3F5E;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
#active a
{
background-color: #369;
color: #fff;
}

/**
 * calculator styles
 */
#tableRectangleInput { display: block; }
#tableCircleInput { display: none; }
#tableTriangleInput { display: none; }

#cboShape { width: 100px; }
#txtRectangleLength { width: 100px; }
#txtRectangleWidth { width: 100px; }
#txtCircleRadius { width: 100px; }
#txtTriangleLength { width: 100px; }
#txtTriangleHeight { width: 100px; }
#txtDepth { width: 100px; }

#tableCalcBox {
	border: 1px solid #C0C0C0;
}

#tdResults {
	font-size: 15pt;
	font-weight: bold;
	color: #C2101C;
}

