* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	background-color: #336699;
}

img {
	border: 0;
}


#window {
	margin: auto;
	width: 760px;
	position: relative;
	border:1px solid #036;
	background-color: #FFF;
}

#header {
	background-color:#000;
	height: 30px;
	position: relative;
	z-index:1000;
}



	

/* TOOLBAR */
 
#globalnav {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 10005;
	font-size: .7em;
	color: #f5d7b4;
}

#globalnav p {
	text-align: right;
	margin-bottom: .2em;
}

#globalnav a {
	color: #FFF;
	margin: 0 .3em;
	text-decoration: none;
}

#globalnav a:hover {
	text-decoration: underline;
	color: #f5d7b4;
}	




#content {
	margin: 0 20px 20px 20px;
	color: #000;
	clear: both;
}

#content p {
	line-height: 1.5;
	margin: 1em 0;
}

#content p.bigidea {
	color: #336699;
	font-size: 1.1em;
}

#content p.instructions {
	color: #666;
	font-size: .8em;
	font-style: italic;
	margin: 1em 0;
}

#content h2 {
	color: #336699;
	border-bottom: 1px dotted #336699;
	padding-bottom: .1em;
	font-size: 1.2em;
	margin: 1em 0;
}

#content h3 {
	color: #666;
	font-size: .9em;
	margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#content dt {
	color: #036;
	font-size: 1em;
	margin: .5em 0 .5em 0;
	font-weight: bold;
}

#content dt a {
}

#content dd {
	margin: .2em 0 1em 20px;
}

#content .alert {
	border:1px solid #FFCCCC;
	background-color: #FFFFCC;
	font-size: .9em;
	padding: 10px;
}

#content p.question {
	color: #006699;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

#content span.ans {
	color: #0099CC;
	font-weight: bold;
}

#content ul, ol {
	margin: .5em 0 1em 1.5em;
}

#content ul li, #content ol li {
	color: #000;
	margin-bottom: .5em;
	padding-left: .3em;
	margin-left: .3em;
	line-height: 1.4;
}


#content table {
	border: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: .5em 0;
	position: relative;
}

#content table th {
	background-color: #036;
	text-align: left;
	color: #FFF;
	padding: 8px;
	vertical-align: top;
}

#content table td {
	border-bottom: 1px solid #CCC;
	padding: 8px;
	vertical-align: top;
	background-color: #E1E1E1;
	color: #036;
}

#content table .num {
	text-align: right;
}




#footer {
	margin: 100px 20px 20px 0;
	clear: both;
}

#footer p {
	color: #666;
	margin: .5em 0;
	font-size: .7em;
	text-align: right;
}

#footer p a {
	text-decoration: none;
	color: #666;
}

#footer p a:hover {
	text-decoration: underline;
	color: #0066CC;
}

#footer select {
	font-size: 10px;
}

/*#footer option {
	font-size: .7em;
}*/

#model {
	background-color: #CCC;
	padding: 10px;
	width: auto;
}

#model img {
}

#model h3 {
	color: #036;
	font-size: .9em;
}

#model ul {
	margin: .3em 0 1em 20px;
}

#model ul li {
	margin-bottom: .3em;
	padding-left: .3em;
	margin-left: .2em;
	line-height: 1.2;
	font-size: .8em;
	color: #036;
}

#bar {
	position: absolute;
	top:31px;
	left:10px;
	z-index: 25000;
}

#pagenav {
	float:right;
	width:auto;
}

#pagenav img {

}

#roles ul {
	border: 0;
	margin: 0 0 0 -5px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#roles ul li {
	display: block;
	/*display: inline; meyer*/
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#roles ul li a {
	/*width: 78px;
	height: 18px;*/
	/*border-top: 1px solid #f5d7b4;*/
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: none;
	padding: 3px 6px;
	margin: 0 0 10px 0;
	color: #CCC;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 10px;
}

#roles ul li a.last {
	border-right: 1px solid #000;
}

#roles ul li a:hover {
	color: #036;
	background: #FFF;
}

#roles a:active {
	background: #FFF;
	color: #036;
}

#roles li#active a {
	background: #000;
	color: #FFF;
}
	
	
#logo {
	position: fixed;
	left:10px;
	bottom: 10px;
}
input.submit
{
border: 3px double #999;
border-top-color: #CCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #036;
background-repeat: repeat-x;
color: #FFF;
font-size: .9em;
font-weight: bold;
font-family: Arial, sans-serif;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
}

input.submit:active
{
border: 3px double #CCC;
border-top-color: #999;
border-left-color: #999;
}

#content #cert  {
	font-size: 1.2em;
	text-align: center;
	width: 600px;
	border: 1px solid #036;
	margin: 1em auto;
}

#content #cert p.info {
	font-size: .7em;
	padding: 0 20px;
}
	



