body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background-color: #dfe1e3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h4, h4 a:link, h4 a:hover, h4 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #005752;
	margin-bottom: 2px;
	text-decoration: none;
}
h5, h5 a:link, h5 a:hover, h5 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #005752;
	margin-bottom: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
#bodyTable{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main_navigation a:link, #main_navigation a:visited {
	font-weight: normal;
	color: #005752;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
}

#main_navigation a:hover{
	color: #DF3B26;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
}
#white_navigation a:link, #white_navigation a:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}

#white_navigation a:hover{
	color: #DF3B26;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}

.confirmation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005752;
}

.white_confirmation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.price, .price a:link, .price a:hover, .price a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	background-position: right;
	text-decoration: none;
}
#arms_raised{
	background-image: url(../live/images/arms_raised.png);
	background-repeat: no-repeat;
	background-position: center center;
}

button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #005752;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005752;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form{
	margin:0px;	
	padding:2px;
}
#product_photo{
	border: 1px solid #3fbac1;

}
#admin_area{
	background-color: #cccccc;
	/*background-image: url(../images/admin_tool_bar_bg.jpg);
	background-repeat: repeat-x;*/
}
.curriculum {
	background-color: #b9dddf;
}
.navigation a:link, .navigation a:visited {
	font-weight: normal;
	color: #005752;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
}

.navigation a:hover{
	color: #DF3B26;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
}