/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Tahoma, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	font-weight:normal;
	color:#221F72;
}

h2 {
	font-size: 23px;
	font-weight:normal;
	color:#221F72;
}

h3 {
	font-size: 21px;
	font-weight:normal;
	color:#221F72;
}

h4 {
	font-size: 19px;
	font-weight:normal;
	color:#221F72;
}

h5 {
	font-size: 17px;
	font-weight:normal;
	color:#221F72;
}

h6 {
	font-size: 15px;
	font-weight:normal;
	color:#221F72;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
	color: #000;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	color: #C00;
	-webkit-box-shadow: 0px 0px #AAADF3;
	box-shadow: 0px 0px #AAADF3;
	background-color: #F7F7F9;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#pagewidth {
	width:960px;
	margin:0px;
	background-color:#FFF;
}

#banner {
	width:960px;
	margin-top:10px;	
}

#navtop {
	width: 960px;
	height: 15px;
	background-color:#390;
}

#bodywidth {
	width:960px;
	margin:0px auto 0px auto;
}

#navmenu {
	width: 230px;
	float: left;
}
#MenuBar1{
	background-image:url(../images/nav_02.jpg);
	background-repeat:repeat-y;	
	}
#navmenuTop {
	background-image:url(../images/nav_01.jpg);
	margin-top:10px;
	background-repeat:no-repeat;
	width:230;
	height:20px;
	}
#navmenuBottom {
	background-image:url(../images/nav_04.jpg);
	margin-bottom:10px;
	background-repeat:no-repeat;
	width:230;
	height:20px;
	}


.content {
	padding: 20px 0px 10px 20px;
	float: left;
	width: 710px;
	height: auto;
	background-color: #FFF;
	color: #000000;
	-webkit-box-shadow: inset 0px 0px rgba(255,247,247,1.00);
	box-shadow: inset 0px 0px rgba(255,247,247,1.00);
}

#footer {
	background-color:#FFF;
	margin: 0;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	font-size:0.8em;
}

.blueP {
	color:#00F;	
}
.greenP {
	color:#060;
}
.keyword {
	color: #00FFFF;
}
.keywords {
	background-color: #CCFFCC;
}
.explanation {
	background-color: #99CCFF;
}

/*Table styles*/
tr {
	border: thick solid #FFC;
	text-align: left;
	margin: 0px;
	display: block;
	background-color: #FFC;
}


/*Link details*/
/*Module Menu Bar*/
#navmenu a {
	display:block;
}
#navmenu a:link {
	text-decoration: none;
	display: block;
}
#navmenu a:visited {
	color:#00F;
	text-decoration: none;
	display: block;
}
#navmenu a:hover {
	color:#000000;
	text-decoration: none;
	display: block;
}
#navmenu a:active {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color:#0C0;
}
.P {
	color: #000;
}
p {
	color: #000;
}
ul {
	color: #000;
}
#page #bodywidth .content table tr td blockquote h3 {
	background-color: #FFF;
}
.table1 {
	border-color: #E4DCDC #D8CECE #D8CECE;
}
.ol-1 {
	color: #000;
}
#page #bodywidth .content blockquote ol li {
	color: #000;
}
table {
	background-color: #F8EFEF;
}
