/*

Designed and Coded By: Aditya Ghuwalewala
Date: 04/27/2009

PRIMARY COLORS:

gray: #eaeaea;
deep-dark-blue: #25587E;
royal-blue: #2554C7;
black: #444444;
silver: #bcbcbc;
very-light-gray:#f0f0f0;
white: #ffffff;

*/

html
{
}

body
{
	font-size: 90%;
	font-family: helvetica, georgia, sans-serif;
	line-height: 1.6em;
	text-align: center;
	color: #444444;
}

ul, li, img, body, html
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #2554C7;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

.fr
{
	float: right;
}

.fl
{
	float: left;
}

.flimage
{
        padding: 2px 5px 2px 0;
	float: left;
}

.fc
{
      position: absolute;
      right: 11.0em; 
}

.buttonStyle 
{
        background-color: #f0f0f0; 
        border-style: solid; 
        border-width:0.1px; 
        border-color: #bcbcbc;
	-moz-border-radius: 25px;
	margin: 2px 3px 2px 3px;
}

.buttonStyle:hover 
{
        border-color: #444444;
}

.boxStyle
{
        border-style: solid; 
        border-width:0.1px; 
        border-color: #bcbcbc;
}

.linkbuttonStyle 
{
	font-weight: normal;
        font-color: #2554C7;
}

.linkbuttonStyle:hover 
{
	font-weight: bold;
        font-color: #444444;
}

/* CONTAINER */

#container
{
	text-align: left;
	margin: auto;
	width: 750px;
        height: 450px;
}

#container ul, #container ul li a
{
	list-style-type: none;
}

/* MAIN CONTENT */

#mainContent
{
	width: 400px;
        min-height: 220px;
	padding: 0 1em;
	margin-top: 100px;
        margin-right: 110px;
        margin-left: 110px;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#mainContent div
{
	overflow: hidden;
}


#mainContent h2
{
        margin: 14px 0 -10px 0;
        padding-bottom: 0.1em;
}

#mainContent h4 
{
        margin: 12px 0 0 163px;
        font-weight: bold;
        font-size: 95%;
}

/* FOOTER */
#divFooter
{
	clear: both;
        border-top: 2px solid #bcbcbc;
	text-align: right;
        margin: 200px 15px 15px 15px;
}

#divFooter  p 
{
	margin: 10px;
        position: relative;
        color: #000000;
	font-weight: bold;
}

#divFooter a
{
	text-decoration: none;
	color: #000000;
}

#divFooter a:hover
{
	text-decoration: underline;
}

