@charset "utf-8";
/* CSS Document */

body 					{background-color:#ffffff;}
a 						{color:#1c9ed3; text-decoration:none;}
a:hover 				{color:#8b8b8b;}
h1, h2, h3				{color:#7a7a7a; margin-top:0px; margin-bottom:0px; padding-bottom:12px;}
p						{margin-top:0px; margin-bottom:0px; padding-bottom:12px;}
img						{border:0px;}
#all 					{width:844px; margin:auto; font-family:Tahoma, Helvetica; font-size:12px;}

/* 
	TOP MENU & BUTTONS
*/
#topmenu 				{background:url(img/topmenu.png) center no-repeat; height:75px; padding-bottom:10px;}

.menubuttons a 			{position:relative; z-index:1;}
.menubuttons a:hover 	{z-index:10;}

#home 					{position:relative; float:left; left:188px; top:38px;}
#background 			{position:relative; float:left; left:161px; top:38px;}
#study					{position:relative; float:left; left:134px; top:38px;}
#future					{position:relative; float:left; left:107px; top:38px;}
#download				{position:relative; float:left; left:80px;  top:38px;}
#resources				{position:relative; float:left; left:53px;  top:38px;}
#current				{z-index:15;}

/*
	SIDE MENU
*/
#sidemenu 				{float:left; text-align:right; width:191px; margin-left:6px;}
#sidemenu img			{margin:auto; text-align:center;}
#sidemenutop			{background:url(img/submenutop.png) no-repeat; height:13px;}
#sidemenutext			{background:url(img/submenutile.png) repeat-y; padding-left:12px; padding-right:15px; font-size:11px;}
#sidemenutext strong	{font-size:13px;}
#sidemenubottom			{background:url(img/submenubottom.png) no-repeat; height:19px;}

/*
	MAIN CONTENT
*/
#content 				{float:left; width:645px;}
#contenttop				{background:url(img/contenttop.png) no-repeat; height:13px;}
#contenttext			{background:url(img/contenttile.png) repeat-y; padding-left:12px; padding-right:15px;}
#contenttext p a		{font-size:14px;}
#contentbottom			{background:url(img/contentbottom.png) no-repeat; height:19px;}

/*
	FOOTER
*/
#footer					{font-size:10px; text-align:center; width:844px; clear:both;}