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

	Licensed under GPL and MIT.
*/

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

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

a:focus {
	outline: 1px dotted;
}

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

.container { background-color:#BAE0F7; }
.container2 { background-color:#C6E7FA; }

.darkcontainer { background-color:#000033; }
.container div p { background-color:#BAE0F7; }
div p { border:0px solid #FFFFFF; padding:0px; }

.fancy {font-family: Times New Roman, Times, serif; font-size: 18px; padding:10px}
.small {font-family: Times New Roman, Times, serif; font-size: 12px; padding:10px}
.emphasis {font-family: "Snell Roundhand", Papyrus, Geneva, Helvetica, sans-serif; font-size: 20px; font-style: italic}
.largepap {font-family: "Snell Roundhand", Papyrus, Geneva, Helvetica, sans-serif; font-size: 28px; font-style: italic}
}

table#litetable
	{
		width: 100%;
		border: 1px solid #6c7aa9;
		border-collapse: collapse;
		border-spacing: 0px;
		*border-collapse: expression('collapse', cellSpacing = '0px');
		/*For IE*/
	}
	table#litetable tbody tr
	{
		background-color: #edf3ff;
		color: #000000;
	}
	table#litetable tbody tr.tswOddRow
	{
		background-color: #edf3ff;
	}
	table#litetable td
	{
		border: 1px solid #cccccc;
		padding: 2px;
	}




/* for navigation bar 
----------------------------------------------------------------------------------------------------*/


#navlist { width: 958px; height: 18px; }
		
		ul#navlist
		{
			margin-left: 0px;
			padding-left: 0;
			margin-right: 0px;
			white-space: nowrap;
		}
		
		#navlist li
		{
			display: inline;
			list-style-type: none;
			margin-left: 15px;
			margin-right: 15px;
		}
		
		#navlist a { padding: 0px 0px; }
		
		#navlist a:link, #navlist a:visited
		{
			color: #000033;
			background-color: #BAE0F7;
			text-decoration: none;
			font-family: "Times New Roman", serif;
			font-size: 18px;
		}
		
		#navlist a:hover
		{
			color: #000033;
			background-color: #ffffff;
			text-decoration: none;
			font-family: "Times New Roman", serif;
			font-size: 18px;
		}


/* for sidebar 
----------------------------------------------------------------------------------------------------*/

				
		#sidebar  a { padding: 0px 0px; }
		
		#sidebar a:link, #sidebar a:visited
		{
			color: #000033;
			background-color: #BAE0F7;
			text-decoration: underline;
			font-family: "Times New Roman", serif;
			font-size: 18px;
		}
		
		#sidebar  a:hover
		{
			color: #000033;
			background-color: #ffffff;
			text-decoration: none;
			font-family: "Times New Roman", serif;
			font-size: 18px;
		}




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

h1 {
	font-family: "Snell Roundhand", Papyrus, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
}

h2 {
	font-size: 24px;
	font-style: italic;
	line-height: 16pt;
	font-family: "Times New Roman", Georgia, serif;
}

h3 {
	font-size: 18px;
	font-family: Geneva, Helvetica, sans-serif;
	text-decoration: none;

}

h4 {
	font-family: "Snell Roundhand", Papyrus, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px; color:#BAE0F7	

}


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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 0px;
}

.textlist
{
			margin-left: 40px;
			margin-right: 20x;
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}