/* ---- Start Default Body Elements ---- */

BODY
{
    BACKGROUND-COLOR : white;
    MARGIN : 0PX 0PX 0PX 0PX;
    PADDING : 20PX 0PX 0PX 0PX;
    FONT-FAMILY : Verdana, Helvetica, sans-serif;
    FONT-SIZE : 11px;
    FONT-WEIGHT : normal;
    LINE-HEIGHT : 16px;
    LETTER-SPACING : normal;
    TEXT-TRANSFORM : none;
    WORD-SPACING : normal;
}

A:link	{	
	text-decoration : none;
	font-weight : bold;
	color : #845369;
}	
		
A:visited	{	
	text-decoration : none;
	font-weight : bold;
	color : #845369;
}	
		
A:active	{	
	text-decoration : none;
	font-weight : bold;
	color : red;
}	
		
A:hover	{	
	text-decoration : underline;
	font-weight : bold;
	color : #845369;
}

/* ---- End Default Body Elements ---- */



/* ---- Start Page Formating Elements ---- */

.header {
	background-image : url(../images/header.jpg);
}

.headerLogo {
	float : left; 
	color : #CBCADC; 
	margin-top : 24px; 
	margin-left : 25px; 
	font-size : 24px; 
	font-weight : bold; 
	height : 50px; 
	line-height : 20px;
}

.info_top {
	background-image : url(../images/info_top.jpg);
}

.left_part {
	background-color : #FBF9E2;
	background-image : url(../images/left_part.jpg);
	background-repeat : no-repeat;
	background-position : left top;
}

.info {
	background-color : #FBF9E2;
}

.bot_menu {
	background-color : #FBF9E2;
	background-image : url(../images/bot_menu_bg.jpg);
	background-repeat : no-repeat;
	background-position : left;
}

.bottom {
	background-image : url(../images/bottom.jpg);
}

/* ---- End Page Formating Elements ---- */

/* ---- Start Base Page Classes ----*/

.leftNav {
	text-align : left; 
	margin-top : 60px; 
	margin-left : 14px; 
	line-height : 20px;
}

.bodyHeader {
	margin-top : 46px; 
	margin-left : 50px; 
	font-size : 18px; 
	font-weight : bold;
}

/* ---- End Base Page Classes ----*/