body {
	color:#000000;
	background:#CCCCCC url(../images/background_1024.gif) repeat-y center top;
	margin:0 0 0 0;
 	font-size:75%;
	font-family:arial,helvetica,sans-serif; 
/* 	
	scrollbar-face-color: #eeffee; 
	scrollbar-shadow-color: #336600; 
	scrollbar-highlight-color: #CCFFFF; 
	scrollbar-3dlight-color: #99CCCC; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #339933;
	scrollbar-arrow-color: #000000; 
*/
}

table,tr,th,td,p,input,select,textarea {	
	font-size:100% ; 
	font-family:verdana,arial,helvetica,sans-serif; 
}
		
		
td {
	vertical-align: top;
}

a:link {
	color:#0000FF ; 
}

a:visited {
	color:#990066; 
}

a:hover {
	color:#990099; 
	text-decoration:underline;
}

H1,H2 	{font-size: 130% ;}
H3 		{font-size: 120% ;}
H4 		{font-size: 110% ;}
H5,H6 	{font-size: 100% ;}


ul {
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	margin-left:0px;
	padding-left:0px;
}

UL UL {
	font-weight: bold;
	font-size:90%;
	list-style-position: inside;
	list-style-image: url(../images/bullet_sm.gif);
	margin-left:10px;
	padding-left:10px;
}


/* ======================================================= */

.fieldlabel {
	font-size:90% ; 
	background-color:#CCCCCC;
	color:#000000;
	vertical-align:middle;
	text-align:right;
}



.smalltext {font-size:90% ; }
.tinytext {font-size:90% ; }
.minutetext{ font-size:80%}
.tinymenu {font-size:90% ; }


.grey {
	background:#CCCCCC;
}

.errormessage {
	background-color:#CC0033;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}

.hilightedtext {
			background-color:#FFFF99 ; 
			color:#000000;
			font-style:normal; 
}

.pagename {
/* 
	color:#669977;
	background-color:#669977;
*/
	color:#ffffff;
	background-color:#ffffff;
}

.centered {
	text-align:center;
}




.clear {
	clear:both;
}

.printonly {
	position:absolute;
	visibility:hidden;
}



.screenonly {
	position:relative;
	visibility:visible;
}

/* =========================================================================== */
/* =========================================================================== */
/* =========================================================================== */


/* =========================================================================== */

.corner_tl {
	background:url(../images/blue_corner2_tl.gif) top left no-repeat;
}

.corner_tr {
	background:url(../images/blue_corner2_tr.gif) top right no-repeat;
}

.corner_br {
	background:url(../images/blue_corner2_br.gif) bottom right no-repeat;
}

.corner_bl {
	background:url(../images/blue_corner2_bl.gif) bottom left no-repeat;
}




/* ====================================================================== */
/* ====================================================================== */

/* This is the ID for the whole page.  It determines the width of the page 
 in the PRINT style sheet the width is a relative size so that is it does 
 not crop when printed onto paper */
 
 
/* ====================================================================== */
#wrapper {
	position:relative;
	top:0px;
	left:0px;
	/*
	background:#FFFFFF url(../images/background_middle.gif) center center repeat-y;
	*/
	color:#000000;
	width:978px;
	margin:auto;
}


/* ====================================================================== */

#banner {
	height:100px;
	width:978px;
	float:right;
	background-color:#ffffff;
	background-image:url(../images/banners/computer_trainer_1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #009900;
}


/* ============================ start of rules for firstpara ========================================== */
#firstpara {
	height:100px;
	color:#000000;
	margin:0 0 0 20px;
}

#firstpara h1, h1#firstpara { 
	margin:auto;
	margin-top:0;
	margin-bottom:0;
	width:600px;
}

.textlink{ 
	margin:0px;
	padding-top:10px;
	font-size:80%; 
	text-align:left; 
}
/* ============================ end of rules for firstpara ========================================== */



/* ================================== start of rules for maincontent ================================== */
#maincontent {
	height:100%;
	width:972px;
	margin:auto;
	clear:both;
	background-color:#FFFFFF;
}
/* ================================== end of rules for maincontent ================================== */





/* =========================== start of leftcol rules =================== */
/* this is the left column that contains the logo and the vertical menu down the
 left hand side of the page. */


#leftcol {
	width:180px;
	float:left;
}


#leftcol ul {
	list-style:none none outside;
	margin:0px;
	padding:0px;
	font-size:90%;
}


/* =============================== start of callnow rules ======================================= */


#callnow {
	text-align:center;
	padding:1px 3px 2px 50px;
	margin:3px 0 3px 0;
	font-size:90%;
	background:#dddddd url(../images/telephonist.jpg) no-repeat bottom left;
}


#callnow p , #callnow h1, #callnow h2 {
	text-align:center;
	margin:0 0 0 0;
	padding:0;
}

#callnow h1, #callnow h2 {
	text-align:center;
}

