@charset "utf-8";

/*== CSS RESET ==*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*=== BEGIN STYLES ===*/

body {
	font-size:20px; 
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666666;
	background-color:#666666;
}


input {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#F8F8FF;
	border:1px solid #999999;
}

input.submit {
	font-weight:bold;
	background-color:#D3D3D3;
	color:#333333;
}

li.login {
	margin-top:-14px !important;
}

#container {
	margin:0 auto;
	padding:0;
	position:relative;
	width:100%;
	background-color:#666666;
	background-image:url('../images/bgtile5.jpg');
	background-repeat:repeat-x;
	background-position:0px 40px;
}	

#header {
	margin:0 auto;
	position:relative;
	height:40px;
	width:100%;
	background-color:#333333;
	line-height:40px;
}

#messages {
	position:absolute;
	top:0px;
	left:0px;
	line-height:40px;
	color:#F8F8FF;
	font-size:12px;
}

#nav {
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:right;
	width:900px;
	height:40px;
	line-height:40px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#nav ul {
	position:relative;
	right:50px;
}

#nav li {
	display:inline;
	font-size:16px;
	font-weight:bold;
	color:#CD5C5C;
	margin-right:10px;
	margin-left:30px;
}

#nav a:link,
#nav a:visited {
	text-decoration:none;
	color:#FFFFFF;
	background-color:transparent;
}

#nav a:active,					
#nav a:hover, 
#nav a:focus {
	text-decoration:none;
	color:#D3D3D3;
	background-color:transparent;
}

#content {
	margin:0 auto;
	padding:0;
	position:relative;
	width:800px;
	background-image:url('../images/q.png');
	padding-top:130px;
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:50px;
	padding-right:50px;
	background-color:#F8F8FF;
	min-height:400px;
}

#left_column {
	position:relative;
	margin:0 auto;
	float:left;
	width:200px;
	padding-top:0px;
}

#left_column ul{
	margin:0 auto;
	padding:0;
	padding-left:0px;
	margin-left:0px;
	margin-top:10px;
}

#left_column li {
	margin:0 auto;
	padding:0;
	margin-top:0px;
	margin-bottom:10px;
	list-style-type:none;
}

#left_column p {
	margin:0 auto;
	padding:0;
	margin-top:10px;
	font-size:12px;
	margin-right:10px;
	margin-bottom:20px;
	text-align:justify;
}

#left_column .title{
	display:block;
	font-size:14px;
	height:16px;
	font-weight:bold;
	color:#666666;
}

#left_column .date{
	display:block;
	height:10px;
	font-size:12px;
	font-weight:normal;
	color:#999999;
	margin-bottom:15px;
}

#left_column a:link,
#left_column a:visited {
	text-decoration:none;
	color:#666666;
	background-color:transparent;
}

#left_column a:active,					
#left_column a:hover, 
#left_column a:focus {
	text-decoration:none;
	color:#999999;
	background-color:transparent;
}

#right_column {
	margin:0 auto;
	margin-left:210px;
	position:relative;
	width:540px;
	padding-left:40px;
	padding-top:0px;
}

#right_column p {
	padding:0;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:10px;
	margin-right:10px;
	font-size:17px;
	line-height:18px;
	text-align:justify;
}

#right_column a:link,
#right_column a:visited {
	text-decoration:underline;
	color:#666666;
	background-color:transparent;
}

#right_column a:active,					
#right_column a:hover, 
#right_column a:focus {
	text-decoration:underline;
	color:#999999;
	background-color:transparent;
}

#right_column .section_entry {
	width:100%;
	margin:0 auto;
	margin-bottom:-15px;
	border-bottom:1px dotted #C0C0C0;
	font-size:16px;
	font-weight:bold;
	color:#CD5C5C;
}

#right_column .section_entry a:link,
#right_column .section_entry a:visited {
	text-decoration:none;
	color:#CD5C5C;
	background-color:transparent;
}

#right_column .section_entry a:active,					
#right_column .section_entry a:hover, 
#right_column .section_entry a:focus {
	text-decoration:none;
	color:#C33;
	background-color:transparent;
}
	
#right_column .section_desc {
	width:100%;
	margin:0 auto;
	color:#999999;
	font-size:14px;
	font-weight:normal;
}

#right_column ul {
	list-style-type:square;
	padding-left:20px;
}

#right_column li {
	font-size:14px;
	line-height:25px;
}

#clear {
	clear:both;
}

#footer {
	position:relative;
	margin:0 auto;
	background-image:url('../images/footbg.png');
	background-repeat:no-repeat;
	width:900px;
	height:46px;
	line-height:46px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	background-color:#666666;
	color:#f8f8ff;
	font-size:13px;
}

#footer a:link,
#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
	background-color:transparent;
}

#footer a:active,					
#footer a:hover, 
#footer a:focus {
	text-decoration:none;
	color:#D3D3D3;
	background-color:transparent;
}

.left_header{
	width:100%;
	margin:0 auto;
	border-bottom:1px dotted #C0C0C0;
	font-size:16px;
	font-weight:bold;
	color:#CD5C5C;
	text-align:left;
}

.left_body {
	margin:0 auto;
	margin-bottom:20px;
	margin-top:10px;
	font-size:17px;
	text-align:left;
	margin-right:30px;
}
