/* CSS Document */

/*-----------------------------------------------------------------------------*/
/*                                    Body                                     */
/*-----------------------------------------------------------------------------*/

body {
	background: #AFD7C3 url(../images/designs/bodybg.jpg) repeat-x;
	font-size: 75%; 
	margin-left: 0em;
	margin-right: 0em; 
	font-family: arial, tahoma, verdana, sans-serif; 
}

/*-----------------------------------------------------------------------------*/
/*                                    Left Menu                              */
/*-----------------------------------------------------------------------------*/

#left_menu a {
    color: #008CCD;
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	text-align:left;
	text-decoration: none;
}

#left_menu a:hover, #left_menu a.selected {
	color : #D60022;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
}

/*-----------------------------------------------------------------------------*/
/*                                    Footer Menu                              */
/*-----------------------------------------------------------------------------*/

#footer_menu {
	color: #3C4196;
	font-size:1.0em;
	margin-left:1cm;
}

#footer {
	background: url(../images/960 width/footerbg_img.jpg);
	width:100%;
	height:100%;
}

#footer_menu a {
	color : #3C4196;
	text-decoration: none;
}

#footer_menu a:hover {
	color : #FF0000;
}

#footer_copyright {
	color: #3C4196;
	font-size:0.8em;
	margin-left:18cm;
	font-weight:bold;
}

#footer_menu2 a {
	color : #FFFFFF;
	text-decoration: none;
}

#footer_menu2 a:hover {
	color : #FF0000;
}

#footer_copyright2 {
	color: #FFFFFF;
	font-size:0.8em;
	margin-left:18cm;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------*/
/*                                    Content                                  */
/*-----------------------------------------------------------------------------*/


p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	text-align:left;	
}

li {
	text-align:left;
	margin-top : -1px;
	padding-bottom : -1px;
	margin-bottom : -1px;
	margin-right : 1px;
}

ul, ol {
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
}

/*-----------------------------------------------------------------------------*/
/*                                    Text                                     */
/*-----------------------------------------------------------------------------*/

.txt-blue01 {
	color: rgb(0,140,205);
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	text-align:left;
	font-size:12px;
}

.txt-blue02 {
	color: rgb(10,100,180);
	font-weight:bold;
	font-size:14px;
}

.txt-blue03 {
	color: rgb(0,140,205);
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	text-align:center;
	font-size:12px;
}

.txt-red01 {
	color: rgb(214,0,34);
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	text-align:left;
}

.txt-red02 {
	color: rgb(255,0,0);
	font-weight:bold;
	font-size:14px;
}

.txt-grey01 {
	color: rgb(100,100,100);
	font-size:12px;
}

.txt-white01 {
	color: #FFFFFF;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------*/
/*                              Left Menu Background                           */
/*-----------------------------------------------------------------------------*/

.bg-blue01 {background-color: rgb(201,231,250)}

.bg-blue02 {background-color: rgb(223,240,252)}

/*-----------------------------------------------------------------------------*/
/*                                     Links                                   */
/*-----------------------------------------------------------------------------*/

a:link {
	color: #008CCD;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color : #FF6600;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	font-weight:bold;
	text-decoration: none;
}

