body {
	background-color: #4A4CCA;
	margin: 0px;
}

a:link { color: #002060; text-decoration: underline; }
a:visited { color: #002060; }
a:hover { color: #003194; background-color: transparent; }

a, object, embed { outline: 0; } 

img {
	display: block; outline: none;
}

p, td {
	font-size: 12px;
	line-height: 20px;
	color: #283f57;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}



.smalltext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 120%;
}

.heads {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #4A4CCA;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
 	text-shadow: #112539 1px 1px 0;
}




#navbar {
	background-color: #fff; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navbar td {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#navbar a:link { color: #4A4CCA; text-decoration: none; background-color: transparent; }
#navbar a:visited { color: #4A4CCA; text-decoration: none; background-color: transparent; }
#navbar a:hover { color: #fff; text-decoration: none; background-color: #caa84a; }  /* tan */


.rounded_left_corner {
	background: #fff url(interface/left_rounded_corner.png) no-repeat left bottom; 
}


#Hometext {
	margin: 0px 20px 10px 10px;
	background: url(home_graphics/home_mic.jpg) no-repeat right top;
	height: 259px;
	overflow: visible;
}

#Hometext p {
	padding-right: 110px;
}

#content {
	background-color: #d4d5f7;
}
			
			#content form input {
				font-size: 10px;
			}


#contentSamples {
	background-color: #fff;
text-align: center;
}
#contentSamples img {
margin: 0 auto;
}	
	
.footer {
	font-size: 11px;
	color: #666;
	text-align: center;
	padding-top: 10px;
}


/* PORTFOLIO 
=============================================================== */


#PortfolioThumbs td {
	padding: 5px 5px 20px 5px;
}


#PortfolioThumbs a {
	text-decoration: none;
	font-weight: bold;
	font-family: 'Lucida Grande', LucidaGrande,Lucida,sans-serif;
	text-align: center;
}


#PortfolioThumbs a img {
	text-decoration: none;
	border: 5px solid #d4d5f7; /* pale purple */
}	

#PortfolioThumbs a:hover {
	text-decoration: underline;	
}
#PortfolioThumbs a:hover img {
	border: 5px solid #edeef7; /* paler purple */
}



.whiteTitles {
	color: #fff;
	font: bold 16px/110% 'Lucida Grande', sans-serif;
}

.whiteTitles A:link { color: #fff; text-decoration: underline; }
.whiteTitles A:visited { color: #fff; text-decoration: underline; }
.whiteTitles A:hover { color: #003194; text-decoration: underline; background-color: transparent; }


.whiteText, .whiteText p {
	font-size: 12px;
	font-family: Lucida, sans-serif;
	line-height: 20px;
	color: #fff;
}

.whiteText a {
	color: #bdd1ef;
}

.whiteText a:hover {
	color: #e8eef6;
}



/* MISC 
=============================================================== */

.blueTitles {
	font-size: 16px;
	color: #4A4CCA;
	font-weight: bold;
}


.tableborder1 {
	border: 1px solid #fff;
}

.borderWhite1 {
	border: 1px solid #fff;
}

.greyhighlight {
	color: #999999;
	background-color: #eee;
	}

.code {
	font-size: 11px; color: #B66D00;
	font-family: geneva, courier, sans-serif;
	}
	

.sanserifText {
	font-family: Verdana, Arial, sans-serif !important;
	font-size: 12px;
	line-height: 20px;
}


.quoteText {
	font-family: cambria, arial;
	font-size: 12px;
	line-height: 120%;
	padding-left: 5px;
}


.yellowhighlight {
	background-color: #FFCC66;
}



.paleBlueBkgrnd {
	background-color: #CBCCF6;
}


.twocol td {
	padding-right: 30px; padding-top: 0;
}
.twocol td img { padding-bottom: 4px; padding-right: 20px ;margin: 5px auto; }



/* what's new section 
*************************************************************************/

#whatsNewTable {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #e8e8f7;
}

#whatsNewTable td {
	padding: 5px 6px 5px 3px;
}

.whatsNewAltColor {
	background-color: #e6f7d4;
}





.listBlock {
	font-size: 11px; 
	color: #333;
	font-family: geneva, courier, sans-serif;
	line-height: 100%;
	padding: 0 0 0 20px;
}

blockquote {
	line-height: 120%;
	font-size: .9em;
}


.floatRight {
	float: right;
}

.floatLeft {
	float: left;
	padding-right: 5px;
}



/* Quote box shadow  
******************************************************************************/


#page {
	width: 20em;
	margin: 0 auto;
	padding: 0 0 18px 0;
	background: url(page-curl-master.png) no-repeat bottom right;
}


#quote_contents {
	padding: 2em;
	border: 2px solid #fff;
	background: #efecdc;
}
	
#quote_contents h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	color: #933;
	border-top: 1px solid #d3d0c2;
	border-bottom: 1px solid #d3d0c2;
}
	
#quote_contents p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 1.25em;
	font-family: Georgia, serif;
}

#sidebar-contents p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 1em;
}
