/* CSS Document, styles for two column layout */

body
{
	text-align:center;	
	padding: 0px;
	margin: 0px;
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/graystripe.gif);
}

a:link,a:visited
{
	font-weight:bold;
	color:#0099CC;
	text-decoration:none;
}
	
a:hover,a:active
{
	text-decoration:none;
	color:#006699;
}
	
	
h1
{
	font-size:150%;
	color:#999;	
	text-align:center;
	text-transform:uppercase;
}

h1:first-letter
{
	font-size:140%;
}

.sh1
{
	font-size:120%;
	font-weight:bold;
	color:#669900;

}

.sh2
{
	font-weight:bold;
	color:#FF9933;
}

p
{
	margin: 0px 0px 15px;
	padding: 0px;
	text-align:justify;
	line-height:2em;
	
}


#header
{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color:#FFF;
	height: 60px;
	margin-bottom:10px;
	margin-top:0px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}
	
#content 
{
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 50px 115px; 
}

#content li
{
	line-height:2em;
	
}

#container
{
	border: 1px solid gray;
	width: 90%;
	margin: 0px auto;
	background-color:#FFF;
}

#contentfloat
{
	float:right;
	width:200px;
	margin: 10px 0px 0px 10px;
	padding:5px;
}


#headerleft
{
	float:left;
	width: 100px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	height: 100%;
}

#headerright
{
	float:right;
	width: 100px;
	height:100%;
}

#headercenter
{
	margin: 0px auto;
	width: 50%;
	height:100%;
	text-align:center;
}

#footer
{
	width: 100%;
	margin: 10px auto;
	margin-bottom:0px;
	height: 42px;
	background-color:#fff;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

#footerleft
{
	float:left;
	padding:5px;
}

#footerright
{
	float:right;
	padding:5px;
}

#footercenter
{
	margin: 0px auto;
	width: 50%;
	height:100%;
	text-align:center;
}

#footercenter img
{
   margin:5px 0px 5px 0px;
}

#blank
{
	width: 90%;
}
	
/* navbar styles from p7 cssrollover */

#nav 
{
	position:absolute;
	border: 1px solid gray;
	padding: 0px;
	left: 25px;
	top: 100px;
	width: 125px;
	line-height:20px;
	background-color:#fff;

}

.sub
{
	border:1px solid gray;
	padding:0px;
	width:125px;
	line-height:23px;
	background-color:#FFFFFF;
}

#nav ul, .sub ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#nav li, .sub li
{
	margin: 0px;

}

#nav a, .sub a
{
	display: block;
	margin: 0px auto;
	text-align:center;
	height:23px;
	width: 100%;
	padding: 0px;
	font-weight:normal;
	text-decoration:none;
	
}

#nav a:link, #nav a:visited,
.sub a:link, .sub a:visited 
{
	color: #666;
	font-weight:normal;
}


#nav a:hover, .sub a:hover
{
	background-color:#FF9900;
	color: #fff;
	font-weight:normal;
}



/* shadow */
.p-shadow 
{
	clear:both;
	background:url(../img/shadow1.gif) no-repeat right bottom; 
	float:left; 
	margin:10px 0px 0px 5px; 
	width:100%;
}
.p-shadow div 
{
	padding:0px 6px 6px 0px; 
	background:url(../img/shadow2.gif) no-repeat left top; 
	text-align:left;
}
.p-shadow p 
{
	border:1px solid gray; 
	padding:4px; 
	margin: 0px;  
}


/* Article and other content styles */

.key
{
	color:#666;
	text-align:left;
	font-weight:bold;
	/*line-height:2em;*/
}

.value
{
	color:#666;
	text-align:left;
	margin-top:1em;
	margin-bottom:1em;
	line-height:2em;

}

.head
{
	text-align:left;
	color:#690;
	font-weight:bold;
	text-transform:uppercase;	
	margin-top:2em;
	margin-bottom:2em;
}
	
.head:first-letter
{
	font-size:140%;
}	
	
table
{
	border:1px solid gray;
	color:#666;
	text-align:left;
}	

th
{
	background-color:#ddd;
}

tr
{
	background:#eee;
}
	
td
{
	padding:3px;
}

#marks
{
	width:100%;
	margin: 0px auto;
}

.summary
{
	color:#777;
	line-height:2em;

}

.code
{
	font-family:"Courier New", Courier, mono, serif;
	color: #555;
	font-size:larger;
	text-align:left;
	border: 1px dashed gray;
	padding: 5px;
	margin-top:2em;
	margin-bottom:2em;
}

pre
{
	font-family:"Courier New", Courier, mono, serif;
	color: #555;
	font-size:larger;
	text-align:left;
	border: 1px dashed gray;
	padding: 5px;
}


.fiftypercent
{
	width:50%;
	margin:0px auto;
}

.eightypercent
{
	width:80%;
	margin:0px auto;
}

.artimg
{
	margin:0px auto;
}

.artimg img
{
	border:1px solid gray;
	padding:5px;
}

.artimg div
{
	margin:1em auto;
	font-weight:bold;
	
}

.license
{
    margin-top: 3em;
	color:#999;
	width: 100%;
	text-align:left;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}



