* {padding: 0em;margin: 0em;}

body {
	background-image: url(images/ctsr.jpg);
	background-attachment:fixed;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color: #B9DFFF;
	padding: 35px 0px 35px 0px;
	}

body,input {
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #333333;
	}

p	{line-height: 1.5em;margin-bottom: 1.0em;text-align: justify;}
a 	{color: #0066FF;text-decoration: underline;}
a:hover {text-decoration: none;}

h3 span {font-weight: normal;}
h3,h4 {
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
	}

h3{font-size: 1.7em;}
h4 {font-size: 1.2em;}

.contentarea {padding-top: 1.3em;}

img {border: solid 1px #999;}
img.left {position: relative;float: left;margin: 0em 1.8em 1.4em 0em;}
img.right {position: relative;float: right;margin: 0em 0em 1.8em 1.8em;}


ul.linklist {list-style: none;}
ul.linklist li {line-height: 2.0em;}


#page {
	z-index: 2;
	position: relative;
	width: 900px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #fff;
	background-color: #f9f9f9;
	margin: 0 auto;
	}

#header {
	position: relative;
	width: 100%;
	height: 200px;
	background: #f9f9f9 url('images/bg.png') repeat-x;
	margin-bottom: 2px;
	}

#logo {
	width: 100px;
	float: left;
	padding:10px 0px 10px 10px;
	}

#title {
	width: 500px;
	float: right;
	font-size: 2em;	
	text-align:right;
	padding:50px 20px 20px 0px;
	}
	
#menu {
	position: relative;
	height: 3em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
	width: 500px;
	float: right;
	}

#menu ul {position:absolute;top:1.1em;}
#menu ul li {position:relative;display:inline;}
#menu ul li a {padding:0.5em 1.0em 0.9em 1.0em;color:#999;text-decoration:none;}
#menu ul li a:hover {text-decoration:underline;}
#menu ul li a.active {color:#000;}

#content {padding: 0em 2.0em 0em 2.0em;}

#footer {
	position: relative;
	height: 100px;
	clear: both;
	background: #fff url('images/ft.png') repeat-x bottom center;
	font-size: 0.8em;
	}

#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
	width: 400px;
	text-align:right;
	}
