/*------------------*/
/*  CSS IMPORTS     */
/*------------------*/

@import url('body.css');
@import url('sidemenu.css');
@import url('footer.css');
@import url('forms.css');


/*------------------*/
/*  HTML SELECTORS  */
/*------------------*/

body
	{
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #036;
	background: #E6E6E6 url('../images/body_bg.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	}

h1, h2, h3
	{
	font-family: 'times new roman', serif;
	font-size: 22pt;
	font-weight: bold;
	color: #334D66;
	padding: 0px 0px 3px 3px;
	margin: 0px;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-bottom: 3px double #628EBB;
	}

h2, h3
	{
	clear: both;
	margin-top: 25px;
	font-size: 14pt;
	font-variant: normal;
	text-transform: uppercase;
	padding-bottom: 0px;
	border-bottom: 1px solid #628EBB;
	}

h3
	{
	font-size: 12pt;
	}

h1.small
	{
	font-size: 19pt;
	}

img
	{
	border: none;
	}


/*------------------*/
/*  LAYOUT LOGIC    */
/*------------------*/
 
#content, #header, #footer, #copyright
	{
	position: relative;
	width: 780px;
	height: auto;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	}

#topMenu
	{
	position: relative;
	top: 13px;
	width: 780px;
	height: 52px;
	margin: 0px;
	padding: 0px;
	background: url('../images/topmenu_right.gif') no-repeat 361px 0;
	}
	
#topGraphic
	{
	position: relative;
	height: 120px;
	background: url('../images/top_graphic.jpg') no-repeat;
	}

#content
	{
	background: url('../images/content_bg.gif') repeat-y;
	}
	
#contentTopGraphic
	{
	background: url('../images/content_bg_top.gif') no-repeat;
	height: 39px;
	}
	
#contentBody
	{
	position: relative;
	float: right;
	margin-right: 10px;
	width: 510px;
	height: auto;
	color: #334D66;
	font-size: 10pt;
	}
	
#contentBotGraphic
	{
	position: relative;
	clear: both;
	background: url('../images/content_bg_bot.gif') no-repeat bottom center;
	height: 39px;
	}

#sideMenu
	{
	position: relative;
	float: left;
	left: 10px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 200px;
	height: auto;
	color: #fff;
	}

#footer
	{
	background: #334D66 url('../images/footer_corner.gif') no-repeat bottom left;
	}

#copyright
	{
	color: #334D66;
	} 

	
/*------------------*/
/*  CLASSES         */
/*------------------*/

.tBold
	{
	font-weight: bold;
	}

.tLink
	{
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #036;
	}

a.tLink, a.tLinkLite
	{
	color: #36f;
	text-decoration: underline;
	}

a:hover.tLink, a:hover.tLinkLite
	{
	color: #69c;
	text-decoration: none;
	}

a.tLinkLite
	{
	color: #fff;	
	}

a:hover.tLinkLite
	{
	color: #036;
	}

a:active.tLink, a:active.tLinkLite
	{
	color: #0cf;
	text-decoration: none;
	}

.tDark
	{
	color: #036;
	}

#mainPic
	{
	position: relative;
	width: 100%;
	height: 150px;
	background: url('../images/pic_main.jpg') no-repeat -30px -25px;
	}
