@import "cv.css";

/*
 * Main grid div sections
 */

body
{
	background-color: #fff;
	color: #555;
	font-family:Trebuchet MS, Arial;
	font-size  : small;
	text-align: center;
	padding: 0;
	margin: 0;	
}

#screen
{
	position: relative;
	margin:0 auto;
	width: 100%;
	text-align: left;
	background-color: white;
}


#logotext
{
	margin: 0px;
	padding: 32px;
	padding-left: 20px;
	margin-bottom: 16px;
	background-color:  #487cc3;
	color: gainsboro;
	font-weight:bolder;
	font-size: 200%;
	border-bottom: solid 3px #b5cae7; 
}


#main 
{
	padding-left: 20px;
	padding-right: 20px;

}

#sidebar 
{
    
    margin: 14px;
    margin-top: 4px;
    text-align: left;
    float:right;
    width: 210px;
}

/*
** Rounded corners for logotext
*/
b.rtop2, b.rbottom2{display:block;background: #FFF}
b.rtop2 b, b.rbottom2 b{display:block;height: 1px;
    overflow: hidden; background: #487cc3 }
b.rtop2 b.r4, b.rbottom2 b.r4{margin: 0 1px;height: 1px}

/*
** Rounded corners for sidebar
*/
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #487cc3}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div.news
{
	margin-left: 64px;
	color : red;
	font-size: 75%;
}


div.padded
{
	padding: 8px;
}

div.padded2
{
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom:14px;
}


ul
{
	list-style-position: outside;
	list-style-type: circle;
}

a:link 
{ 
	color: #778; 
	text-decoration:  underline;
}

a:visited 
{ 
	color: #778;
	text-decoration: underline;
} 

a:hover 
{ 
	color: #333;
	text-decoration: underline; 
}

a.home:link 
{ 
	text-decoration:  none;
}

a.home:visited 
{ 
	text-decoration: none;
} 

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

h1
{
	color: #487cc3;
	font-size: 160%;
	font-weight:normal;
	letter-spacing:-1px;
}

h2
{
	color: #487cc3;
	font-size: 120%;
	font-weight:normal;
	letter-spacing:-1px;
}

h3
{
	color: #487cc3;
	font-size: 100%;
	font-weight:normal;
	width: 210px;
	height: 20px;
}

div.ul
{
	border: solid 1px #aaa;
	margin-bottom:4px;
	background-color: #e4e7ea;
}

div.h3
{
	background-color: #487cc3;
	color:White;
	font-size: 90%;
	font-weight:normal;
	text-align: center;
	font-weight:bolder;
	margin-bottom:0px;
	border-bottom: solid 2px #487cc3;	
}

div.hr
{
	margin-top:2px;
	margin-bottom:2px;
	border-bottom: solid 1px #ddd;
}




