/* Many parts adapted from http://www.scgssm.org/public/css/layout.css, October 2006 */

/*--- Basic Page Elements ---*/

html,
body { 
	border:0; 
	text-align:left; 
	font-family:Verdana, sans-serif;
	font-size:11px;
}

img { 
	border:0; 
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#475CA1;
}

a:hover {
	color:#000;
}

p {
	line-height:16px;
	color:#000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Verdana, sans-serif;
	text-align:left;
}

h1 {
	font-size:24px;
	line-height:26px;
	color:#900E0E;
	font-weight:lighter;
	font-variant:small-caps;
}

h2 {
	font-size:20px;
	line-height:22px;
	font-weight:lighter;
}

h3 {
	font-size:18px;
	font-weight:lighter;
	color:#900E0E;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:10px;
}

h6 {
	font-size:9px;
}

.small {
	font-size:smaller;
}

.award {
	font-weight:bold;
	text-align:center;
}

.award a {
	text-decoration:underline;
}

.warning {
	font-weight:bold;
	color:#900E0E
}

.warning a {
	text-decoration:underline;
}


.quotation {
	font-size:9px;
	font-style:italic;
	font-weight:bold;
}

.clear { 
	clear: both; 
}

.footer {
	font-size:10px;
	font-weight:lighter;
	text-align:left;
}

.footer a {
	text-decoration:underline;
	color:#475CA1;
}

/*--- Page Layout ---*/

#page {
	text-align:left;
}

#container {
	width:auto;
}

#page_header {
	float:left;
}

#menu {
	visibility:hidden;
}

#page_middle {
	line-height:16px;
}

#page_content {
	float:left;
}

#right_sidebar {
	visibility:hidden;
}

	#sidebar_top {
		visibility:hidden;
	}
	
	#sidebar_bottom {
		visibility:hidden;
	}

#text_footer {
	width:auto;
	float:left;
	text-align:left;
}

#text_footer_sidebar {
	visibility:hidden;
}

#graphic_footer {
	visibility:hidden;
}

#notice {
	text-align:right;
	font-size:8px;
}