/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */
body{
	margin:0;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* Font Size */
	background-image: url(../images/template_design/grey_gradient_background.jpg);
	background-repeat: repeat-x;
	padding: 12px;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B135D;	
}
a:visited {
	text-decoration: none;
	color: #2B135D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:hover {
	text-decoration: none;
	color: #2B135D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:active {
	color: #6699CC;
}
a.nav_black:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
a.nav_black:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.nav_black:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.nav_black:active {
	color: #CCCCCC;
}

/* Values Below Format the Sample Template Included With Site Store Pro */

.Site_OUTER_Border {
	width: 790px;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
.header_background {
	background-image: url(../images/template_design/header_shadow.jpg);
	background-repeat: repeat-x;
}

.Main_Body_background{
	background-image: url(../images/template_design/main_body_shadow.jpg);
	background-repeat: repeat-x;
}

.bottom_links_background{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/template_design/bottom_links_background.jpg);
	height: 25px;
}


.bottom_links {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding: 2px;
}


.Bottom_Copyright_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	
}
.Top_Nav_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	
}
.container {
	background:#FFFFdd;
	width:700px;
	float: left;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
	padding: 20px;
	margin-bottom: 8px;
}
/*alternate colored rows table*/
.service_table td {
	padding:3px 3px;
	color:#666666;
	font-size:12px;
	
}
.th { /*top row of the table*/
	padding:3px 3px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	height:20px;
	}

.row1 {
	background-color:#F3F8EC;
	
}
.row2 {
	background-color:#FFFFFF;

	
}
.course_name {
	color:#990000;
	font-size:16px;
	font-weight: bold;
}
.big_name {
	color:#000000;
	font-size:17px;
	font-weight: bold;
}

