/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #333399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333399;
 margin-top:20px;
}

h2{
 font-size: 110%;
 color: #FD0100;
}

h3{
 font-size: 100%;
 color: #999;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************ menu ****************************/
#leftMenu{
	font-size:20px;
	padding-top:1px;
	font-weight:bold;
}
#leftMenu A{
	font-size:20px;
	color:#999999;
	padding-top:1px;
	font-weight:bold;
}
#leftMenu A:hover{
	color:#333399;/*#006699;*/
	text-decoration:none;
}
/************ BODY ***************************/
#wrapper{top:auto;position:absolute;width:100%;}
#divShoppingCart{top:auto;position:absolute;height:100%;width:100%;}
#shoppingTable{font-weight:bold;font-size:13px;background-color:#FFFFFF;border:1px solid red;border-collapse:collapse;width:60%;}
#shoppingTable a, #shoppingTable a:hover{font-weight:normal;}
#cartButtonsTable{background-color:#FFFFFF;width:60%;}
/************ Login ***************************/
#loginTable{
	font-size:13px;
	font-weight:bold;
	margin-bottom:7px;
	color:#333399;
}
#registerForm{
	font-size:14px;
}
#changePasswordTable{
	font-size:14px;
}
/************ common classes ******************/
.author, .author a{
	font-style:italic;
	font-size: 12px;
	color:#000 !important;
}
.author a:hover{
	color:#333399 !important;
}
.article{
	margin:0px;
	padding:0;
	list-style:disc;
}
.article LI {
	margin-left:15px;
	margin-bottom:5px;
}
.handbook_article{
	margin:0px;
	padding:0;
	list-style:none;
}
.handbook_article LI {
	margin-left:5px;
	margin-bottom:0px;
}
.articleLinks{
	font-weight:bold;
	color:#FD0100;
}
.articleLinks A{
	font-size:14px;
	vertical-align:middle;
}
.articleLinks A:hover{
	color:#FD0100;
}
.articleLinks A.testPassed{
	color:#009900;
}
.articleLinks IMG{
	vertical-align:middle;
}
.blue_border{
	border:3px solid #0cb6e7;
}
.green_border{
	border:3px solid #66ba00;
}
.smallText{
	font-size:10px;
}
.bigText{
	font-size:40px;
}
.selected{
	font-weight:bold;
}
.error{
	color:#FD0100;
	font-weight:normal;
}
.success{
	color:#009900;
	font-weight:normal;
}
A.page_link{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:0px;
	border:1px solid #333399;
}
A.page_link:hover{
	/*border:1px solid red;*/
	color:red;
	text-decoration:none;
}
.hide{visibility:hidden;}
.noDisplay{display:none;}
.clear{clear:both;line-height:1px}

#top_right_corner_text {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}

#top_right_corner_text h1 {
	font-family: "Times New Roman";
	color: #EC0303;
	letter-spacing: 0px;
	line-height: 0px;
	margin: 0px;
	margin-top: 20px;
	font-size: 300%;
	/*word-spacing: 10px;*/
}

#top_right_corner_text h4 {
	font-family: "Times New Roman", Times, serif;
	color: #EC0303;
	margin: 0px;
	font-size: 110%;
	letter-spacing: 2px;
}