body 	{
	margin: 0px;
	padding: 0px;
	background-color: #CACAEC;
	 }


a 
	{
	text-decoration: none; 
	color: #707ED7;
	font-weight: bold; 
	}

a:hover 
	{
	color: #7881A5;
	text-decoration: underline;
	}

img 
	{
	border: 0px;
	}

p,li,body 
	{
	font-family: Verdana,Arial,sans-serif; 
	font-size: 10px; 
	color: #2C3C94; 
	text-align: justify;
	}


h1
	{ 
	color: #A2ACE5; 
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	letter-spacing: 3px;
	padding: 1px;
	}

#alltable
	{
	width: 990px;
	background: url(images/bg.jpg);
	}

#navigation
	{
	height: 100%;
	vertical-align: top;
	background: url(images/whitesnow_08.jpg) no-repeat;
	}

#navigation a
	{ 
	color: #FFFFFF; 
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	text-transform: capitalize;
	background-color: #C2C4E8;
	border-top: 1px solid #E1E3F6;
	border-left: 1px solid #E1E3F6;
	border-bottom: 1px solid #B9BDE1;
	border-right: 1px solid #B9BDE1;
	padding-left: 2px;
	margin-bottom: 3px;
	text-decoration: none;
	display: block;
	}

#navigation a:hover
	{ 
	background-color: #B1B3DA;
	}

#content 
	{
	vertical-align: top;
	height: 100%;
	background: url(images/whitesnow_06.jpg) no-repeat;
	}

#footer
	{
	background: url(images/whitesnow_11.jpg) no-repeat;
	width: 990px;
	height: 65px;
	padding-top: 40px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: capitalize;
	}

.center
	{
	text-align: center;
	}