/* CSS Document */
body { 
    margin:0; 
	padding:0;
	font-family: tahoma; 
	font-size: 12px; 
	color: #333333;
} 
p { 
    margin: 0 0 13px 0; 
	line-height: 1.5em;
} 
a { 
    color: #2044CC;  
	text-decoration: underline; 
} 
a:hover { 
    color: #CC0000;
    text-decoration: underline; 
} 
h2 { 
    text-align: center; 
	font-size: 11px; 
	font-weight: normal;
	margin:0; 
} 
h1 { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #2044CC;
	margin: 41px 0 12px 0; 
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 24px; 
} 
.under_h1 {
    font-size: 16px;
	letter-spacing: 0;
	color: #282828;
} 
h3 { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	color: #4096EE;
	margin: 0 0 12px 0; 
	letter-spacing: -1px;
	font-weight: normal;
	background: url(images/green_tick.gif) no-repeat 0 100%;
	padding:18px 0 0 27px;
	border-top: 1px dashed #ababab; 
} 
.h3_color2 { 
    color: #2e2d2d; 
} 

.index_list {
    margin: 0 0 13px 0;
	padding: 10px 0 10px 5px;



	line-height: 2em; 
	list-style: none;
}

.index_list li { 
} 
.index_list_clear { 
    clear: left; 
} 
.index_list a { 
    color: #838282;
	font-weight: bold;
	text-decoration: underline

} 
.index_list a:hover{ 
    text-decoration: none;
} 


/*layout main*/
#container {
    width: 750px;
	margin: auto; 
} 
#header {
    height: 122px; 
	background:url(images/header.gif); 
} 
#navigation { 
    height: 27px; 
} 
#main_body_left {
    width: 315px; 
	height: 571px; 
	float: left; 
} 
#main_body_right {
    float: left; 
	width: 392px;
	padding: 0 27px 0 16px;
	margin: 0 0 19px 0; 
} 
#main_body_wide {
	padding: 0 27px 0 27px;
	margin: 0 0 19px 0;
	float: left; 
} 
#main_body_wide ul {
    line-height: 2em;
	margin-bottom: 25px;
	margin-top: -5px; 
} 
#main_body_wide a { 
    color: #838282;
	font-weight: bold; 
}
#main_body_wide a:hover { 
    background: #c4daf1; 
	text-decoration: none; 
}
#main_body_wide h2 {
    color: #4b4e4f; 
	font-weight: bold;
	font-size: 12px;
    margin: 0 0 13px 0;
	text-align: left ; 
}

#payment{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	padding:30px;
	margin-bottom:15px;
	
}

#footer { 
    height: 61px; 
	background:url(images/template_09.gif);
	clear:left;
	margin-bottom: 10px; 
} 
#footer_left { 
    width: 329px;
	float:left; 
	padding: 27px 0 0 46px;
} 
#footer_right {
    width: 329px;
	float:left;
	padding: 27px 46px 0 0;
	text-align:right;
	word-spacing: 11px;
} 
#footer a {
    font-weight: normal; 
	text-decoration: none
} 
#footer a:hover {
	text-decoration: underline; 
}
.courses_tables {
    border-collapse:collapse;
	border:1px solid #e3e3e3;
} 
.courses_tables td, 
.courses_tables th { 
    border:1px solid #e3e3e3;
	padding:5px 6px;
	background:#e5efff; 
	line-height: 1.5em; 
} 
.courses_tables th.head {
    background: #f4f4f4} 



/*Forms defaults*/
input, textarea {
	font-family: tahoma; 
	font-size: 12px; 
	color: #838282;
}
label {
	color: #838282;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color: #838282;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}


