/* CSS Document */

/* Reset styles from http://meyerweb.com/eric/tools/css/reset */
/* Designed to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*/////// End of reset //////////////////////////////////*/

/*/////// Own styles ///////////////////////////////////*/

body
{
	background: #C0FFC0 url('../images/bg_gradient_blue.png') top center no-repeat;
    font-family: Verdana, Arial;
	margin: 0; 
	padding: 0;
}

#pagewrapper
{
	position: relative;
	width: 950px;
	margin: 0 auto;
    font-family: Verdana, Arial;	
}

#header
{
	width: 950px;
    font-family: Verdana, Arial;  
	margin-top: 20px;
}

h1
{
    margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: strong;
	font-size: 36;
	font-family: Comic Sans MS;
}

h2
{
    color: #FFFFFF;
	font-weight: normal;
	font-size: 18;
	font-family: Comic Sans MS;	
}

#title1
{
    float: left;
    font-size:30px;
    font-family: Comic Sans MS, Verdana, Arial;
	margin: 5px 0px 0px 0px;
	color: #FFFFFF;
}

#title2
{
    float: right;
    font-size:18px;
    font-family: Comic Sans MS, Verdana, Arial;
	margin-right: 0px;
	padding-top: 12px;
	padding-bottom: 6px;
}

#navigation
{
	margin-left: 0px;
	margin-top: 15px;
    font-family: Verdana, Arial;
}

#navigation ul 
{    
	list-style-type: none;
	float: right;
}

#navigation ul li
{  
    padding-left:5px;
    padding-right:5px;
    display:inline;  
    font-size:11px;
    font-weight:normal;
    border-right: solid 1px #CCFFCC;
	line-height:120%;
}

#navigation ul li.last
{    
    border-right: none;
}

#navigation a
{
    color: #CCFFCC;
	text-decoration:none;
}

#navigation a:hover
{
    color: #FF6600;
}

#navigation ul li.selected a
{
	color: #000000;
}

#navigation ul li.last_selected
{    
    border-right: none;
}

#navigation ul li.last_selected a
{    
	color: #000000;
}

#image
{    
	margin-top: 5px;
	/*border-top: 2px solid #FFFFFF;*/
	border-bottom: 4px solid transparent;
	width:950px;
	height: 310px,
}

#content
{    
	margin: 0;
	padding: 0 0 10px 0;
	width:950px;
	background-color: #FFFFFF; 
	color: #006666;
}

#content_left
{    
	padding: 20px;
	margin: 20px 0px 20px 20px;
	float: left;
	width:435px;
}

#book_text
{
	float: left;
	width: 305px;
}

#book_image
{
	float: right;
	width:100px;
	height: 128px;
}

#content_right
{    
	padding: 20px 20px 20px 55px;
	border-left: 1px solid #006666; 	
	margin: 20px 20px 20px 20px;
	float: right;
	width:310px;
	/*height: 450px;*/
}

#content_right p
{
    line-height: 8px;
}

#online_ict
{
    width: 250px;
	height: 260px;
	background-image: url(../images/online_ict.png);
	padding: 10px 20px 5px 20px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	
}

#online_ict p
{
	line-height: 120%;
	font-size: 12px;
}

#content_main
{    
	padding: 20px 30px 0px 0px;
	margin: 5px 0px 0px 20px;
	width:900px;
}

#content_left2
{    
	padding: 20px;
	margin: 20px 0px 20px 20px;
	float: left;
	width:410px;
}

#content_right2
{    
	padding: 20px;
	margin: 20px 0px 20px 20px;
	float: right;
	width:410px;
}

#content_bottom
{    
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 20px 20px;
	width:820px;
}

#content_bottom2
{    
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 20px 20px;
	width:950px;
}

#subscribe
{
    width:300px; 
	height:97px; 
	background-color: #FFFFCC; 
	border: 1px  solid #000000; 
}

#form
{
    width: 78px; 
	height: 27px; 
}

#footer
{    
	width:950px;
	height: 20px;
	color: #0000CC;	
}

#footer ul 
{    
    padding: 0px 0px 0px 0px;
    vertical-align:middle;
	text-align: center;
}

#footer ul li
{  
    padding-left: 5px;
    padding-right: 5px;	
	display: inline;  
    font-size: 10px;
    font-weight: normal;
    border-right: solid 1px #0000CC;
}

#footer ul li.last
{    
    border-right: none;
}

/*#footer ul li.selected
{    
    color:#000000;
}*/

#footer ul a
{
    text-decoration:none;
}

#footer ul li.selected a 
{
color:#000000;
}

#footer ul li a:hover
{    
    color: #FF0000;
}

#footer ul li.selected a:hover
{    
    color: #000000;
}

#footer ul li.last_selected
{    
    border-right: none;
}

#footer ul li.last_selected a
{    
	color: #000000;
}

#middle
{    
	margin-top: 3px;
}




div.clearBoth
{
    clear: both;
}

h3
{
   color: #006666;
   font-size: 20px;
   font-family: Lucida Handwriting, Verdana, Arial;
   padding-bottom: 10px;
}

h4
{
   color: #FFFFFF;
   font-size: 16px;
   font-family: Arial, Verdana;
   padding-bottom: 10px;
}

p
{
   color: #006666;
   font-size: 14px;
   font-family: Arial, Verdana;
   padding-bottom: 10px;
}

table, tr, td 
{
	margin: 10px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}


