/* CSS Document */

body
{
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	font-size:10px;
}

td
{
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	font-size:11px;
}

.box_head
{
	margin-top: 10px;
	margin-left: 18px;
	color: #3C3C3C;
	font-size: 19px;
	
}

.box_subhead
{
	margin-left: 18px;
	color: #3C3C3C;
	font-size: 15px;
	
}

.box_text
{
	color: #3C3C3C;
	margin-left: 18px;
	font-size: 10px;	
}

.box_click
{
	color: #2989B5;
	font-size: 12px;
	text-align: right;
}
.box_click:hover
{
	color: #4D4D4D;
}

.box_list
{
	color: #3C3C3C;
	font-size: 11px;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	margin-top: 6px;
	background-position: 91px;
}

.book_image
{
	float: left;
	margin-left: 20px;
}


#main_box
{
}

#main_info
{
	width: 220px;
	margin-left: 315px;
	margin-top: 80px;
	font-size: 24px;
	text-align: left;
	color: #3C3C3C;
}

#main_click
{
	color: #3C3C3C;
	text-align: right;
	margin-top: 36px;
	margin-right: 24px;
	font-size: 16px;
}

#login_box
{
	background-color: #3097C3;
	height: 101px;
	width: 242px;
}
#footer_box
{
	background-color: #1A3467;
	height: 57px;
	padding-left: 46px;
}

#box1
{
	padding-right: 12px;
	background-image: url(../images/box_1_bkg.jpg);
	background-repeat: repeat-x;
	height: 113px;
}


#box2
{
	padding-right: 12px;
	background-image: url(../images/box_2_bkg.jpg);
	background-repeat: repeat-x;
	height: 135px;
}


#box3
{
	padding-right: 12px;
	background-image: url(../images/box_3_bkg.jpg);
	background-repeat: repeat-x;
	height: 117px;
}


.footer_text
{
	font-family: Verdana;
	color: white;
	font-size: 9px;
	text-decoration: none;
	/*font-weight: bold;*/
}

.footer_link
{
	color: white;
	font-size: 9px;
	text-decoration: none;
}
.footer_link:hover
{
	text-decoration: underline;
}

.plainLink
{
	text-decoration: none;
	color:white;
}

.plainLink a:link
{
	text-decoration: none;
	color:white;
}

.plainLink a:visited
{
	text-decoration: none;
	color:white;
}

.plainLink a:hover
{
	text-decoration: none;
	color:white;
}


#registerLink
{
	color: white;
}

#registerLink:hover
{
	color: #7FD7FF;
}

/* Content */

.big_red_text {
	color: red;
	font-weight: bold;
	font-size: 15px;
}

.big_blue2_text {
	color: #28acff;
	font-weight: bold;
	font-size: 15px;
}

.big_blue_text {
	color: #133862;
	font-weight: bold;
	font-size: 15px;
}

.big_blue_text a:link {
	color: #133862;
	font-weight: bold;
	font-size: 15px;
}

.big_blue_text a:visited {
	color: #133862;
	font-weight: bold;
	font-size: 15px;
}

.big_blue_text a:hover {
	color: #133862;
	font-weight: bold;
	font-size: 15px;
}	
	

/* Headers */	

.subheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	font-weight: bold;
}

.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003399;
	font-weight: bold;
}

.registernow a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FF0000;
	font-weight: bold;
}

.registernow a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CC0033;
	font-weight: bold;
}

.registernow a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffff99;
	font-weight: bold;
}

.highlighted {
	background-color:#ffff99;
}

/* dvd form */

.order_form {
	color:#000000;
	font-size:21px;
	border:1px;
}