/* =============================== end of callnow rules ======================================= */


/* =============================== start of leftmenu rules======================================= */
#leftmenu li {
	color:#000000;
	margin-bottom:2px;
}


#leftmenu li a,  #leftmenu li a:visited  {
	text-decoration:none;
	color:#006600;
	display:block;
	padding:2px 2px 3px 3px;
	clear:left;
	height:20px;
	min-height:20px;
	background:#dddddd;
	line-height:1em;	
}

#leftmenu li a:hover , #leftmenu li a:active , #leftmenu li a.selected {
	background-color:#006600;
	color:#FFFFFF;
}


#leftmenu li a:hover img {
	background:none;
}
/* =============================== end of leftmenu rules======================================= */

#leftcol form {
	border:1px solid #990066;
	background-color:#CC99FF;
	width:90%;
	margin-left:20px;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}





/*=======================  start of bookmarks rules ============= */

.sharesb {
	margin-top:10px;
	background-color:#DDDDFF;
}


.sharesb  .content {
	padding:15px;
}

.sharesb h3 {
	font-size:80%;
	margin:0;
	padding:0;
}

.sharesb UL {
	padding:0 0 0 0;
	margin: 0px 0px 4px 0; 
	list-style:none none outside;
}

.sharesb UL LI {
	padding:0 4px 6px 0;
}

.sharesb UL LI.delicious {
	BACKGROUND: url(../images/bookmark_icon_delicious.gif) no-repeat 0px 0px
}

.sharesb UL LI.digg {
	BACKGROUND: url(../images/bookmark_icon_digg.gif) no-repeat 0px 0px
}

.sharesb UL LI.reddit {
	BACKGROUND: url(../images/bookmark_icon_reddit.gif) no-repeat 0px 0px; 
}

.sharesb UL LI.facebook {
	BACKGROUND: url(../images/bookmark_icon_facebook.gif) no-repeat 0px 0px
}

.sharesb UL LI.stumbleupon {
	BACKGROUND: url(../images/bookmark_icon_stumbleupon.gif) no-repeat 0px 0px
}

.sharesb UL LI A {
	padding:0 0 0 18px; 
	margin: 0px 3px 0px 0px; 
	color:#000000;
}

.sharesb UL LI A:hover { 
	text-decoration:none;
}

/*=======================  end  of bookmarks rules ============= */

/* =========================== end of leftcol rules =================== */





/* =========================================================================== */
/* this is the main part of the page which contains the text and image content */


#rightcontent {
	position:relative;
	float:right;
	width:780px;
	padding-top:20px;	
}



#middlecol {
	position:relative;
	float:left;
	width:570px;
	padding-right:10px;
}



#rightcol {
	width:180px;
	float:right;
}


/* ======================== start of rules for  testimonials =============================== */

#testimonials {
	font-size:90%;
	text-align:justify;
	background:#DDDDFF;
	margin:3px 0 0 0 ;

}

#testimonials h2 {
	margin:0px;
	padding:0px;
	font-size:110%;
}

#testimonials a {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

#testimonials  a:hover {
	text-decoration:none;
	color:#000000;
}


#testimonials .content {
	padding:15px;
	color:#000000;
	z-index:1;
}


/* ======================== end of rules for  testimonials =============================== */


/* ======================== start of rules for  smallcontactform =============================== */

#smallcontactform {
	background:url(../images/background_keyboard.jpg) no-repeat center center;
	padding:10px 3px 0 3px;
	margin:10px 0 0 0;
}

#smallcontactform h1 {
	margin:0;
	padding:0;
	color:#000000;
	line-height:1em;
}


#smallcontactform p {
	margin:0 0 3px 0 ;
	padding:0;
	color:#000000;
	font-weight:bold;
}


#smallcontactform label {
	display:block;
	font-size:90%;
}

#smallcontactform input , #smallcontactform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

/* ======================== end of rules for  smallcontactform =============================== */




/* ======================== start of rules for outer rounded corners or testimonials =============================== */

.box_body_tl {
	background:url(../images/box_body_tl.jpg) top left no-repeat;
}

.box_body_tr {
	background:url(../images/box_body_tr.jpg) top right no-repeat;
}

.box_body_br {
	background:url(../images/box_body_br.jpg) bottom right no-repeat;
}

.box_body_bl {
	background:url(../images/box_body_bl.jpg) bottom left no-repeat;
}

.corner_container {
	background:#ddddff;
}


.corner_container .content {
	padding:15px;
	color:#000000;
	z-index:1;
}

/* ======================== end of rules for outer rounded corners or testimonials =============================== */


/* =========================================================================== */
/* this is the footer of the page which contains the copyright notice and  credits */
 
#footer {
	clear:both;
	font-size:90%;
	text-align:center;
	background-color:#FFFFFF;
} 
 
/* =========================================================================== */

#vidcontainer {
	text-align:center;
	width:600px;
	height:451px;
}
