/* Begin CSS propertice & Colors */
/*  Body  font propertice and alignment */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
/*  Header width */
#header {
	width: 100%;
}
/* Paragraph related font setting propertice */
#textsize {
	font: 12px  Arial;
	color: #333333;
	line-height: 1.3em;
}
/* font settings for heading type2 message */
.h2msg{
	font: 18px  Arial;
	color: #990033;
}
/* Font propertice for Questions and Answers Messages of The Difference */
.qsnmsg{
	font: 15px  Arial;
	padding-left: 10px;
	color: #CC0000;
}
.qsnNum{
	background-color:#000080;
	color:white;
	font: 16px Arial bold;
	text-align:center;
	}
/* Footer image */	
#footer {
	background: #eee url('../images/kubrickfooter.jpg') no-repeat top;
	border: none;
}
/* h1, h2  propertice */
h1,h2 {
	font-family:  Arial;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: left;
}
h5 {
	font-size: 1.2em;
	text-align: left;
}
h5 a{
	font-size: 1.2em;
	text-align: left;
	color: #4D4D4D;
}

/* page title propertice of left side top of small image */
h2,h2 a,h2 a:hover,h2 a:visited,#sidebar h2,#wp-calendar caption,cite
	{
	text-decoration: none;
	font: bold 20px Arial;
}
/* page layout  popertice*/
#page {
	background-color: white;
	margin: 5px auto;
	padding: 0;
	width: 900px;
	border: 0px solid #959596;
	text-align: left;
}

#header { 
	width: 100%;
	border: 0px solid #959596;
}
/* Header menu propertice */
#headermenu { 
	width: 100%;
	border: 0px solid #959596;
	text-align: center;
	margin-bottom: 10px;
}
#headermenu a{ 
	
	text-decoration: none;
	color: #000099;
	text-align: center;
	font: 16px Arial;
	list-style-type: none;
}
 /* Omega Genesis  Heading  Lable on Top Banner */
#headerimg {   

padding: 110px 5px 10px 15px;
font: 2em Arial;
color: white;
}

div.left
{
float:left;
width:195px;
padding:0em;
border:0px solid #959596;
margin-bottom:0px;
}

div.content
{

border:0px solid #959596;
width: 670px;
padding: 0em 1em 1em 1em;
margin-left:210px; 
}

div.sideImg
{
float:left;
height: 240px;
width:195px;
margin-bottom:0px;
padding: 0em 0em 0em 0em;
border:0px solid #959596;
}
div.sidemenu
{
float:left;
margin-top: 50px;
width:195px;
margin:0;
padding: 0em 0em 0em 0em;
border:0px solid #959596;

}
div.footermsg{
	width: 900px;
	border:0px solid #959596;
	font: 11px  Arial;
	text-align: center;
	color: #808080;
	margin-top: 20px;
}
.links{
	font: 15px  Arial bold;
	color: #808080;
	}
div.footermsg a{ 
	color: #808080;
	text-decoration: none;
	text-align: center;
}

/* start of side menu anchors */
 ul.arrows
{
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	padding: 8px;
	padding-left: 10px;
	margin-right: 0px;
}
 ul.arrows li
{		
	background-image:url(../images/redright.gif);
	background-repeat:no-repeat;
	background-position:0em 0.25em;
	list-style-position:outside;
	margin:0px;
	padding:0px 0px 9px 1.4em;
	text-align: left;	
}
ul.arrows li a
{
	font: 14px Arial;
	text-decoration: none;
}

h1 {
	padding-top: 25px;
	margin: 0;
	text-align: left;
	padding-left: 25px;
}
h2 {
	margin: 30px 0 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
/* End Headers */ /* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0 0 0px 7px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 0px 0px 0;
	display: inline;
}

.alignright {
	float: right;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*font-size: 1.3em;*/
}
.alignleft {
	float: left
}
/*  table propertice font settings */
.tdfont{
font: 12px  Arial;
color: #333333;
line-height: 1.3em;
   
}
.thfont{
font: 17px  Arial bold;
text-align: left;
color: #002060;
}
.tdmsg{
font: 12px  Arial;
color: #333333;
line-height: 1.3em;   
}
td a{
	text-decoration: none;
	color: black;
	}
table.outline_lite {
	margin: 1px;
	padding: 5px;
}
td {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
}
.Sh2msg{
	font: 14px  Arial;
	color: #990033;
}
.Sh2msg a{
	font: 14px  Arial;
	color: #990033;
}
.h5msg{
	font: 12px  Arial bold;
	color: #4D4D4D;
}
.h5msg a{
	font: 13px  Arial bold;
	color: #4D4D4D;
	text-decoration: none;
}
/* End Various Tags & Classes*/